Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dk Dk is offline
external usenet poster
 
Posts: 3
Default Count with Multiple criteria

Range D2:D10 contains the years 2003 and 2004. In C4:C10 there is a
payment status "Paid" or "Oustanding".
I want to count the instances in C4:C10 where it indicates
"Outstanding" where 2003 is indicated in D4:D10"
Thanks for your assistance
DK

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,089
Default Count with Multiple criteria

DK

=SUMPRODUCT((C2:C10="outstanding")*(D2:D10=2003))

The number of rows needs to be the same.

Regards

Trevor


"Dk" wrote in message
oups.com...
Range D2:D10 contains the years 2003 and 2004. In C4:C10 there is a
payment status "Paid" or "Oustanding".
I want to count the instances in C4:C10 where it indicates
"Outstanding" where 2003 is indicated in D4:D10"
Thanks for your assistance
DK



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count with multiple criteria in multiple cells Mike H Excel Worksheet Functions 1 February 9th 10 04:02 PM
Filter Multiple Columns on Multiple Criteria and count the last co LBitler Excel Worksheet Functions 2 February 12th 09 08:36 PM
To count the data using multiple criteria in multiple columns Rajesh New Users to Excel 5 December 15th 08 04:07 PM
Count multiple cells against multiple criteria in an Excel spreads EricB Excel Worksheet Functions 7 June 3rd 08 09:09 PM
Multiple Criteria, Count If, Sum Product to get count across range Jonathan Excel Worksheet Functions 5 January 9th 08 11:32 PM


All times are GMT +1. The time now is 01:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"