Progress Status / Health Automation
Good morning everyone,
I'm new to Smartsheets and have been really enjoying the functionalities and automations. I'm trying to set up an automated Health / Progress status and keep getting a "#UNPARSEABLE" error. I've looked through my code and can't figure it out.... Can someone take a look and help me see what I'm missing?
Desired Outcomes:
Green - Donation Agreement Execution Date OR Donation Completion Date>0
Yellow - Legal Review Submitted OR Legal Review Complete / Out for Signature>0 AND Donation Agreement Execution Date OR Donation Completion Date=0
Blue - Donation Start Date>0, Everything else blank or =0
I have entered this part yet, but...
Red - Due Date>Today()
Here's my code so far...
=IF(OR([Donation Completion Date]@row>0, [Donation Agreement Execution Date]@row>0), “Green”, IF(AND([Legal Review Submitted]@row>0, [Donation Completion Date]@row=0, [Donation Agreement Execution Date]@row=0), “Yellow”, IF(AND([Donation Start Date]@row>0, [Legal Review Submitted]@row=0, [Legal Review Complete / Out for Signature]@row=0, [Donation Agreement Execution Date]@row=0, [Donation Completion Date]@row=0), “Blue”)))
Best Answer
-
Without looking a the actual logic of the formula, the #UNPARSEABLE error is coming from your quotes. Notice how they are slanted? These are "smart quotes" and (ironically enough) Smartsheet doesn't recognize these. Notice the quotes around "smart quotes" in this comment? They are straight up and down. These are the quotes you need. Try either replacing them directly in Smartsheet, here in the community, or in a text editor such as Notepad (not Word).
Answers
-
Without looking a the actual logic of the formula, the #UNPARSEABLE error is coming from your quotes. Notice how they are slanted? These are "smart quotes" and (ironically enough) Smartsheet doesn't recognize these. Notice the quotes around "smart quotes" in this comment? They are straight up and down. These are the quotes you need. Try either replacing them directly in Smartsheet, here in the community, or in a text editor such as Notepad (not Word).
-
Thank you Paul! I had no idea that the quotes were the culprit! Changed those over and worked like a charm.
-
Excellent. Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!