G
Guest
how to shade every other 5 rows
chiechka said:how to shade every other 5 rows
now is there a formuala for it to shade 5 rows and then skip 5 rows and so
on....
Ron Coderre said:Try something like this:
Select the rows to be impacted, with A1 as the active cell
From the Excel main menu:
<format><conditional formatting>
Formula is: =MOD(CEILING(ROW()/5,1),2)=1
Click the [format] button and set the shading pattern
Click [OK]
Click [OK] (again)
Is that something you can work with?
Does that help?
***********
Regards,
Ron
XL2002, WinXP
chiechka said:now is there a formuala for it to shade 5 rows and then skip 5 rows and so
on....