frequency table for continuous variable

  • Thread starter Thread starter omarfdawood
  • Start date Start date
O

omarfdawood

Dear Friends.

Can we use excel to create a frequency table for a continuous variable?
I using excel 2000.

Any help?

Oamr Farook
(e-mail address removed)
 
Yes
=COUNTIF(range,"<3")-COUNTIF(range,"<1")
will return the number of values in the range that satisfy 1<=x<3.

Jerry
 
Back
Top