Getting #unparseable using multiple IF function
Hello Smartsheet community,
I have been trying to resolve my error by looking online and this forum, but still can't fix my error. I'm hoping you smart experts can help me. I have 2 columns: Completion Status and Status. The Completion Status has 4 choices: Not Started, In Progress, Delayed, and Complete. The Status has 4 color balls: Blue, Green, Yellow and Red.
Here are the correlation I want:
Complete = Blue, Not Started = Blank, In Progress = Green, Delayed = Yellow, and At Risk = Red**
** Not shown in the screenshot is another column called At Risk with a flag. If something is at risk, then the flag would be checked. I want the status ball to be red when that flag is checked.
Any help you all can provide be would be appreciated. Thank you.
Best Answers
-
An additional IF statement at the beginning should work for you.
=IF([At Risk]@row = 1, "Red", IF(.............................................................
-
Happy to help! 👍️
That is because IF statements read left to right and stop at the first true value. So if any of the IF's before it were true, it would have never been evaluated for the last one.
Answers
-
Try removing the closing parenthesis from after "Blue".
-
@Paul Newcome That worked. Do you know how I should structure the logic for the red status when I click on the AT Risk flag? Thanks.
-
An additional IF statement at the beginning should work for you.
=IF([At Risk]@row = 1, "Red", IF(.............................................................
-
@Paul Newcome Thank you, it worked! Appreciate the help. 😀. Oddly, I tried putting the red logic at the end and didn't work, but it worked after putting it in the front like you said
-
Happy to help! 👍️
That is because IF statements read left to right and stop at the first true value. So if any of the IF's before it were true, it would have never been evaluated for the last one.
Help Article Resources
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
Check out the Formula Handbook template!