Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have you tried looking up the FREQUENCY worksheet function in Excel
Help? Pete On Feb 25, 9:50*am, 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I missed the cumulative bit so put this in D1 =C1 Put this in D2 =C2+D1 Drag down to D17 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to draw cumulative frequency curve in Excel | Charts and Charting in Excel | |||
How do I create a more than cumulative frequency polygon ? | Excel Discussion (Misc queries) | |||
How do I create a more than cumulative frequency polygon ? | Excel Discussion (Misc queries) | |||
How do I do a cumulative frequency graph? | Charts and Charting in Excel | |||
Cumulative Frequency | Charts and Charting in Excel |