hello all!
I don’t know if it is possible but this is what I would like the column to do.
So it’s going to be based off the “Insurance Date” . column
I would like to set a formula to where it’s the day of or a couple days before the Insurance Date, I want to be told that “renewal needed” and otherwise say “OK” .
I had this but the system is saying it’s not a good formula
IF((IS_BEFORE{INSURANCE DATE=TODAY()}, “GOOD”,“RENEWAL NEEDED”))
and then if it’s possible that when the result in first formula is “Renewal needed” , if it would trigger an alert to a person(s) that renewal is needed. Is there a way to assign a task in a If statement?