Can you provide/describe some sample data? [nt]
Yes. Say in Range A1:A10 you have a list of grades and you want to determine how many A's, B's etc. In Range D1:D5 are the cut off's for the grades-- 70, 77, 85, 93, 100. I want the number of A's etc. to be in Range E1:E5. Does this help?
FREQUENCY is an array function.
My guess is that you are simply entering the FREQUENCY function in a single cell and perhaps trying to copy it, in which case, it won't work.
Select a range of cells equivalent to the number of bins you've chosen plus one and then enter the FREQUENCY function and use CTRL-SHIFT-ENTER to make the formula work.
Lynda,
In E1:E5 array enter (Control Shift Enter)
=FREQUENCY($A$1:$A$10,$D$1:$D$5)
The cutoffs (In D1:D5) need to be the LOWER LIMIT of each range, ie, if F goes from 0 - 70, E, 71 - 77, D, 78 - 85 and so on, you should have in D1:D5
0
71
78
Juan Pablo G.
Juan Pablo G.
Sorry, this should read the UPPER LIMIT (Not Lower), so D1:D5 should read
70
77
85
93
100
Juan Pablo G. Lynda, In E1:E5 array enter (Control Shift Enter) =FREQUENCY($A$1:$A$10,$D$1:$D$5) The cutoffs (In D1:D5) need to be the LOWER LIMIT of each range, ie, if F goes from 0 - 70, E, 71 - 77, D, 78 - 85 and so on, you should have in D1:D5 0
Thank You for the suggestions--I off to try them. Doesn't seem as easy as Lotus!