How Do I create a table in excel that shows frequency?

G

Guest

Working on an assignment for school and I can't find the right function/table
to show me how to create a table showing frequency and relative frequency.
 
B

Bernard Liengme

Suppose your data is in A1:A100 and has values in range 0 to 100
1) In C1:C10 enter 10,20, 30...100 This is called the BIN
2) Select D1:D10, type =FREQUENCY(A1:A100, C1:C10, and press
SHIFT+CTRL+ENTER
If all your numbers are the same or you just get value in D1 you did not
follow instructions!
Now you have the frequency data: D1 is count of data in A1:A100 that is 10
or less; D2 is count for 11 to 20
3) In E1 enter =D1/COUNT($A$1:$A$1000); format as %; copy down the column to
E10
Now you have relative frequency

I want 1/2 of the grade we get for the assignment!
 

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

Top