Zebra Stripes in OpenOffice Calc
Open Office is a great alternative to Microsoft Office. It does lack in some areas where as MS Office might provide an easy way to accomplish a task, OpenOffice can usually do it with a little bit of acrobatics.
Zebra Striping in Calc
- With Calc opened up, view the Styles and Formatting window (Format > Styles and Formatting)
- Right click in the empty white space of that box and select "New"
- Name the new cell style "odd"
- Change the background color of the cell to a color of your desire
- Click OK
- Repeat step #2 and create a style called "even"
- Change the background color to a different color of your choice
- Click OK
- Select the range of cells that you want to zebra strip
- Click Format > Conditional Formating...
- Change the values in that box to match these

- The brains of this operation is the
MOD(ROW();2)=0andMOD(ROW();2)=1 - To tweak the formating just edit the styles "odd" and "even"
Comments
Cool, thanks!
Cool, thanks!
Thank you, that's exactly
Thank you, that's exactly what I was looking for!
Super :)
Super :)
Post new comment