Hi everyone,
I'm using Excel2013.
On my excel sheet, I'm trying to achieve 2 objectives: (1) to see when a client last submitted a work order, and (2) should not return the same date.
My current code is this:
{=IF(A3979="","-",INDEX($B$2:$B3978,MAX(($A3979=$A$2:$A3978)*MATCH(ROW($A$2:$A3978),ROW($A$2:$A3978)))))}
This achieves the first objective, but if the client sends more than 1 request on the same day, the subsequent requests return the same date. How can I fix this formula to achieve both objectives?
I'm using Excel2013.
On my excel sheet, I'm trying to achieve 2 objectives: (1) to see when a client last submitted a work order, and (2) should not return the same date.
My current code is this:
{=IF(A3979="","-",INDEX($B$2:$B3978,MAX(($A3979=$A$2:$A3978)*MATCH(ROW($A$2:$A3978),ROW($A$2:$A3978)))))}
This achieves the first objective, but if the client sends more than 1 request on the same day, the subsequent requests return the same date. How can I fix this formula to achieve both objectives?