How do I locate the latest date an item (name) had been listed in a range?
[pre]
[/pre]
What is the formula that will search for item1 and give me 01/03/12?
Thanks! Tried to play around with vlookup and max, but my excel knowledge is very limited...
[pre]
Code:
eg:
A | B | C
1 Date | Name1 | Name2 ...
2 01/01/12 | item1 |
3 01/03/12 | | item1
4 01/06/12 | |
What is the formula that will search for item1 and give me 01/03/12?
Thanks! Tried to play around with vlookup and max, but my excel knowledge is very limited...