Hi there,
I was able to grab a formula from this amazing community to show status of due items, which is working great – but I need to add in one layer and my attempts so far have only produced errors. Not sure if it’s possible or what I’m doing wrong.
The current formula:
IF({Due Date}="",“Not Set”, IF(AND(DATETIME_DIFF({Due Date},TODAY(),‘hours’) >=12,DATETIME_DIFF({Due Date},TODAY(),‘hours’) <=48),“Due Soon”,IF(IS_BEFORE({Due Date},TODAY()),“Past Due ”, IF(IS_SAME({Due Date},TODAY()),"Due Today
",“Upcoming”))))
What I need to add to the above is :
If Due Date is before today AND
“Status” column = Done , then value should show as “Completed”
Appreciate any help!! This community is amazing, and I’ve learned so much from you!