Since I know I'll need this again:
To set up a spreadsheet where the rows alternate colours (eg: a "zebra table")
Hit OK, and your spreadsheet should update with fancy new stripes.
Here's where I found the answer: http://www.oooforum.org/forum/viewtopic.phtml?t=39447
To set up a spreadsheet where the rows alternate colours (eg: a "zebra table")
- Set up two styles (in my case, I used the styles "default" and a "light gray background" one that I made)
- Select the cells you want to strip and then go to Format -> Conditional Formatting... in the menu. This will open up a new window.
- Under "Condition 1" (or whichever)
- change the dropdown to say "Formula is"
- then in the textbox enter ISEVEN(ROW()) as the condition (this lets you know whether it's an even numbered row. If you want columns, change ROW to COLUMN)
- Change the "Cell Style" to be your new style (in my case "light gray background" -- pretty much anything other than default will do)
- change the dropdown to say "Formula is"
Hit OK, and your spreadsheet should update with fancy new stripes.
Here's where I found the answer: http://www.oooforum.org/forum/viewtopic.phtml?t=39447