Draw horizontal line every fifth row on output list?

  • Thread starter Thread starter Too_Much_Coffee ®
  • Start date Start date
T

Too_Much_Coffee ®

I want to draw a line at every 5th line, e.g., 7, 12, 17, 22,
etc.
In the attached image I did it manually but there has to be
a better way.

http://tinyurl.com/3fxz3




Too_Much_Coffee ®
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top