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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 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!