Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I get the count in excel based on criteria in multiple col

I need to get the count based on the criteria in two columns, In the below
example I am looking for a formula that will give me the count for defects
that are having the status of OPEN and of CRITICAL severity

Defect# Status Severity
1 Open Critical
2 Closed Showstopper
3 Open Important
4 Closed Critical
5 Open Minor
6 Open Critical
7 Closed Showstopper
8 Open Important
9 Closed Critical
10 Open Minor

Thanks in advance


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,355
Default How do I get the count in excel based on criteria in multiple col

Try something like this

=SUMPRODUCT(--(B1:B10="Open"),--(C1:C10="Critical"))
--
HTH,
Barb Reinhardt



"Sunil Mariyappa" wrote:

I need to get the count based on the criteria in two columns, In the below
example I am looking for a formula that will give me the count for defects
that are having the status of OPEN and of CRITICAL severity

Defect# Status Severity
1 Open Critical
2 Closed Showstopper
3 Open Important
4 Closed Critical
5 Open Minor
6 Open Critical
7 Closed Showstopper
8 Open Important
9 Closed Critical
10 Open Minor

Thanks in advance


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 unique values based on multiple criteria Nip Excel Discussion (Misc queries) 2 November 2nd 06 03:41 AM
how to count unique values in excel based on multiple criteria IDBUGM Excel Worksheet Functions 3 March 15th 06 04:00 PM
count based on multiple date criteria lisaw Excel Worksheet Functions 1 August 9th 05 05:31 PM
how do i count values based on multiple criteria sean Excel Worksheet Functions 2 January 7th 05 01:00 AM
Count rows based on multiple criteria Murph Excel Worksheet Functions 1 October 28th 04 07:13 AM


All times are GMT +1. The time now is 04:36 AM.

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

About Us

"It's about Microsoft Excel"