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
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!