Help

Re: Question on conditional formulas

Solved
Jump to Solution
393 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Tobin_Perry
6 - Interface Innovator
6 - Interface Innovator

What am I doing wrong with this one? Please help!

If ({Date Due} IS_BEFORE{Date to work on it}), “ :nauseated_face: ”))

1 Solution

Accepted Solutions
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter
If (
   IS_BEFORE({Date Due}, {Date to work on it}),
   "🤢"
)

See Solution in Thread

1 Reply 1
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter
If (
   IS_BEFORE({Date Due}, {Date to work on it}),
   "🤢"
)