Shading

F

Fiona

Hi
I wondered if there was any way I caould shade certain lines in a document
automatically?

I want to shade every 5th row , on the whole document.

I hoped there may be a quicker way than going through the worksheet manually.

Many thanks
 
R

Roger Govier

Hi Fiona

You could use Conditional formatting.
Mark the range you want to format>Format>Conditional Formatting>use dropdown
to select Formula is>=MOD(ROW(),5)=0>Choose a Format you want>OK
 
M

Max

One play with Conditional Formatting
(xl2003 steps)

Select the entire sheet (A1 active), then
click Format> Conditional Formatting,
apply using Formula Is: =MOD(ROW(),5)=0,
Format the fill to taste (eg: green) > OK

Experiment with various values, eg:
=MOD(ROW(),5)=1,
=MOD(ROW(),5)=2, etc
 

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

Top