![]() |
Retrieving info from multiple tables
I have a worksheet with three Tables (Table1, Table2, and Table3), 10 rows by
5 Columns. In cell A1, List: Table1, Table2 and Table3 In cell B1, List: A, B, C, D, E, F, G, H, I, J (First Column in each table) In cell B2, VLOOKUP(B1,A1,2) (Looking for the value in the 2nd Column depending on which table I choose in cell A1) Repeat B3, B4, B5 Column increase by 1 for VLOOKUP Problem is VLOOKUP will not allow a cell such as A1, it wants one table name. The Tables will be hidden Respectfully, Paul M. |
Retrieving info from multiple tables
Hi
Try =VLOOKUP(B1,INDIRECT(A1),2) -- Regards Roger Govier "PMaravy" wrote in message ... I have a worksheet with three Tables (Table1, Table2, and Table3), 10 rows by 5 Columns. In cell A1, List: Table1, Table2 and Table3 In cell B1, List: A, B, C, D, E, F, G, H, I, J (First Column in each table) In cell B2, VLOOKUP(B1,A1,2) (Looking for the value in the 2nd Column depending on which table I choose in cell A1) Repeat B3, B4, B5 Column increase by 1 for VLOOKUP Problem is VLOOKUP will not allow a cell such as A1, it wants one table name. The Tables will be hidden Respectfully, Paul M. |
All times are GMT +1. The time now is 02:55 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com