Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
So, I am trying to autoformat an excel spreadsheet with every other line
shadowed, or highlighted, or something, so that the lines are easily differentiated. I was wondering how to go about doing that. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select all the cells (click to the upper left of cell A1), then use Format / Conditional
Formatting... choose the "Formula is..." option and use the formula =MOD(ROW(),2)=0 or =MOD(ROW(),2)=1 and set your shading as desired. HTH, Bernie MS Excel MVP "BigMyk2k" wrote in message ... So, I am trying to autoformat an excel spreadsheet with every other line shadowed, or highlighted, or something, so that the lines are easily differentiated. I was wondering how to go about doing that. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Conditional Format
Formula is: =MOD(ROW(),2) -- David Biddulph "BigMyk2k" wrote in message ... So, I am trying to autoformat an excel spreadsheet with every other line shadowed, or highlighted, or something, so that the lines are easily differentiated. I was wondering how to go about doing that. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks alot Bernie. That is exactly what I needed.
Mike<< "Bernie Deitrick" wrote: Select all the cells (click to the upper left of cell A1), then use Format / Conditional Formatting... choose the "Formula is..." option and use the formula =MOD(ROW(),2)=0 or =MOD(ROW(),2)=1 and set your shading as desired. HTH, Bernie MS Excel MVP "BigMyk2k" wrote in message ... So, I am trying to autoformat an excel spreadsheet with every other line shadowed, or highlighted, or something, so that the lines are easily differentiated. I was wondering how to go about doing that. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Excel 2000 VBA Application on Excel 2003 | Excel Worksheet Functions | |||
How do I delete a line in Excel that I only see when printed? | Charts and Charting in Excel | |||
how to change line spacing for text box in excel chart | Charts and Charting in Excel | |||
How do I get a value of a calculated point on an excel line chart? | Charts and Charting in Excel | |||
A 2 line text showing up in the Cell in Excel prints in 1 line | Excel Discussion (Misc queries) |