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 Count based on Conditions

Hi,
I have two columns Defect Type & Status in an excel sheet. I need to arrive
at a summary based on the various values that are avaialble inthese columns.
See the below table
Defect Type Status
====================
Defect Works as Designed
Defect Duplicate
Defect Duplicate
Defect Duplicate
Defect Works as Designed
Defect Duplicate
Defect Works as Designed
Defect Duplicate
Defect Fixed
Defect Fixed
Defect Works as Designed
Document Open
Document Open

I need to get the count for the following

Defect + Works as Designed = X nos
Defect + Fixed = X nos
Document + Works as Designed = X nos.

Is there any formula in excel which can do the same?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Count based on Conditions

Defect + Works as Designed = X nos
=SUMPRODUCT(--($A$2:$A$14="Defect"),--($B$2:$B$14="Works as Designed"))

Defect + Fixed = X nos

=SUMPRODUCT(--($A$2:$A$14="Defect"),--($B$2:$B$14="Fixed"))

Document + Works as Designed = X nos.

=SUMPRODUCT(--($A$2:$A$14="Document"),--($B$2:$B$14="Works as Designed"))

Regards,
Stefi


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
Array - Count based on 3 conditions Matts Excel Discussion (Misc queries) 1 September 1st 08 05:33 PM
COUNT based on conditions in 2 or more columns Annie1904 Excel Worksheet Functions 3 November 28th 07 04:28 PM
Count based on multiple conditions Ken Excel Discussion (Misc queries) 1 June 11th 07 09:50 PM
How do I count based on two conditions? Mark G New Users to Excel 2 January 31st 06 03:57 AM
Count Based upon Multiple Conditions hkslater Excel Worksheet Functions 4 November 19th 04 04:43 AM


All times are GMT +1. The time now is 02:07 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"