I used match to find a row number for the best match between columns 1 and 2. Now I would like to use that number from match, which is really just an integer telling me which entry in the column selection I need to use, to lookup the value in column 3.
So if match spits back 28, how do I lookup the 28th entry in column A11:A60?
Can I do this in excel? (it is all I am allowed to use) Thanks! Never use excel.
Try the
INDEX()function.My first guess would be something around: