jessiegeorgia
Board Regular
- Joined
- Aug 19, 2011
- Messages
- 78
Hi All,
I've got a pivot table which is refreshed on a weekly basis as new data is added.
I have made a table of vlookups along the following lines;
vlookup_value refs column A
table array is the pivot table
col_index_num refers to a column number in the pivot
=VLOOKUP($A1,'Master Pivot'!$A$5:$ZZ$174,17,FALSE)
As the rows and columns in the pivot table are subject to change when the new data is added the col_index_number isn't appropriate in this instance. Is there a function I can use to accomodate this. The rows of my table are headed and can be used as a lookup ref. I've tried using INDEX but can't see how that works without using column and row num index' either,
Many thanks in advance
Jess
I've got a pivot table which is refreshed on a weekly basis as new data is added.
I have made a table of vlookups along the following lines;
vlookup_value refs column A
table array is the pivot table
col_index_num refers to a column number in the pivot
=VLOOKUP($A1,'Master Pivot'!$A$5:$ZZ$174,17,FALSE)
As the rows and columns in the pivot table are subject to change when the new data is added the col_index_number isn't appropriate in this instance. Is there a function I can use to accomodate this. The rows of my table are headed and can be used as a lookup ref. I've tried using INDEX but can't see how that works without using column and row num index' either,
Many thanks in advance
Jess