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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!