Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to display data if it meets multiple criteria | Excel Worksheet Functions | |||
How do I count in column A when it meets all criteria in three col | Excel Worksheet Functions | |||
Retrieving an Item from a List that Meets Multiple Criteria | Excel Worksheet Functions | |||
Retrieving a Value from List that meets multiple Criteria | Excel Discussion (Misc queries) | |||
how can i count a number that meets a criteria? | Excel Worksheet Functions |