Formulae help with Harvey balls being auto populated based on %
Gaurav Chauhan
✭✭✭✭✭✭
Hi Team
Can you please help confirm on how to write the formulae so that based on the certain percentage value the icons appear in the cell value
eg. lets say between 60-80% its three quarter full harvey ball
between 81% to 100% its a Full Harvey ball.
I can work the range if you can drop in less than equal & greater than equal equation in the nested IF argument.
Answers
-
Hey @Gaurav Chauhan
Try this formula in your Symbols column
=IF([Progress %]@row>= 0.81, "Full", IF([Progress %]@row>= 0.60, "Three Quarter", IF([Progress %]@row>= 0.40, "Half", IF([Progress %]@row>=0.10, "Quarter", "Empty"))))
Does this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 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!