PC Review


Reply
Thread Tools Rate Thread

Another COUNTIF question...

 
 
digitallifeform
Guest
Posts: n/a
 
      21st Oct 2003
Hey all, i'm stuck.

I need to do a formula that will count the number of cells in column
'A' only if the corresponding cell in column 'B' has a value of '0'.

=COUNTIF(O:0,"0")+COUNTIF(P:P,">0") - just counts both, and that's as
far as i have got.

Can anyone help me please.

Thanks



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

 
Reply With Quote
 
 
 
 
Arvi Laanemets
Guest
Posts: n/a
 
      21st Oct 2003
Hi

=SUMPRODUCT((A1:A65536>0)*(B1:B65536<>"")*(B1:B65536=0))
(you can't use reference to column with SUMPRODUCT)

Arvi Laanemets


"digitallifeform" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> Hey all, i'm stuck.
>
> I need to do a formula that will count the number of cells in column
> 'A' only if the corresponding cell in column 'B' has a value of '0'.
>
> =COUNTIF(O:0,"0")+COUNTIF(P:P,">0") - just counts both, and that's as
> far as i have got.
>
> Can anyone help me please.
>
> Thanks
>
>
>
> ------------------------------------------------
> ~~ Message posted from http://www.ExcelTip.com/
> ~~ View and post usenet messages directly from http://www.ExcelForum.com/
>



 
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
countif question stokie123 Microsoft Excel Worksheet Functions 5 5th May 2009 03:14 AM
COUNTIF Question Phillycheese5 Microsoft Excel Worksheet Functions 4 2nd Feb 2006 06:48 AM
CountIf question narutard Microsoft Excel Programming 5 19th Jul 2005 01:25 PM
COUNTIF Question patrick s. Microsoft Excel Discussion 4 24th Sep 2004 09:16 PM
Countif question Cass Microsoft Excel Misc 3 16th Dec 2003 08:55 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:15 AM.