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
> Josh
>
[quoted text clipped - 12 lines]
> >
> >TIA
Gord Dibben - 12 Jun 2004 00:09 GMT
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
>Sorry Gord, I wasn't clear on the requirements.
>
[quoted text clipped - 23 lines]
>> >
>> >TIA
Josh Whitney - 15 Jun 2004 21:25 GMT
Excellent! Thanks
> Josh
>
[quoted text clipped - 36 lines]
> >> >
> >> >TIA
Helen Tasky - 26 Jun 2004 03:50 GMT
FYI.. That isn't absolute column and row..it is only absolute row.
> Excellent! Thanks
>
[quoted text clipped - 44 lines]
> > >> >
> > >> >TIA