I have been trying to use the min(collect) formula to return the oldest date if another column has Yes in it.
=MIN(COLLECT({New Daily Reports to Process Range 1}, {New Daily Reports to Process Range 1}, {New Daily Reports to Process Range 4} = "Yes"), TODAY())
I am referencing below and if there is a "yes" in the column I want it to return the oldest date that is yes. If there isn't a yes then return today. Any suggestion? I thought I had it figured out until value1 had a "yes" and it still turns today.