UNPARSEABLE
I'm new to smartsheet and going through (a lot of) various tutorials on YouTube. I picked from the Save Time And Increase Efficiency -which I'm obviously not good at- a formula that updates the STATUS column (green, yellow, red dots) according to closeness to the DUE DATE column, which is:
=IF([Due Date]2 < TODAY(+28), "Green",
IF(AND([Due Date]2 >+ TODAY(+14), [Due Date]2 < TODAY(+28)), "Yellow",
IF([Due Date]2 >= TODAY (+14), "Red")))
When used separately, say only the green or only the red, the formula works. As soon as I have the IF(AND...etc... an error message appears with UNPARSEABLE. I've looked at other responses but since many use different formulas and I'm totally new to Smartsheet, I wasn't able to apply the solutions to this one. Could anyone help me out please?
Comments
-
Hi Axel,
There were a few errors in the formulas.
Not sure how you want to put them together so here they are separate
Try something like this.
=IF([Due Date]@row < TODAY(+28); "Green")
=IF(AND([Due Date]@row > TODAY(+14); [Due Date]@row < TODAY(+28)); "Yellow")
=IF([Due Date]@row >= TODAY(+14); "Red")
The same version but with the below changes for your and others convenience.
=IF([Due Date]@row < TODAY(+28), "Green")
=IF(AND([Due Date]@row > TODAY(+14), [Due Date]@row < TODAY(+28)), "Yellow")
=IF([Due Date]@row >= TODAY(+14), "Red")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
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.
-
One of the major issues I saw was a >+ together. I think it was meant to be a >=
-
This was my first thought as well...
-
Yes, that was one of them. There was an extra space or something also.
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
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives