Formulae help with Harvey balls being auto populated based on %

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

  • Kelly Moore
    Kelly Moore ✭✭✭✭✭✭

    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

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!