Skip to main content
Solved

Question on conditional formulas

  • March 2, 2020
  • 1 reply
  • 17 views

Forum|alt.badge.img+7

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

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

Best answer by Jeremy_Oglesby

If (
   IS_BEFORE({Date Due}, {Date to work on it}),
   "🤢"
)

1 reply

Forum|alt.badge.img+18
If (
   IS_BEFORE({Date Due}, {Date to work on it}),
   "🤢"
)