Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TKM TKM is offline
external usenet poster
 
Posts: 33
Default Need to report a count that meets multiple criteria.

Help - my brain is fried! This one will be easy for you guys!

I need to report a count of data in cells that meet multiple criteria from
one sheet, and report it on a summary sheet

For example: I need to know how many defects are labeled with a certain
Severity and Status. Critical/Open, Critical/Closed, Critical/Deferred.

Sheet "Defect"
A B C
1 Description Severity Status
2 Defect 1 Critical Open
3 Defect 2 Critical Closed
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 396
Default Need to report a count that meets multiple criteria.

Here's some good reading:

http://www.ozgrid.com/Excel/sum-if.htm


--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"tkm" wrote:

Help - my brain is fried! This one will be easy for you guys!

I need to report a count of data in cells that meet multiple criteria from
one sheet, and report it on a summary sheet

For example: I need to know how many defects are labeled with a certain
Severity and Status. Critical/Open, Critical/Closed, Critical/Deferred.

Sheet "Defect"
A B C
1 Description Severity Status
2 Defect 1 Critical Open
3 Defect 2 Critical Closed

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default Need to report a count that meets multiple criteria.

Lets say in a summary section you have Open, Closed, and Critical listed in
e1, f1, and g1.

In e2:
=sumproduct(--(b2:b20="Critical"), --(c2:c20=e1))
f2:
=sumproduct(--(b2:b20="Critical"), --(c2:c20=f1))
g2:
=sumproduct(--(b2:b20="Critical"), --(c2:c20=g1))

e1,f1, and g1 references can be substituted with the actual values in
quotation marks, ie "Open"





"tkm" wrote:

Help - my brain is fried! This one will be easy for you guys!

I need to report a count of data in cells that meet multiple criteria from
one sheet, and report it on a summary sheet

For example: I need to know how many defects are labeled with a certain
Severity and Status. Critical/Open, Critical/Closed, Critical/Deferred.

Sheet "Defect"
A B C
1 Description Severity Status
2 Defect 1 Critical Open
3 Defect 2 Critical Closed

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
Formula to display data if it meets multiple criteria Keniesha Excel Worksheet Functions 3 May 31st 08 03:19 PM
How do I count in column A when it meets all criteria in three col dereksmom Excel Worksheet Functions 2 November 9th 06 04:37 PM
Retrieving an Item from a List that Meets Multiple Criteria hgopp99 Excel Worksheet Functions 0 January 21st 06 03:10 PM
Retrieving a Value from List that meets multiple Criteria mamalik Excel Discussion (Misc queries) 3 January 2nd 06 02:28 PM
how can i count a number that meets a criteria? oakm Excel Worksheet Functions 2 March 11th 05 06:13 AM


All times are GMT +1. The time now is 08:28 PM.

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"