Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Did you try filtering your data after entering the CF per Biff's instructions?
Gord On Mon, 17 Mar 2008 21:16:01 -0700, STS wrote: 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. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Conditional Formatting
Condition1: For odd rows =MOD(ROW(),2)=1 Condition2: For even rows =MOD(ROW(),2)=0 Format any color you like "STS" wrote: 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. |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you, works great.
"Teethless mama" wrote: Conditional Formatting Condition1: For odd rows =MOD(ROW(),2)=1 Condition2: For even rows =MOD(ROW(),2)=0 Format any color you like "STS" wrote: 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. |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome!
"STS" wrote: Thank you, works great. "Teethless mama" wrote: Conditional Formatting Condition1: For odd rows =MOD(ROW(),2)=1 Condition2: For even rows =MOD(ROW(),2)=0 Format any color you like "STS" wrote: 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. |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you want the row banding to remain through filtering use this formula where
the others have showed you. =MOD(SUBTOTAL(3,$A1:$A$2),2)=0 Gord Dibben MS Excel MVP On Mon, 17 Mar 2008 20:01:00 -0700, STS wrote: 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
shading data in rows | Excel Discussion (Misc queries) | |||
shading rows | Excel Discussion (Misc queries) | |||
Repeated shading of rows?? | Excel Discussion (Misc queries) | |||
Auto color-shading of rows | Charts and Charting in Excel | |||
shading different rows when a value changes in col. | Excel Worksheet Functions |