How to change count to percentage in stack bar chart?

Bradhickswa
Bradhickswa ✭✭✭✭
edited 11/16/22 in Formulas and Functions

Hi SS Community,

I have attached two stacked bar charts I created for showing status of part shipments between sites. An example of the formula I used in my supporting sheet is: =COUNTIFS({X-Site Shipping Status}, "Delivered", {X-Site Build Stage}, "POM to IHA")

If it is a formula issue, what do I need to add/change about the formula so that the data shows as percentages and not counts?

Thank you!

-Brad

Best Answer

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    You would need to calculate the percentages via formula which would be the count of delivered divided by the total count:

    =COUNTIFS({X-Site Shipping Status}, "Delivered", {X-Site Build Stage}, "POM to IHA") / =COUNTIFS({X-Site Build Stage}, "POM to IHA")

Answers

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    You would need to calculate the percentages via formula which would be the count of delivered divided by the total count:

    =COUNTIFS({X-Site Shipping Status}, "Delivered", {X-Site Build Stage}, "POM to IHA") / =COUNTIFS({X-Site Build Stage}, "POM to IHA")

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!