cookeetree
Board Regular
- Joined
- Mar 2, 2015
- Messages
- 53
Gday Excel Gods,
I have multiple files that reference a single MASTERFILEfor specific data. Traditionally, I have used a standard VLOOKUP formula, but this runs into problems if you want to add a column in the middle of the reference sheet later. It throws out all of the reference column numbers after this new column.
In what I thought was a moment of brilliance, I realised I could use MATCH to return the column number and inserted this into my VLOOKUP formulas. I believed that the cell reference in the MATCH function would automatically update if I added a column to the MASTERFILE.
I was wrong.
Unless the files that reference the MASTERFILE are open while adding the new column, they don't update. Ive tried making them absolute references, Ive tried making them relative and Ive tried making them mixed. Nothing works unless the file referencing the MASTERFILE is open at the same time.
Is there a better way of doing this? Is there a way making what Im currently doing work without having to open EVERY file that references the MASTERFILE???
Thanks in advance,
Jason.
I have multiple files that reference a single MASTERFILEfor specific data. Traditionally, I have used a standard VLOOKUP formula, but this runs into problems if you want to add a column in the middle of the reference sheet later. It throws out all of the reference column numbers after this new column.
In what I thought was a moment of brilliance, I realised I could use MATCH to return the column number and inserted this into my VLOOKUP formulas. I believed that the cell reference in the MATCH function would automatically update if I added a column to the MASTERFILE.
I was wrong.
Unless the files that reference the MASTERFILE are open while adding the new column, they don't update. Ive tried making them absolute references, Ive tried making them relative and Ive tried making them mixed. Nothing works unless the file referencing the MASTERFILE is open at the same time.
Is there a better way of doing this? Is there a way making what Im currently doing work without having to open EVERY file that references the MASTERFILE???
Thanks in advance,
Jason.