How to change count to percentage in stack bar chart?
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
-
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
-
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
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!