I have a number of sheets, which are uniform in there formats and calculation metholodgy. The only thing that differs is the reference for data.
For instance:
Sheet 1 has formulas like =VLOOKUP(a1,'[Data File 1.xlsx]Maine'!$B$1:$c$10,2,FALSE)
Sheet 1 has formulas like =VLOOKUP(a2,'[Data File 2.xlsx]Maine'!$B$1:$c$10,2,FALSE)
Sheet 1 has formulas like =VLOOKUP(a3,'[Data File 3.xlsx]Maine'!$B$1:$c$10,2,FALSE)
Sheet 2 has formulas like =VLOOKUP(a1,'[Data File 1.xlsx]NewYork'!$B$1:$c$10,2,FALSE)
Sheet 2 has formulas like =VLOOKUP(a2,'[Data File 2.xlsx]NewYork'!$B$1:$c$10,2,FALSE)
Sheet 2 has formulas like =VLOOKUP(a3,'[Data File 3.xlsx]NewYork'!$B$1:$c$10,2,FALSE)
Sheet 3 has formulas like =VLOOKUP(a1,'[Data File 1.xlsx]Virginia'!$B$1:$c$10,2,FALSE)
Sheet 3 has formulas like =VLOOKUP(a2,'[Data File 2.xlsx]Virginia'!$B$1:$c$10,2,FALSE)
Sheet 3 has formulas like =VLOOKUP(a3,'[Data File 3.xlsx]Virginia'!$B$1:$c$10,2,FALSE)
and so on..
The issue I'm having is the ability to verify all the formulas in a sheet are referencing "Maine" or "NewYork" or "Virginia" and so on...
On occasion formulas change which results in some formulas sourcing from Maine, some from NewYork, some from Virginia....
Is there a simple solution to identify formulas which are not referencing all the same source? I've tried "watch window" and "show formulas" but this is very time consuming due to the amount of information and number of sheets.
Thanks for the help
For instance:
Sheet 1 has formulas like =VLOOKUP(a1,'[Data File 1.xlsx]Maine'!$B$1:$c$10,2,FALSE)
Sheet 1 has formulas like =VLOOKUP(a2,'[Data File 2.xlsx]Maine'!$B$1:$c$10,2,FALSE)
Sheet 1 has formulas like =VLOOKUP(a3,'[Data File 3.xlsx]Maine'!$B$1:$c$10,2,FALSE)
Sheet 2 has formulas like =VLOOKUP(a1,'[Data File 1.xlsx]NewYork'!$B$1:$c$10,2,FALSE)
Sheet 2 has formulas like =VLOOKUP(a2,'[Data File 2.xlsx]NewYork'!$B$1:$c$10,2,FALSE)
Sheet 2 has formulas like =VLOOKUP(a3,'[Data File 3.xlsx]NewYork'!$B$1:$c$10,2,FALSE)
Sheet 3 has formulas like =VLOOKUP(a1,'[Data File 1.xlsx]Virginia'!$B$1:$c$10,2,FALSE)
Sheet 3 has formulas like =VLOOKUP(a2,'[Data File 2.xlsx]Virginia'!$B$1:$c$10,2,FALSE)
Sheet 3 has formulas like =VLOOKUP(a3,'[Data File 3.xlsx]Virginia'!$B$1:$c$10,2,FALSE)
and so on..
The issue I'm having is the ability to verify all the formulas in a sheet are referencing "Maine" or "NewYork" or "Virginia" and so on...
On occasion formulas change which results in some formulas sourcing from Maine, some from NewYork, some from Virginia....
Is there a simple solution to identify formulas which are not referencing all the same source? I've tried "watch window" and "show formulas" but this is very time consuming due to the amount of information and number of sheets.
Thanks for the help