PC Review


Reply
Thread Tools Rate Thread

counting by group

 
 
ela
Guest
Posts: n/a
 
      25th Nov 2008
For the following data,

decision Base <50 50-60 60-70 >70
FN 20.632 1 0 0 0
FN 34.492 1 0 0 0
FN 37.398 1 0 0 0
FP 65.422 0 0 1 0
FP 161.897 0 0 0 1
FP 102.764 0 0 0 1
FP 90.76 0 0 0 1
FN 10.738 1 0 0 0
FP 151.7 0 0 0 1


is there any quick way that i can ask excel to derive the statistics just
below?

decision <50 50-60 60-70 >70
FN 4 0 0 0
FP 0 0 1 4


 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      25th Nov 2008
Assuming the results table is in L1:Pn, in M2 enter

=SUMIF($A:$A,$L2,C:C)

and copy across and down.

--
__________________________________
HTH

Bob

"ela" <(E-Mail Removed)> wrote in message
news:gggo9e$lfr$(E-Mail Removed)...
> For the following data,
>
> decision Base <50 50-60 60-70 >70
> FN 20.632 1 0 0 0
> FN 34.492 1 0 0 0
> FN 37.398 1 0 0 0
> FP 65.422 0 0 1 0
> FP 161.897 0 0 0 1
> FP 102.764 0 0 0 1
> FP 90.76 0 0 0 1
> FN 10.738 1 0 0 0
> FP 151.7 0 0 0 1
>
>
> is there any quick way that i can ask excel to derive the statistics just
> below?
>
> decision <50 50-60 60-70 >70
> FN 4 0 0 0
> FP 0 0 1 4
>
>



 
Reply With Quote
 
ela
Guest
Posts: n/a
 
      25th Nov 2008

"Bob Phillips" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Assuming the results table is in L1:Pn, in M2 enter
>
> =SUMIF($A:$A,$L2,C:C)
>
> and copy across and down.
>
> --
> __________________________________
> HTH
>
> Bob
>


it seems you are using array formula...?

What's Pn?
and $L2 are the condition criteria, what are they...?


 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      25th Nov 2008
No, it is not an array formula, just a standard formula.

Pn is column P, down to some indeterminate row, n, that only you know.

$L2 is the decision value being tested, FN in row 2, FOP in row 3, etc.

--
__________________________________
HTH

Bob

"ela" <(E-Mail Removed)> wrote in message
news:gggv4l$ol9$(E-Mail Removed)...
>
> "Bob Phillips" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Assuming the results table is in L1:Pn, in M2 enter
>>
>> =SUMIF($A:$A,$L2,C:C)
>>
>> and copy across and down.
>>
>> --
>> __________________________________
>> HTH
>>
>> Bob
>>

>
> it seems you are using array formula...?
>
> What's Pn?
> and $L2 are the condition criteria, what are they...?
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Counting within a group =?Utf-8?B?amFrZTczNjM=?= Microsoft Access Reports 3 23rd Apr 2007 04:16 PM
GROUP BY not counting 0's James B Microsoft Access Queries 14 12th Oct 2004 05:41 PM
Re: Group counting Frank Kabel Microsoft Excel Programming 0 24th Mar 2004 07:04 AM
group counting =?Utf-8?B?RXJpayBIYW5zb24=?= Microsoft Excel Programming 3 24th Mar 2004 07:04 AM
Re: Group counting Don Guillett Microsoft Excel Programming 1 24th Mar 2004 01:13 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:10 PM.