boadacious
New Member
Hi, could anyone troubleshoot this formula?
=INDEX('Asset Allocations'!K16:K25, (MATCH('Risk Calculator'!E3, 'Asset Allocations'!A16:A25, 0)))
Also tried:
=VLOOKUP(E3, 'Asset Allocations'!A16:K25, 11)
I can't get away from NA errors - there is an exact match to the value in E3 in the first column of the table array used in the VLOOKUP, and a value in the last column for it to get.
E3 contains a value derived from a nested IF function (at the moment its 3, but changes depending on input earlier etc)
Every single cell involved in this formula has been formatted as number to two decimal places too!
Any help would be greatly appreciated.
=INDEX('Asset Allocations'!K16:K25, (MATCH('Risk Calculator'!E3, 'Asset Allocations'!A16:A25, 0)))
Also tried:
=VLOOKUP(E3, 'Asset Allocations'!A16:K25, 11)
I can't get away from NA errors - there is an exact match to the value in E3 in the first column of the table array used in the VLOOKUP, and a value in the last column for it to get.
E3 contains a value derived from a nested IF function (at the moment its 3, but changes depending on input earlier etc)
Every single cell involved in this formula has been formatted as number to two decimal places too!
Any help would be greatly appreciated.