histogram / bar chart out of string values?

nn992

New Member
Joined
Jul 28, 2016
Messages
47
Hi,
I have large list of words which are repeating and I would like to make a nice histogram out of it. However, when I try I am not able to do it as it says - input values are not numbers.

I know how to solve this by creating two extra collumns, but I need to link data to the chart, as I am working with external data source. Is it posible to set chart settings somehow to make this happen?

horizontal axis would be names, and vertical occurences of names.

Thanks
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Id create a pivot chart. Make sure your data has a header. Highlight the column then insert tab, pivot chart.
 
Upvote 0
Is it possible to make it without pivot? I know for this solution, but I wanted static graph which will change values when I change the data...
 
Upvote 0
A pivot is static until you refresh it. Your other solution is to create a list of unique values from your column then do a countif based on the column and said values.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,465
Messages
6,124,980
Members
449,201
Latest member
Lunzwe73

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top