Thread: Shading of rows
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Shading of rows

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"STS" wrote in message
...
Thank you, it works.

"T. Valko" wrote:

Try this...

Assume the range of interest is A1:E5

Select the range A1:E5
Goto FormatConditional Formatting

Condition 1
Formula Is: =MOD(ROW(),2)0
Click the Format button
Select the Patterns tab
Select a gray fill
OK

Click the Add button

Condition 2
Formula Is: =MOD(ROW(),2)=0
Click the Format button
Select the Patterns tab
Select a blue fill
OK out

--
Biff
Microsoft Excel MVP


"STS" wrote in message
...
Hi,

How can I shade multiple rows at the same time, for example all odd row
numbers in gray, all even numbers in blue? I am sure there is a better
way
of
doing it than manualy row by row. Thank you for your help.