Hello Smartsheet community, I need some help fixing a formula.
The goal = Display the lowest value between (the highest value between 1A and 1B) and (the highest value between 2A and 2B).
The formula I created is:
=MIN(COLLECT(MAX(COLLECT([DATE 1A]@row, [DATE 1A]@row, @cell <> ""), COLLECT([DATE 1B]@row, [DATE 1B]@row, @cell <> "")), MAX(COLLECT([DATE 2A]@row, [DATE 2A]@row, @cell <> ""), COLLECT([DATE 2B]@row, [DATE 2B]@row, @cell <> "")), @cell <> ""))
Note: It works for scenarios A, C and E. However, for scenario B the date should be 05/15/20. For scenario D the date should be 02/20/23.
Thank you so much for your help.
Emily
NOTE: All date columns have a Date format.