Is there a way to show an exact percent in Smartsheet?
Hello,
Looking to show a completion chart that corresponds to % Complete in my chart. What would be the formula to show 0, 25, 50, 75 and 100% complete that corresponds to the Completion graph that shows the similar amount completed? (Far right column needs to correspond to the far-right column). Thanks!
Answers
-
you'd have to do a nested IF statement.
Maybe there's an easier way but this is how my brain works!
Use this in your "Completion" column where you want the symbol.
=IF([% Complete]@row = 0, "Empty", IF([% Complete]@row <= 25, "Quarter", IF([% Complete]@row <= 50, "Half", IF([% Complete]@row <= 75, "Three Quarter", "Full"))))
here's a link to they syntax for the symbols:
Available symbols for the symbols column | Smartsheet Learning Center
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 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!