Microsoft Office Forums


Reply
Thread Tools Display Modes

putting a set of values into a group of bins

 
 
Elliott Alterman
Guest
Posts: n/a

 
      03-09-2010, 12:01 AM
I have a column of numbers and I want to count how many are between 1 and 10, 11
and 20, 21 and 30, etc. I have been unable to develop any expression for the
COUNTIF function or a pivot table that works. Is one of those the way to go, or
is there another alternative.

Thanks

Elliott
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a

 
      03-09-2010, 01:15 AM
You may want to read about =frequency() in Excel's help.

It sounds like a nice fit.

Elliott Alterman wrote:
>
> I have a column of numbers and I want to count how many are between 1 and 10, 11
> and 20, 21 and 30, etc. I have been unable to develop any expression for the
> COUNTIF function or a pivot table that works. Is one of those the way to go, or
> is there another alternative.
>
> Thanks
>
> Elliott


--

Dave Peterson
 
Reply With Quote
 
Mike Middleton
Guest
Posts: n/a

 
      03-09-2010, 02:27 AM
Elliott -

(1) For example, to count values between 11 and 20 inclusive, use
=COUNTIF(data_range,"<=20")-COUNTIF(data_range,"<11")

(2) FREQUENCY array-entered worksheet function, after you enter upper limits
for the bins on your worksheet

(3) Histogram tool of Excel's Analysis ToolPak (creates a frequency
distribution and optional chart)

(4) Group feature of pivot table

- Mike
http://www.MikeMiddleton.com


"Elliott Alterman" <(E-Mail Removed)> wrote in message
news:4b959de5$0$12436$(E-Mail Removed) ...
I have a column of numbers and I want to count how many are between 1 and
10, 11
and 20, 21 and 30, etc. I have been unable to develop any expression for the
COUNTIF function or a pivot table that works. Is one of those the way to go,
or
is there another alternative.

Thanks

Elliott

 
Reply With Quote
 
Elliott Alterman
Guest
Posts: n/a

 
      03-09-2010, 03:00 AM
Thanks


Dave Peterson wrote:
> You may want to read about =frequency() in Excel's help.
>
> It sounds like a nice fit.
>
> Elliott Alterman wrote:
>> I have a column of numbers and I want to count how many are between 1 and 10, 11
>> and 20, 21 and 30, etc. I have been unable to develop any expression for the
>> COUNTIF function or a pivot table that works. Is one of those the way to go, or
>> is there another alternative.
>>
>> Thanks
>>
>> Elliott

>

 
Reply With Quote
 
Elliott Alterman
Guest
Posts: n/a

 
      03-09-2010, 03:01 AM
Wow - great stuff. Thanks!

Elliott


Mike Middleton wrote:
> Elliott -
>
> (1) For example, to count values between 11 and 20 inclusive, use
> =COUNTIF(data_range,"<=20")-COUNTIF(data_range,"<11")
>
> (2) FREQUENCY array-entered worksheet function, after you enter upper limits
> for the bins on your worksheet
>
> (3) Histogram tool of Excel's Analysis ToolPak (creates a frequency
> distribution and optional chart)
>
> (4) Group feature of pivot table
>
> - Mike
> http://www.MikeMiddleton.com
>
>
> "Elliott Alterman" <(E-Mail Removed)> wrote in message
> news:4b959de5$0$12436$(E-Mail Removed) ...
> I have a column of numbers and I want to count how many are between 1 and
> 10, 11
> and 20, 21 and 30, etc. I have been unable to develop any expression for the
> COUNTIF function or a pivot table that works. Is one of those the way to go,
> or
> is there another alternative.
>
> Thanks
>
> Elliott
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
allowing multiple values causes front end to report error Jey Access Newsgroup 5 03-13-2010 05:04 PM
Pivot Chart - negative values not displaying properly Aleksandr Excel Newsgroup 2 03-03-2010 03:31 PM
Project 2007 Work Field Formula to Exclude Work Done by Resources Not in a Resource Group DaveMori Project Newsgroup 0 03-02-2010 03:24 PM
Group By Marylou Project Newsgroup 4 02-27-2010 12:12 PM
DIsplaying negative time values Neil Excel Newsgroup 1 02-23-2010 01:14 AM



All times are GMT. The time now is 02:11 PM.