Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A1=1,IF(OR(COUNTIF(A1:AS2,1)=2*(COUNTIF(A6:E7, 1)+COUNTIF(A11:E12,1)+COUNTIF(A16:E17,1)+COUNTIF(A 21:E22,1)+COUNTIF(A26:E27,1)+COUNTIF(A31:E32,1)+CO UNTIF(A36:E37,1)+COUNTIF(A41:E42,1)=1),1,""),""))
The above formula is returning #Value. I am trying to find if A1=1, then look for only two occurrences of the number 1 in cell range A1:AS2 and then look in these eight ranges as a group, (A6:E7)+(A11:E12)+(A16:E17)+(A21:E22)+(A26:E27)+(A 31:E32)+(A36:E37)+(A41:E42), for only one occurrence of the number 1. If either the first one range group or the second eight range groups are true, return the number 1 or leave the cell blank. I tried to make this a question as clear as I could. I would appreciate any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional count of rows dependent on multiple columns | Excel Worksheet Functions | |||
How to Count Rows with defined values in multiple columns | Excel Worksheet Functions | |||
How to swap rows and columns? | Excel Discussion (Misc queries) | |||
Removing Near-Duplicate Rows, Leaving Those w/Most Data in Specific Columns | Excel Discussion (Misc queries) | |||
Reduce columns and rows count? | Excel Worksheet Functions |