frequency

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How would I find the frequency between two values, my data is in cells
c1:c470 with some empty spaces and i want to find how many of the values fall
within 5-6, 6-7, 7-8, 8-9. 9-10. I tried to use the =frequency( ), but i cant
get it to work correctly.
 
Some questions for you -

Do you have a range set up with the values
5
6
7
8
9
10

If not, that's what you need to do to start.

Second question - did you enter the formulas as an array - i.e, committing
it with Shift-Ctrl-Enter?

Let's assume your list as typed above is in the range A1:A6. Select cells
B1:B6 and enter

=FREQUENCY($C$1:$C4$70,$A$1:$A$6)

then press CTRL-SHIFT-ENTER

Should do it for you.

NOTE: If want the intervals to EXCLUDE the next higher number, make them
5
5.99999
6.99999
7.99999
etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Frequency vs Count 10
How to do the calculation - 29 Nov? 3
excel copy and paste... 2
Multi-demensional frequency distribution 4
Frequency Table 6
More in a histogram 1
Formula Question 1
Calculate the value of Z 12

Back
Top