Okay, I've attached a worksheet. This worksheet has people who have received a merit over the past two years. Some have received more than one. Also on this sheet is other pay increases (ex. HIRE), but I am not concerned with these.
So, I want a formula that will scan the people and determine the most recent merit.
For example, the first person on the excel sheet is Tommy Gunn. Column C and D should be 'PAY' and 'MER' (if not, i don't want a date for them) and I want the most recent date in the column 'Most Recent Merit'.
Is this possible? I was trying to come up with an IF statement, but I realized I don't know how to get to the *newest* date. My formula is:
=IF(AND(A3=A4,C3="PAY",D3="MER"),B3,"")
Bookmarks