Hello!
Pulled up a list of three dates from a linked table. In this table, there is a separate date on each record.
Looking for a way to find the latest of the three dates, that is not later than the separate date in the record. I can find the last date using MAX, but am struggling to integrate the IF statement of not surpassing the stand alone date on the record.