something
Josh
Assuming that "row is evenly divisible by 10" means the row number and not the
data value.......
Select Columns B:F and Format>CF>Formula is: =MOD(ROW(),10)=0
If you mean the data value in cells in Column A is divisible by 10.....
=MOD($A1,10)=0
Gord
On Fri, 11 Jun 2004 15:48:01 -0700, "Josh Whitney" <barrowcl@flash.net> wrote:
>Sorry Gord, I wasn't clear on the requirements.
>
>If the row is evenly divisible by 10, I want to shade the row for clarity in
>printing
>
>Thanks
>
>"Gord Dibben" <gorddibbATshawDOTca> wrote in message
>news:5f9kc0tj6pfsamq2iifudj2m7brspo079g@4ax.com...
>reference.
>wrote:
>