Hi Matt,
Name your ranges in sheets A, B & C. In A2 go to data validation and using the List option type in the formula,
=CHOOSE(-64+CODE(A1),sheet A named range,sheet B named range,sheet C named range)
-64+CODE(A1) tells the CHOOSE function which named range to use in ascending order from 1,2, etc... up to 30 options. If A1 = A CODE(A1) returns the value 65 so -64+65=1 which will tell the data validation to use the first named range, B the second and C the third.
For more advanced Dependent Data Validation techniques check out this site.
http://www.contextures.com/xlDataVal13.html
HTH
Steve
Bookmarks