Histogram ?!?

VBA

New Member
Joined
Jan 19, 2009
Messages
39
Heya,

I'm trying to make an histogram, but I get totally lost when they ask me to define BIN-numbers. I understand these are the limits between which you wanna count the data. E.g. if I have the numbers 3.8, 4.3, 4.2, 5.1, 5.5, 5.3, 7.1 and the following BIN numbers: 4 5 6 7, I'll find a histogram with frequency 2 for 4 (4.3 and 4.2), frequency 3 for 5 (5.1, 5.5 and 5.3), 0 frequency for 6 and 1 for 7 (7.1).
However, in reality my histogram doesn't even recognize the bin numbers?! It flips when I try to fill in any BIN... it always goes back to default. :(

I tried to ungo this with the function "frequency", but again it goes wrong with the BIN-array.

Can somebody explain what goes wrong? :confused:

I can make histograms by using the COUNT function (defining e.g. COUNTIF(>=4,<5) for the 4-bar in the histogram), but I thought I'd give the add-inn for histograms a chance... Looks like I shouldn't :rolleyes:
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"

Forum statistics

Threads
1,216,776
Messages
6,132,659
Members
449,744
Latest member
kauamarcosms

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