How to Auto-Update Progess Bar

mlamb
✭✭
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
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!