Hi
I am trying to simplify a process which takes me multiple steps. I'm trying to find the last position a person has held.
Small Example:
Person A Junior Clerk 01-Nov-09
Person A Senior Clerk 01-Dec-11
So when I use the SUMPRODUCT(MAX) formula, I retrieve the date 01-Dec-11 which is great (thanks Chandoo!) But instead of the cell returning "01-Dec-11", I want it to say "Senior Clerk." Is there an easy way to do this in one step please?
At the moment, once I have the maximum date, I join the cells together, then do the same on my lookup table and then perform a VLOOKUP. It works, but I'm sure there must be another way!
Thanks.
I am trying to simplify a process which takes me multiple steps. I'm trying to find the last position a person has held.
Small Example:
Person A Junior Clerk 01-Nov-09
Person A Senior Clerk 01-Dec-11
So when I use the SUMPRODUCT(MAX) formula, I retrieve the date 01-Dec-11 which is great (thanks Chandoo!) But instead of the cell returning "01-Dec-11", I want it to say "Senior Clerk." Is there an easy way to do this in one step please?
At the moment, once I have the maximum date, I join the cells together, then do the same on my lookup table and then perform a VLOOKUP. It works, but I'm sure there must be another way!
Thanks.