Hey thanks a lot for your help, though that doesn't seem to be working.
I have found that I can get what I want with a VLOOKUP whereby I search for the value that matches my original cell and then return the value of the cell next to it.
HOWEVER, this does not seem to work in reverse. The worksheet that has the original values contains multiple occurrences of the same value. For example:
1B1 12-Apr-10
1B2 12-Apr-10
1B4 12-Apr-10
3B4 15-Apr-10
1B1 15-Apr-10
12B3 19-Apr-10
1B1 23-Apr-10
I need to return the value that corresponds to the last, most recent occurrence of 1B1. In this case it would be "23-Apr-10". VLOOKUP seems to always search top down and returns "12-Apr-10". I haven't found much online regarding the LOOKUP function - at least that pertains to Excel 2010 (Microsoft's own support page makes no mention of it). I wonder if INDEX and MATCH might serve the purpose, but again, I'm not sure if I can search only 1 column, and return the position of only the last occurrence of the value to be searched for.
Any idea how to make this work?
Bookmarks