Family Encyclopedia >> Electronics

How to Add Zebra Stripes: Alternate Row and Column Colors in Google Sheets

Google Sheets offers powerful features that rival Microsoft Excel, all for free with seamless syncing across Android and iOS devices. While some advanced styling options require a workaround, creating alternating row or column colors—known as zebra stripes—is straightforward using conditional formatting.

This technique improves readability for large datasets, much like Excel's Quick Styles. Here's how to do it step by step.

Alternating Rows with Conditional Formatting

Google Sheets doesn't have a one-click zebra stripe option, but conditional formatting gets the job done reliably.

Select Format from the top menu, then choose Conditional formatting. In the sidebar, specify your range (e.g., A1:Z100).

Under 'Format cells if', select Custom formula is and enter:

=ISEVEN(ROW())

How to Add Zebra Stripes: Alternate Row and Column Colors in Google Sheets

Pick your fill color. Click Done, then Add another rule for odd rows:

=ISODD(ROW())

How to Add Zebra Stripes: Alternate Row and Column Colors in Google Sheets

Your sheet now has alternating colored rows. Easily swap colors by editing the rules.

Alternating Columns

The process is identical for columns—just swap ROW() for COLUMN().

Use =ISEVEN(COLUMN()) for even columns and =ISODD(COLUMN()) for odd ones.

How to Add Zebra Stripes: Alternate Row and Column Colors in Google Sheets

More Google Drive Tips: Explore our guides on transferring ownership in Drive, opening Drive files in desktop apps, and comparisons with Dropbox and SpiderOak.

Streamline Your Spreadsheets

These simple tweaks make Google Sheets even more efficient. At Guiding Tech, we rely on them daily. Questions or better tips? Join our forum.