Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try...
=SUM(IF(ISNUMBER(MATCH(MOD(ROW(F8:F322)-ROW(F8),31)+1,{1,2,3,4,5,10,11,12 ,13,14},0)),IF(ISNUMBER(MATCH(F8:F322,{"No","X"},0 )),1))) ....confirmed with CONTROL+SHIFT+ENTER. Hope this helps! In article , kmaki wrote: Tried formula 1, I got an error message that formulat too long and I still have 5 more sets to enter. Here is what I did. =countif(F8:F12,"x")+ countif(F8:F12,"no") + countif(F17:F21,"x') + countif(F17:F21,"no") + countif(F39:F43,"x') + countif(F39:F43,"no") + countif(F48:F52,"x") + countif(F48:F52,"no") + countif(F70:F74,"x") + countif(F70:F74,"no") + countif(F79:F83,"x") + countif(F79:F83,"no") + countif(F101:F105,"x") + countif(F101:F105,"no") + countif(F110:F114,"x") +countif(F110:F114,"no") + countif(F132:F136,"x") + countif(F132:F136,"no") + countif(F141:F145,"x") + countif(F141:F145,"no") + countif(F163:F167,"x") + countif(F163:F167,"no") + countif(F172:F176,"x") + countif(F194:F198,"x") + countif(F194:F198,"no") + countif(F203:F207,"x") + countif(F203:F207,"no") + countif(F225:F229,"x") +countif(F225:F229,"no") + countif(F234:F238,"x") + countif(F234:F238,"no") + countif(F256:F260,"x") + countif(F256:F260,"no") + countif(F265:F269,"x') + countif(F265:F269,"no") + countif(F287:F291,"x") + countif(F287:F291,"no") + countif(F296:F300,"x") + countif(F296:F300,"no") + countif(F318:F322,"x") + countif(F318:F322,"no") |