

in cells B1:B30), then highlight cells C1:C30 and type in the FREQUECNY function then press CTRL+Shift+Enter to complete the operation. Information about the usage of this function can be found online, but in short if you have your data to be binned in cells A1:A100 then you just need to create your bins array (e.g. then the first row of your results will show the frequency of a value between 20-21, the next 21-22 etc. Your bins array will contain the lower bounds of the bin, for example if the first couple of cells are 20,21,22. You can use the FREQUENCY function to bin your data into whatever chunks you need to, with the syntax being =FREQUENCY(data_array, bins_array).

I appreciate this is a very old thread, but for the benefit of others looking for a solution to this:
