PC Review


Reply
Thread Tools Rate Thread

Count Multiple Criteria

 
 
Brian
Guest
Posts: n/a
 
      27th Feb 2006
I have the following example of data.

Quote # Due Date Submital Date
6-0001 1/10/2006 1/17/2006
6-0002 1/13/2006 1/17/2006
6-0003 1/13/2006 1/17/2006
6-0004 1/6/2006 1/6/2006
6-0005 1/13/2006 1/18/2006
6-0006 1/12/2006 1/13/2006
6-0007 1/20/2006
6-0008 3/20/2006

I'm trying to get a count of Not yet submitted (blank cells) that are
late. And a count of Not yet submitted (blank cells) that are not late.
I've been trying to get it to work correctly using, sumproduct, sum,
sumif, count, countif but haven't been able to get it to work
correctly.

Thanks for any help!!!

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      27th Feb 2006
=SUMPRODUCT(--(B2:B200>=TODAY()),--(C2:C200=""))

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Brian" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have the following example of data.
>
> Quote # Due Date Submital Date
> 6-0001 1/10/2006 1/17/2006
> 6-0002 1/13/2006 1/17/2006
> 6-0003 1/13/2006 1/17/2006
> 6-0004 1/6/2006 1/6/2006
> 6-0005 1/13/2006 1/18/2006
> 6-0006 1/12/2006 1/13/2006
> 6-0007 1/20/2006
> 6-0008 3/20/2006
>
> I'm trying to get a count of Not yet submitted (blank cells) that are
> late. And a count of Not yet submitted (blank cells) that are not late.
> I've been trying to get it to work correctly using, sumproduct, sum,
> sumif, count, countif but haven't been able to get it to work
> correctly.
>
> Thanks for any help!!!
>



 
Reply With Quote
 
Brian
Guest
Posts: n/a
 
      27th Feb 2006
I swear I did that before. Whatever - it works. Thank you so much!

 
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 with multiple criteria in multiple cells MadProphet Microsoft Excel Worksheet Functions 4 9th Feb 2010 04:46 PM
Filter Multiple Columns on Multiple Criteria and count the last co LBitler Microsoft Excel Worksheet Functions 2 12th Feb 2009 08:36 PM
To count the data using multiple criteria in multiple columns Rajesh Microsoft Excel New Users 4 15th Dec 2008 04:07 PM
Count multiple cells against multiple criteria in an Excel spreads EricB Microsoft Excel Worksheet Functions 7 3rd Jun 2008 09:09 PM
Multiple Criteria, Count If, Sum Product to get count across range Jonathan Microsoft Excel Worksheet Functions 5 9th Jan 2008 11:32 PM


Features
 

Advertising
 

Newsgroups
 


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