#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Frequency

I have 22 different populations taken from a poll. I want to calculate the
frequencies by using the less than or equal to function. For example the
number of people that live in of 200,000 or less, then 100,000 or less and
down the line. I only have one column, that of the different populations.
--
blackhawk
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Frequency

Do you want the frequency or the count? Your descriptions sounds like you're
looking for the count. Assume the data are in A1:A100.
=COUNTIF(A1:A100,"<=200000") will count the number of populations less than
or equal to 200,000 etc.

If you're looking to create a frequency distribution, then see here for info
on the FREQUENCY function: http://www.meadinkent.co.uk/xlfreq.htm

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Blackhawk.34" wrote:

I have 22 different populations taken from a poll. I want to calculate the
frequencies by using the less than or equal to function. For example the
number of people that live in of 200,000 or less, then 100,000 or less and
down the line. I only have one column, that of the different populations.
--
blackhawk

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Frequency

I want to know how to show the number of people that live in populations
between 200,000 and 150,000. An example being, there are 5 people from
populations between 200,000 and 150,000. I want to reflect that in order to
create a histogram.
Sorry if its not making sense, I am new to this. I appreciate any help.
--
blackhawk


"Dave F" wrote:

Do you want the frequency or the count? Your descriptions sounds like you're
looking for the count. Assume the data are in A1:A100.
=COUNTIF(A1:A100,"<=200000") will count the number of populations less than
or equal to 200,000 etc.

If you're looking to create a frequency distribution, then see here for info
on the FREQUENCY function: http://www.meadinkent.co.uk/xlfreq.htm

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Blackhawk.34" wrote:

I have 22 different populations taken from a poll. I want to calculate the
frequencies by using the less than or equal to function. For example the
number of people that live in of 200,000 or less, then 100,000 or less and
down the line. I only have one column, that of the different populations.
--
blackhawk

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default Frequency

have you looked at FREQUENCY in help. It seems to do what you want.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Blackhawk.34" wrote in message
...
I have 22 different populations taken from a poll. I want to calculate the
frequencies by using the less than or equal to function. For example the
number of people that live in of 200,000 or less, then 100,000 or less and
down the line. I only have one column, that of the different populations.
--
blackhawk



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Frequency

Assume your raw data is in the range A1:A100. You have the bins in the range
B1:B10.

Goto the menu ToolsData AnalysisHistogramOK

Fill in the info

Biff

"Blackhawk.34" wrote in message
...
I want to know how to show the number of people that live in populations
between 200,000 and 150,000. An example being, there are 5 people from
populations between 200,000 and 150,000. I want to reflect that in order
to
create a histogram.
Sorry if its not making sense, I am new to this. I appreciate any help.
--
blackhawk


"Dave F" wrote:

Do you want the frequency or the count? Your descriptions sounds like
you're
looking for the count. Assume the data are in A1:A100.
=COUNTIF(A1:A100,"<=200000") will count the number of populations less
than
or equal to 200,000 etc.

If you're looking to create a frequency distribution, then see here for
info
on the FREQUENCY function: http://www.meadinkent.co.uk/xlfreq.htm

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Blackhawk.34" wrote:

I have 22 different populations taken from a poll. I want to calculate
the
frequencies by using the less than or equal to function. For example
the
number of people that live in of 200,000 or less, then 100,000 or less
and
down the line. I only have one column, that of the different
populations.
--
blackhawk



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
histograms - frequency and relative frequency? confusedstudent Excel Discussion (Misc queries) 2 February 8th 06 08:20 AM
3-D Frequency Chart in VBA [email protected] Charts and Charting in Excel 0 July 5th 05 05:19 PM
Combine FREQUENCY and SUM of Associated Values MichaelC Excel Worksheet Functions 3 July 3rd 05 01:54 AM
Frequency function Pritesh Excel Discussion (Misc queries) 2 April 18th 05 09:53 PM
Frequency for Histograms in Excel Jim Charts and Charting in Excel 7 February 24th 05 07:33 PM


All times are GMT +1. The time now is 02:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"