When referencing another sheet with Data Validation,
you'll need to assign a Range Name to the source list.
Example:
To use a list on Sheet2 for a DV on Sheet1
Select the source list range on Sheet2.
From the Excel Main Menu: <insert><names><define>
Names in Workbook: (assign a descriptive name....like: myDVList)
Refers to: (make sure the proper range is selected)
Click [OK]
Then on Sheet1
<data><validation>
Allow: List
Source: (press [F3] to see a list of Range Names...select the one you need)
....finish the DV settings and Click [OK].
Does that help?
Post back if you have more questions.
--------------------------
Regards,
Ron
Microsoft MVP (Excel)
(XL2003, Win XP)
Rudivin said:
I am attempting to use Data Validation to create a lookup from a different
sheet. What do I need to input into the Source Field so that sheet 1 will
pull data from sheet 2? I can see that the souce will populate =$A$2:$A$6.