Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using Excel 2000 and need to count the incidents of a defined value in a
column unless another defined value occurs in a different column in the same row. For example, count the value "FAM" in column $A2:$A100 unless the value "Cancelled" appears in the same row in column $B2:$B100. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(A2:A100="FAM"),--(B2:B100<"Cancelled"))
-- Regards, Peo Sjoblom "PCM" wrote in message ... I am using Excel 2000 and need to count the incidents of a defined value in a column unless another defined value occurs in a different column in the same row. For example, count the value "FAM" in column $A2:$A100 unless the value "Cancelled" appears in the same row in column $B2:$B100. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=sumproduct(--($A2:$A100="FAM"),--($B2:$B100<"Cancelled"))
"PCM" wrote: I am using Excel 2000 and need to count the incidents of a defined value in a column unless another defined value occurs in a different column in the same row. For example, count the value "FAM" in column $A2:$A100 unless the value "Cancelled" appears in the same row in column $B2:$B100. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Total Summed Count of Numeric Repeat (Paired /Double Instance) Criteria | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions | |||
SUMPRODUCT Formula to Count Row of data Below Matched Criteria | Excel Worksheet Functions |