Get Range to Lookup from a Lookup table

  • Thread starter Thread starter JG Scott
  • Start date Start date
J

JG Scott

Does someone have an example of using one lookup table to provide the
range for another lookup table?

PS Is this not easier than my providing all the details of my
situation, most of which are irrelevant to the question?
 
One way:

Given: Tables named table1, table2, etc. Cell named tableswitch. table1
is:

J K
1 A table2
2 B table3
3 C table4
4 ....

=VLOOKUP(A1, INDIRECT(VLOOKUP(tableswitch, table1, 2)), 2, FALSE)
PS Is this not easier than my providing all the details of my
situation, most of which are irrelevant to the question?

Only if this example helps...
 

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

Back
Top