Joeclueless
Technical User
Hi,
I have 3 columns of data.
Zipcode Zipcode % Local District*
There are 444 rows in the worksheet.
starting at row 2 and thru row 444,I have 2 conditional formatting formulas that are working.
1) =$C2>0 Formatting = Green Bold Text
2) =$C2=0 Formatting = Red Bold Text
These work fine....
I want a third conditional formatting, or possibly incorporate this third condition in the first 2.
The idea is to have the rows with like values in column A have grey background color, then the next group of rows with like values in column A have white background color and altrenate as such through the rest of the data.
I have tried this for formula 3:
3) =ROUND(MOD(SUMPRODUCT(($A$1:$A1<>"")/(COUNTIF($A$1:$A1,$A$1:$A1)+($A$1:$A$1=""))),2),0)
But this dosent work as number 3
It does as number 1, but not quite right... It excludes the first instance in each groupping....
Any Ideas??
Thanks again!
Joe
I have 3 columns of data.
Zipcode Zipcode % Local District*
There are 444 rows in the worksheet.
starting at row 2 and thru row 444,I have 2 conditional formatting formulas that are working.
1) =$C2>0 Formatting = Green Bold Text
2) =$C2=0 Formatting = Red Bold Text
These work fine....
I want a third conditional formatting, or possibly incorporate this third condition in the first 2.
The idea is to have the rows with like values in column A have grey background color, then the next group of rows with like values in column A have white background color and altrenate as such through the rest of the data.
I have tried this for formula 3:
3) =ROUND(MOD(SUMPRODUCT(($A$1:$A1<>"")/(COUNTIF($A$1:$A1,$A$1:$A1)+($A$1:$A$1=""))),2),0)
But this dosent work as number 3
It does as number 1, but not quite right... It excludes the first instance in each groupping....
Any Ideas??
Thanks again!
Joe