Flag Trigger Formula
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
-
Hi,
If I understand your question correctly, you will use "" to indicate that the cell is empty.
I hope this helps you!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Thank you!! I tried the following formula and it returns a #UNPARSABLE. Can you tell if I am missing a part of the formula?
=IF(AND([Contact Date]1 = TODAY, ([Contact Results]1 = ""))
-
Happy to help!
Try this.
=IF(AND([Contact Date]@row = TODAY(); [Contact Results]@row = ""); 1)
The same version but with the below changes for your and others convenience.
=IF(AND([Contact Date]@row = TODAY(), [Contact Results]@row = ""), 1)
Did it work?
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
It didn't work. I have attached a screen shot.
-
Ok.
It's difficult to see the details in the picture. Can you share the sheet or a copy with me?
Please remove any sensitive data before you share it.
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives