I have a cell suppose B1 = "APPL"
I have a Table named "APPL_PRICE" which has Date column & Price Column.
I want to VLOOKUP a specific Date( in A1) from the table using the reference of B1
Such as =VLOOKUP($A$1,APPL_PRICE[Date],2,FALSE)
But instead i need to use reference of B1
=VLOOKUP($A$1,(B1&"_PRICE")[Date],2,FALSE) as i have 50 other tables to do the same work. Instead of selecting the table array present indifferent worksheets,I have named them and want to use them
I have a Table named "APPL_PRICE" which has Date column & Price Column.
I want to VLOOKUP a specific Date( in A1) from the table using the reference of B1
Such as =VLOOKUP($A$1,APPL_PRICE[Date],2,FALSE)
But instead i need to use reference of B1
=VLOOKUP($A$1,(B1&"_PRICE")[Date],2,FALSE) as i have 50 other tables to do the same work. Instead of selecting the table array present indifferent worksheets,I have named them and want to use them