In John's formula, the INT function is extraneous.
If your values are not whole numbers, they might not be placed in the bin you expect
or want. 3.21 is counted in the '4' bin, for example. To count each data value in
the bin of its integer part (i.e., put 3.21 into 3 where you want it), put INT
inside the Frequency function around the data range:
=FREQUENCY(INT(A2:A10),B2:B6)
Hold CTRL+SHIFT while pressing ENTER, as John describes, then construct your chart.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______