I need help with this formula. I can't seem to get the formula right
I've been having issue coming up with nested-if formula for this.
Use a nested-if formula to automate the RYG status balls in the "Status "column, depending on the "% Complete" for each request.
If a request is less than 70% complete, turn the "Status" column into a "Red"
If a request is 70% or above and less than 100% complete, turn the "Status" column into a "Yellow"
If a request is 100% complete, turn the "Status" column into a "Green"
Best Answer
-
Hi @Von Gossi
Please try this in your status column (presuming you have % formatted in the % Complete column):
=IF([% Complete]@row = 1, "Green", IF([% Complete]@row > 0.69, "Yellow", "Red"))
Hope this helps!
Answers
-
Hi @Von Gossi
Please try this in your status column (presuming you have % formatted in the % Complete column):
=IF([% Complete]@row = 1, "Green", IF([% Complete]@row > 0.69, "Yellow", "Red"))
Hope this helps!
-
Hi @ker9 - it worked! Thank you.
My mistake was not converting the % to decimals and I was doing it in Ascending order vs. descending!
Thank You!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!