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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!