how to add percentages to a simple bar chart in excel. Data is a series of strings in cells, I want bar chart to show percentages rather than count

I have been trying for hours to find a solution to this, but have not been able to.

Let's say I have this simple column in excel (a series of strings):

enter image description here

Now, what I want is a simple bar chart out of this, which shows the frequency (how many occurrences) of each string. When I go to Insert -> Recommended graph, excel comes up with a 'clustered column' graph, which is the following:

enter image description here

Now, I have figured out how to input values on each column, so it becomes:

enter image description here

Now the question is .. no matter how much I 've researched online and/or played with options, I can't find for the life of me, how to show percentages rather than 'count' values above each column. Ideally, I would like to have both - but if not possible, percentages is enough.

I guess I could make another column where I have a formula to calculate the percentage, perhaps from a pivot table etc - but because I need to create almost one hundred graphs out of such columns, I am really looking weather its possible to do it kind of automatically, or at least with a couple clicks...

It seems pretty reasonable to assume that there must be a way to have percentages, since its often needed in similar graphs .. Is there such a way, or am I just too optimistic?

Really, any help would be extremely appreciated, I 've lost far too many hours on this ...

1 Answer

Excel has created a pivot chart and aggregates the data as a count. In order to show percentage, you need to change the way the values are displayed.

Select the pivot chart and make sure that you see the pivot field pane. If you don't see it, click on the PivotChart Analyze ribbon and then click the ribbon button Field List. Now you can

  1. Click the dropdown arrow for the Count aggregation in the Values area
  2. Click Value Field Settings
  3. in the dialog, click on the tab Show Values As
  4. Click % of Grand Total and OK

Now the chart value axis changes to a percentage scale and the values of the columns are displayed as percentages.

enter image description here

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like