PC Review


Reply
 
 
Question Boy
Guest
Posts: n/a
 
      28th May 2008
I have 2 sheets.

Sheet 2, which has a data table and Sheet 1, which is to tabulate the data.

Sheet 2 has 2 columns, Type and Delta.

How can I count the number of entry in Sheet 2 that are of Type =1 and whose
Delta = 0?

Thank you,

QB
 
Reply With Quote
 
 
 
 
JW
Guest
Posts: n/a
 
      28th May 2008
On May 28, 1:21*pm, Question Boy
<Question...@discussions.microsoft.com> wrote:
> I have 2 sheets.
>
> Sheet 2, which has a data table and Sheet 1, which is to tabulate the data..
>
> Sheet 2 has 2 columns, Type and Delta.
>
> How can I count the number of entry in Sheet 2 that are of Type =1 and whose
> Delta = 0?
>
> Thank you,
>
> QB


Assuming that your Type is in column A and your Delta is in column B

=SUM((A2:A9=1)*(B2:B9=0))

This is an Array formula and must be entered with Ctrl+Shift+Enter.
 
Reply With Quote
 
Norman Jones
Guest
Posts: n/a
 
      28th May 2008
Hi Q,

Try something like:

=SUMPRODUCT(--(Sheet2!A1:A20=1),--(Sheet2!B1:B20=0))



---
Regards.
Norman
"Question Boy" <(E-Mail Removed)> wrote in message
newsD5CC200-AA90-4491-A7CC-(E-Mail Removed)...
>I have 2 sheets.
>
> Sheet 2, which has a data table and Sheet 1, which is to tabulate the
> data.
>
> Sheet 2 has 2 columns, Type and Delta.
>
> How can I count the number of entry in Sheet 2 that are of Type =1 and
> whose
> Delta = 0?
>
> Thank you,
>
> QB


 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      28th May 2008
=SUMPRODUCT(--(A2:A200=1),--(B2:B200=0))

--
---
HTH

Bob


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



"Question Boy" <(E-Mail Removed)> wrote in message
newsD5CC200-AA90-4491-A7CC-(E-Mail Removed)...
>I have 2 sheets.
>
> Sheet 2, which has a data table and Sheet 1, which is to tabulate the
> data.
>
> Sheet 2 has 2 columns, Type and Delta.
>
> How can I count the number of entry in Sheet 2 that are of Type =1 and
> whose
> Delta = 0?
>
> Thank you,
>
> QB



 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      28th May 2008
Should have been

=SUMPRODUCT(--(Sheet2!A2:A200=1),--(Sheet2!B2:B200=0))

--
---
HTH

Bob


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



"Question Boy" <(E-Mail Removed)> wrote in message
newsD5CC200-AA90-4491-A7CC-(E-Mail Removed)...
>I have 2 sheets.
>
> Sheet 2, which has a data table and Sheet 1, which is to tabulate the
> data.
>
> Sheet 2 has 2 columns, Type and Delta.
>
> How can I count the number of entry in Sheet 2 that are of Type =1 and
> whose
> Delta = 0?
>
> Thank you,
>
> QB



 
Reply With Quote
 
Question Boy
Guest
Posts: n/a
 
      28th May 2008
Thank you all so very much!




"Bob Phillips" wrote:

> Should have been
>
> =SUMPRODUCT(--(Sheet2!A2:A200=1),--(Sheet2!B2:B200=0))
>
> --
> ---
> HTH
>
> Bob
>
>
> (there's no email, no snail mail, but somewhere should be gmail in my addy)
>
>
>
> "Question Boy" <(E-Mail Removed)> wrote in message
> newsD5CC200-AA90-4491-A7CC-(E-Mail Removed)...
> >I have 2 sheets.
> >
> > Sheet 2, which has a data table and Sheet 1, which is to tabulate the
> > data.
> >
> > Sheet 2 has 2 columns, Type and Delta.
> >
> > How can I count the number of entry in Sheet 2 that are of Type =1 and
> > whose
> > Delta = 0?
> >
> > Thank you,
> >
> > QB

>
>
>

 
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
Count contiguous cells, or count cell clusters BizoNo Microsoft Excel Worksheet Functions 0 16th Feb 2010 07:06 PM
Excel 2007. BUG. Count is defined as a long. Cells.Count results in error Overflow keepITcool Microsoft Excel Crashes 4 6th Jul 2006 10:14 PM
SUBTOTAL Second Count / sub-count of Filtered Visible Cells QTE Microsoft Excel Misc 13 4th Aug 2004 04:47 PM
SUBTOTAL Second Count / sub-count of Filtered Visible Cells QTE Microsoft Excel Worksheet Functions 0 27th Jul 2004 08:47 PM
SUBTOTAL Second Count / sub-count of Filtered Visible Cells QTE Microsoft Excel Worksheet Functions 3 21st Jul 2004 11:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:11 AM.