Everyone is knee-deep in spreadsheets these days. They're sometimes easier to read when every other line is shaded. It's very easy to do this in Excel. I don't know if the latest version has a one-click way to do this, but you can use this technique with almost any version. I am still using Excel 2000.
If you have several different sections of your spreadsheet that need to be formatted individually, all you need to do is to immediately highlight the next range and hit F4 to repeat the last operation (the conditional format.)
(The above steps were taken from the Microsoft Help site.)
- Highlight the range of rows you wish to format.
- On the Format menu, click Conditional Formatting.
- Under Condition 1, select Formula Is.
- In the data entry box, type =MOD(ROW(),2)=1
- Click the Format button. In the Format Cells dialog box, click the Patterns tab.
- Select a color to use for shading, and then click OK.
If you have several different sections of your spreadsheet that need to be formatted individually, all you need to do is to immediately highlight the next range and hit F4 to repeat the last operation (the conditional format.)
(The above steps were taken from the Microsoft Help site.)
Comment