How to Auto-Update Progess Bar
I need assistance with the appropriate formula to automate progress bar changes. I have attemped the formula I have seen in other posts, but I am getting error "unparseable"
Answers
-
add @row on [% Complete]
[% Complete]@row
That might fix it
-
Thank you! Thank in conjunction with taking out the "%" and making them all decimals did the trick!
-
I was just about to say that as well! Glad to help, I'm going to post the completed formula just incase anyone else stumbles upon this thread
=IF([% Complete]@row < 0.25, "Empty", IF([% Complete]@row < 0.5, "Quarter", IF([% Complete]@row < 0.75, "Half", IF([% Complete]@row < 1, "Three Quarter", "Full"))))
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!