Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Can anyone tell me what is wrong with this formula? I am trying to say if the text in column B = this, and the text from column C = this, and then count the returned values: =IF(b4:b118,"Consistent Support Staff",IF(C4:C118,"Positive"),"1","0")) -- mrswhit |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try
=sumproduct((b4:b118="Consistent Support Staff")*(c4:C118="Positive")) -- Don Guillett Microsoft MVP Excel SalesAid Software "Mrswhit9" wrote in message ... Can anyone tell me what is wrong with this formula? I am trying to say if the text in column B = this, and the text from column C = this, and then count the returned values: =IF(b4:b118,"Consistent Support Staff",IF(C4:C118,"Positive"),"1","0")) -- mrswhit |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((B4:B118="Consistent Support Staff")*(C4:C118="Positive"))
-- Gary''s Student - gsnu200909 "Mrswhit9" wrote: Can anyone tell me what is wrong with this formula? I am trying to say if the text in column B = this, and the text from column C = this, and then count the returned values: =IF(b4:b118,"Consistent Support Staff",IF(C4:C118,"Positive"),"1","0")) -- mrswhit |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I count the number of items that meet 2 criteria? | Excel Worksheet Functions | |||
How do I count the number of cells that meet multiple criteria? | Excel Worksheet Functions | |||
Count the number of values in a list that meet certain criteria | Excel Worksheet Functions | |||
How do I count 2 columns of data that meet a certain criteria? | Excel Discussion (Misc queries) | |||
count rows that meet two criteria in two different columns? | Excel Worksheet Functions |