Hi All,
Smartsheet newbie here 👋 trying to figure out what seems to be a basic formula with no luck...
I would like my "At Risk" column flag to get checked if the "Due" column date is past today OR if the "At Risk" dropdown is selected on the "Status" column. Here's my started formula that doesn't include the OR:
=IF(ISDATE(Due#), IF(AND(TODAY() > Due#), 1))
Thank you so much!