Highlight all the cells, go to conditional formatting and put in the formula
=MOD(ROW($A1),5)=0
> How do I underline every fifth row in an Excel 2007 worksheet?
WallyZ - 12 May 2008 23:14 GMT
Thanks. Although your formula may be correct, David Biddulph's version is
more accurate.
> Highlight all the cells, go to conditional formatting and put in the formula
>
> =MOD(ROW($A1),5)=0
>
> > How do I underline every fifth row in an Excel 2007 worksheet?
CF/ Formula Is/ =MOD(ROW(),5)=0/ Format with lower border.
--
David Biddulph
> How do I underline every fifth row in an Excel 2007 worksheet?