Flag Trigger Formula

tlsisco33006
tlsisco33006 ✭✭
edited 12/09/19 in Smartsheet Basics

I am trying to create a formula to trigger a red flag based on two variables: a date column and a drop down task column.

Here is the formula that I have created. What syntax do I use to look for an empty cell represented here with an "X"?

=IF(AND([Contact Date]1 =TODAY, [Contact Results]1 = X)

Comments