View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMay JMay is offline
external usenet poster
 
Posts: 468
Default Reporting from data into grouped ranges..

Check out the Function:

FREQUENCY(data_array,bins_array)

In Help!!

"GD" wrote:

My question is regarding a range of data in values, say from 1 to 1000 in
cells A1-A100 (typical value being 47.4 etc)

I am looking to get a formula which will select the values out of these
results which are within specific ranges, I.e 0-49 - and report a count as a
result. For instance if there are 3 results between 50-99 (64, 78, 81) I
would like a formula which can identify these and produce a result of '3' to
signify how many values fall into the range. Any ideas?