Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Another option as long as the ranges are the same size and shape:
=SUMPRODUCT(--(CHOOSE({1,2,3},A1:A5,D6:D10,G11:G15)="x")) -- Biff Microsoft Excel MVP "T. Valko" wrote in message ... If you only have a few ranges you're better off stringing a bunch of COUNTIFs together: =COUNTIF(A1:C4,"x")+COUNTIF(F5:F7,"x")+COUNTIF(F15 :J15,"x") If you have a lot of ranges you can do something like this: =SUM(COUNTIF(INDIRECT({"A1:C4","F5:F7","F15:J15"}) ,"x")) -- Biff Microsoft Excel MVP "M.A.Tyler" <Great Lakes State wrote in message ... The criteria is text. "T. Valko" wrote: =COUNTIF(A2:I12,A7:I12,A12:I12,J2) Can countif check multiple ranges? No. Why do you have overlapping ranges? What's the criteria? If it's numeric you can use INDEX(FREQUENCY. -- Biff Microsoft Excel MVP "M.A.Tyler" <Great Lakes State wrote in message ... Can countif check multiple ranges? something like; =COUNTIF(A2:I12,A7:I12,A12:I12,J2) Thanks, M.A.Tyler |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multiple data ranges for countif | Excel Worksheet Functions | |||
countif for multiple ranges and criteria | Excel Discussion (Misc queries) | |||
Using Multiple, Noncontiguous Ranges in COUNTIF? | Excel Discussion (Misc queries) | |||
COUNTIF() With multiple ranges and variables | Excel Discussion (Misc queries) | |||
Countif & ranges consisting of multiple areas | Excel Worksheet Functions |