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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives