Hello all,
I am using the following formula to return the max for a date range by group. The formula works fine but I need it to only return the value for the max date by person and a blanks for remaining cells that meet the same criteria. I want the output to be blank in Q2 and Q3 and only show the max on Q3 since those entries are for the same person/same day.
=IF(MAXIFS($Y$2:$Y$500,$S$2:$S$500,S2,$A$2:$A$500,A2),SUMIFS($Y$2:$Y$500,$S$2:$S$500,$S2,$A$2:$A$500,$A2),"")
Bookmarks