Multuiple Lookup Tables

D

Dingerz

Hi Guys, I want to use lookup tables on multiple tables. I was hoping to
somewhow have the user select the table from a drop down menu (eg Table 1)
then have the lookup function change to search through the selected table.
Any suggestions?
 
D

Dingerz

Thanks for that however I want it to refer to another worksheet. So for
example i have at the moment:
=OFFSET('SAFT LE Range'!A1,MATCH(Calculator!F41,'SAFT LE Range'!B8:B41,1),0)

i want something like this

=OFFSET(INDIRECT(D42,A1),MATCH(Calculator!F41,INDIRECT(D42)!B8:B41,1),0)

I know its incorrect but you get the idea.
 
M

Max

If D42 contains the sheetname: SAFT LE Range
Then this should be what you seek to do
=OFFSET(INDIRECT("'"&D42&"'!A1"),MATCH(Calculator!F41,INDIRECT("'"&D42&"'!B8:B41"),1),0)

Success? Punch it here, click the YES below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top