Hi all,
Thoughts on what formula could accomplish the following?
I have two tables tableA and tableB
I want to do a vlookup in EITHER tableA OR tableB depending upon a cells value (value will be either A or B - the suffix of the table name)
How do I make excel recognize I am looking to reference a table name and not the cell value?
A1:B2 = TableA
A4:B5 = TableB
D3 = my lookup_value
D4 = "A"
The result I'm looking for is "=vlookup(D3,"Table"&D4,2,0) ....where "Table"&D4 will reference TableA
Thank you for your help!!
Bookmarks