Histogram Bin Range

22strider

Active Member
Joined
Jun 11, 2007
Messages
311
Hello Friends

Is it possible to make Histogram chart with bin range (rather than bin points) in Excel?
I was wondering if it was possible chart with bin range like 0-15, 15-30, 30-45 rather than points 15, 30, 45.

I need to distribute chart to large number of people and was thinking range would be easier to interpret.

Thanks
Rajesh
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
But it still does not give bin range like 0-15, 15-30; I am trying to have the range (0-15,..etc.) displayed on the x-axis of the histogram chanrt rather than bin numbers (15,30,..etc.)
 
Upvote 0
Put
'1-5,
'6-10,
'11-15
...etc.
in a column of cells.

Right-click on your chart and select Source Data
Select the "Series" tab on the Source Data dialog
In the "Category (x) axis labels" input box, select the range of cells with those labels.

You could use a formula to create the labels. If column C had your bins e.g. 1, 6, 11, 16 etc.
Then in say E2 put
=C2&"-"&C2+4
and copy it down column E
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,652
Members
448,975
Latest member
sweeberry

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