View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Cumulative frequency

Hi,

In this example put your data in A1 - A50 and the groups in B1- B17

Put this formula in C1
=FREQUENCY(A1:A50,B1:B17)
Select the cells C1 - C17 and tap F2
Commit the formula with Ctrl + Shift + Enter
you should get the results

1
0
0
25
20
4
0
0
0
0
0
0
0
0
0
0
0

Mike


"UniStudent Coll" wrote:

How do i work out the cumulative freqeuncy of the following?

I have a set of numbers that need to be counted as the frequency:

67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
67.5
90
90
0
90
90
90
90
90
90
90
90
90
112.5
112.5
112.5
112.5
90
90
67.5
67.5
67.5
67.5
90
90
90
90
90
90
90

and groups for the frequency to be calculated:

0
22.5
45
67.5
90
112.5
135
157.5
180
202.5
225
247.5
270
292.5
315
337.5
360

Regards

FC