PC Review


Reply
Thread Tools Rate Thread

COUNTIF with 2 columns

 
 
J.A.1975
Guest
Posts: n/a
 
      11th Apr 2011
Hi, how do I count cells in A with nothing in B.

A B
x
x 2011/02/17
2011/03/21
x
x 2011/04/11
x

=COUNTIF(A:A;"x") but not counting when date (B:B) is available (it
means it did arrive)

Best regards,
Alberto
 
Reply With Quote
 
 
 
 
joeu2004
Guest
Posts: n/a
 
      11th Apr 2011
On Apr 11, 2:28*pm, "J.A.1975" <josealberto1...@gmail.com> wrote:
> Hi, how do I count cells in A with nothing in B.

[....]
> =COUNTIF(A:A;"x") but not counting when date (B:B) is
> available (it means it did arrive)


=SUMPRODUCT((A1:A100="x")*(ISNUMBER(B1:B100)=FALSE))
 
Reply With Quote
 
J.A.1975
Guest
Posts: n/a
 
      28th Apr 2011
On 11 abr, 18:15, joeu2004 <joeu2...@hotmail.com> wrote:
> On Apr 11, 2:28*pm, "J.A.1975" <josealberto1...@gmail.com> wrote:
>
> > Hi, how do I count cells in A with nothing in B.

> [....]
> > =COUNTIF(A:A;"x") but not counting when date (B:B) is
> > available (it means it did arrive)

>
> =SUMPRODUCT((A1:A100="x")*(ISNUMBER(B1:B100)=FALSE))


Gracias joeu2004
 
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 using two columns? Scott Stedman Microsoft Excel Misc 6 7th May 2011 12:59 PM
Countif for 2 columns earlfj Microsoft Excel Worksheet Functions 3 27th Sep 2009 05:42 AM
countif in 2 columns Tonso Microsoft Excel Misc 4 23rd Oct 2007 04:51 PM
countif with two columns? viveleroi0 Microsoft Excel Worksheet Functions 1 30th Aug 2004 07:58 PM
Re: countif from two columns Arvi Laanemets Microsoft Excel Worksheet Functions 0 30th Jul 2003 07:08 AM


Features
 

Advertising
 

Newsgroups
 


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