Drop-down Lists

D

Dale

I created a drop-down list...works fine. Now I'm looking to create a feature
whenever one of the items is selected (from the drop-down list) that data
from another sheet (same workbook) is displayed.

Thanks.
 
P

Pete_UK

It depends how your data is organised, but you could use VLOOKUP( ) to
return data from another sheet - you might need several formulae across
a row to return several cells of data, each dependent on your choice
from the drop-down list.

Hope this helps - if you need further help please re-post with some
further details.

Pete
 
Top