Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to find how many times four specific numbers are used together in
each row. My formula is as follows: =COUNTIF(AND(B2:F964,"2","19","35","41"))) I can not figure out what I have wrong. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
change this to suit
=SUMPRODUCT((B3:B11={98,99})*1) -- Don Guillett SalesAid Software "lccubb" wrote in message ... I'm trying to find how many times four specific numbers are used together in each row. My formula is as follows: =COUNTIF(AND(B2:F964,"2","19","35","41"))) I can not figure out what I have wrong. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUM(COUNTIF(B2:F964,{"2","19","35","41"}))
-- --- HTH Bob (change the xxxx to gmail if mailing direct) "lccubb" wrote in message ... I'm trying to find how many times four specific numbers are used together in each row. My formula is as follows: =COUNTIF(AND(B2:F964,"2","19","35","41"))) I can not figure out what I have wrong. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|