Hi, I’m trying to automate a “status/priority” field based on “start/end date” fields - assigning one of the following options to every record:
NOWNEXTLATERDONE
I was able to create an IF-formula for 3 of the 4 options:
IF(Start <= TODAY(), IF(End >=...