Note: In order to use the spreadsheet examples, you need to download Business Functions | ||||||||
LookupNIndex (InputVal, InputRange, [LookupSwitch], [LookupTol], [OnErrorN]) | ||||||||
Like LookupN but instead of a returning a valoue it tells you the index number of the source range | ||||||||
This function returns the index number (starting from 1) of the looked value. It does not do the full 2-dimensional lookup, which LookupN does. | ||||||||
Features | ||||||||
..X | Extended | |||||||
Tip | ||||||||
You achieve the same as LookupN if you use the index returned from this function as input to PickNum to choose a value from an input range. | ||||||||
ExampleLookupNIndex.xls |