Vlookup within a vlookup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to lookup a cell within a table - but the table to use is found
in another table.
=VLOOKUP(B3,VLOOKUP(B2,F3:G9,2,2),2)

Cell B2 is a dropdown box allowing one of the choices in colum f below.
Column G represents which table to use for the initial lookup based on your
choice in the drop down dox.

column f column g
Alt A 30 Yr fixed30
Alt A 15 Yr fixed15

All I get is an error - can someone help ?
Thanks,
Yosef
 
It sounds like you would need to use INDIRECT within the lookup formula

http://tinyurl.com/czxtt

that thread shows the way to do it except for that the cell ref in that
thread represents a sheet name but it can be adapted to work with a table
name


Regards,

Peo Sjoblom
 
took me a bit - but this worked great ! thanks

Peo Sjoblom said:
It sounds like you would need to use INDIRECT within the lookup formula

http://tinyurl.com/czxtt

that thread shows the way to do it except for that the cell ref in that
thread represents a sheet name but it can be adapted to work with a table
name


Regards,

Peo Sjoblom
 

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

Similar Threads

Excel Vlookup Help 0
Retrieving info from multiple tables 1
offset within vlookup 6
Some rules about Vlookup REPOSTED 6
VLookUP formula help! 5
Vlookup problem 1
Sum Vlookup where there are blanks 1
vlookup 1

Back
Top