Draw horizontal line every fifth row on output list?

  • Thread starter Thread starter Too_Much_Coffee ®
  • Start date Start date
Too_Much_Coffee ® wrote:


BTW: The line goes across all the cells for that row.
 
Format > conditional formatting, formula is

=MOD(ROW(),5)=2

(adapt to fit, the above will be applied in row 2, 7, 12 and so on)

click format button and put a one line border at the bottom

--
No private emails please, for everyone's
benefit keep the discussion in the newsgroup.


Regards,

Peo Sjoblom
 
Back
Top