Hello, I have a multi-page workbook. It is an Excel 2010 .xlsx version.
I have a copy of a sheet I'm using for play/work and have a vlookup referring to a a named ranged in a second file that works fine on the original page, but on the copied sheet, the exact same vlookup formula cannot find the value I'm looking for in the external file. There are no macros/VBA code involved, the formula Transitions is unchecked, everything about the two sheets is the same, including the static values and formulas.
Example: VLOOKUP($A2,OTHERFILE.xlsx!namedrange,19,FALSE)
Finds reference and returns value on the first sheet, but not the other.
Thank you
I have a copy of a sheet I'm using for play/work and have a vlookup referring to a a named ranged in a second file that works fine on the original page, but on the copied sheet, the exact same vlookup formula cannot find the value I'm looking for in the external file. There are no macros/VBA code involved, the formula Transitions is unchecked, everything about the two sheets is the same, including the static values and formulas.
Example: VLOOKUP($A2,OTHERFILE.xlsx!namedrange,19,FALSE)
Finds reference and returns value on the first sheet, but not the other.
Thank you