Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Question on conditional formulas

Topic Labels: Formulas
Solved
Jump to Solution
1202 1
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}),
   "🤢"
)