Hello,
I am trying to determine that latest Dates that occur next to a specific Name.
Here is the formula that I am using:
{=MAX(IF(POs!AB:AB=A2,POs!AC:AC))}
whereas:
POs!AB:AB is a spreadsheet range of Names
A2 is one specific Name that I want to find the latest corresponding Date
POs!AC:AC...