Hello everyone,
I have three date columns with individual dates. In a fourth column, I want to display the next upcoming date which is not in the past. In Excel, I would have used something like this:
=MIN(IF(A1:C1>=TODAY(),A1:C1))
I'm not sure how to achieve this in Smartsheet, especially when it comes to comparing columns.
Any help is highly appreciated! Thank you very much.