Formula Question
Hello:
Below is a formula that was written to change the verbage in the "Status" column based on the % Complete Column.
The original formula was =IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", IF([% Complete]@row > 0, "In Progress", IF([% Complete]@row < 1, "In Progress"))) and it worked just fine.
Then I realized that when the status of the ball changes to red or yellow that I did not have anything written for when the ball changes to "Red" , "Past Due" and when the ball changes to "Yellow", "At Risk." So, I added to the formula the follow (in bold)
=IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", IF([% Complete]@row > 0, "In Progress", IF([% Complete]@row < 1, "In Progress", IF([Schedule Health]@row = "Yellow", "At Risk"))))) and it returned a #UNPARSEABLE. Is this because I am referencing another column within my original formula? Can you reference another column in this type of formula and if show how should it be written?
Any help would be greatly appreciated.
Best,
Anthony D'Ambrosio
Best Answer
-
Here is my suggestion...
=IF([Schedule Health]@row = "Red", "Past Due", IF([Schedule Health]@row = "Yellow", "At Risk", IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", "In Progress"))))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Here is my suggestion...
=IF([Schedule Health]@row = "Red", "Past Due", IF([Schedule Health]@row = "Yellow", "At Risk", IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", "In Progress"))))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
@Paul Newcome thank you! that worked.
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!