Automatic hi-lite or shading every other line

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to have Excel, when printing, shade or hi-light every other
line? I have a lengthly spreadsheet on 11 X17 paper, and a small font, so
viewing the sheet is hard. If every other line was hi-lighted, it might be
easier.

Any ideas?

Thanks for your help!
 
Try using the following formula. First highlight the area that you want to
do a faux "green-bar". Then in Format/Conditional Formatting set condition
1to "Formula Is" and then type in:

=MOD(ROW(),2)=0

Then select the format that you would like to use - color or pattern. This
will produce the "every other line" formatting and will readjust the color or
pattern if you insert a new line.

Hope this helps,

Amy
 
That did the trick!

Thank you very much!

cvgairport said:
Try using the following formula. First highlight the area that you want to
do a faux "green-bar". Then in Format/Conditional Formatting set condition
1to "Formula Is" and then type in:

=MOD(ROW(),2)=0

Then select the format that you would like to use - color or pattern. This
will produce the "every other line" formatting and will readjust the color or
pattern if you insert a new line.

Hope this helps,

Amy
 
MarkT said:
Is there a way to have Excel, when printing, shade or hi-light every other
line? I have a lengthly spreadsheet on 11 X17 paper, and a small font, so
viewing the sheet is hard. If every other line was hi-lighted, it might be
easier.

Any ideas?

Thanks for your help!
 
Select range to format. Assume cell in upper left is cell A1, then
Format | Conditional Formatting
Condition 1: Formula Is "=MOD(ROW(A1),2)=0"
Push "Format" button
Select "Patterns" tab
Select desired background color
Ok all dialog boxes
 

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