I have a very simple formula request that is blowing my mind right now. I don’t know why this is so difficult.
If the field {Due Date} is today, return the value “Due Today” in the formula field. First I tried:
IF({Due Date}=TODAY(),“Due Today”)
Pret...