![]() |
Autoformat Excel, every other line shadowed
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. |
Autoformat Excel, every other line shadowed
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. |
Autoformat Excel, every other line shadowed
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. |
Autoformat Excel, every other line shadowed
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. |
All times are GMT +1. The time now is 05:47 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com