Hi there, I’m hoping someone may be able to help with a formula to update a status, based on the date being entered in another field
I’m going along the lines of:
IF:
DATETIME_DIFF({Date Cleared},NOW(),‘days’)<30,“ :open_book: Recently Closed”
DATETIME_DIFF({Date Cleared},NOW(),‘days’)>30),“ :closed_book: Closed”
“ :exclamation: Open”

Thank you
