Trying to get the "Last Completed" formulas to generate correctly in column I. I want the formula to find the most recent date (from column E) and automatically update. So for cell I3, I want it to put the most recent date (from Column E) when it's corresponding cell from column A says "Adult Fiction Books." For J3, I want it to put the most recent date (from column E) when it's corresponding cell from column A says "Adult Mystery Books" etc.
I'm pretty unfamiliar with multiple criteria formulas and came up with:
=MAX(IF($A$3:$A$100=I2,$E$3:$E$1000=DATEVALUE(mm/dd/yyyy))) for cell I3. But, unsurprisingly, it doesn't work.
Thanks for any help!