Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count unique values based on multiple criteria | Excel Discussion (Misc queries) | |||
how to count unique values in excel based on multiple criteria | Excel Worksheet Functions | |||
count based on multiple date criteria | Excel Worksheet Functions | |||
how do i count values based on multiple criteria | Excel Worksheet Functions | |||
Count rows based on multiple criteria | Excel Worksheet Functions |