Hello,
I've been working on an index/match formula on Excel to retrieve a value from a table based on two column criteria. When I do this via the Insert Function tool, it correctly previews the value it should lookup, but once I've clicked OK and returned to the spreadsheet, it returns a #VALUE! error.
All data in the spreadsheet is stored as text, and I'm nearly certain the formula is correct. The table it's looking up against is a big table (17 columns x 20,000 rows), yet it is still able to provide a result in the 'Insert Function' window?
=INDEX(I2:AB20610,MATCH(B3&$B$1,L2:L20610&O2:O20610,0),9)
Any help would be appreciated
I've been working on an index/match formula on Excel to retrieve a value from a table based on two column criteria. When I do this via the Insert Function tool, it correctly previews the value it should lookup, but once I've clicked OK and returned to the spreadsheet, it returns a #VALUE! error.
All data in the spreadsheet is stored as text, and I'm nearly certain the formula is correct. The table it's looking up against is a big table (17 columns x 20,000 rows), yet it is still able to provide a result in the 'Insert Function' window?
=INDEX(I2:AB20610,MATCH(B3&$B$1,L2:L20610&O2:O20610,0),9)
Any help would be appreciated