shade rows in groups of 3 or 4

sooze

New Member
Joined
Sep 26, 2002
Messages
2
I found the formula for shading every other line, but I find that a bit hard to read. Is there a formula that will shade groups of rows? For instance, 3 unshaded, 3 shaded, 3 unshaded, etc. I am working with a simple list , so the formula can't be based on info contained in a cell. I'm purely going for readability here.

Thanks so much,
Sue
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
On 2002-09-27 12:37, sooze wrote:
I found the formula for shading every other line, but I find that a bit hard to read. Is there a formula that will shade groups of rows? For instance, 3 unshaded, 3 shaded, 3 unshaded, etc. I am working with a simple list , so the formula can't be based on info contained in a cell. I'm purely going for readability here.

Thanks so much,
Sue

Sue, try Conditionally formatting using this formula:

=ROUNDUP(ROW()/3,0)=EVEN(ROUNDUP(ROW()/3,0))

and copy formatting down.

Regards,

_________________

Barrie Davidson
My Excel Web Page
This message was edited by Barrie Davidson on 2002-09-27 12:56
 
Upvote 0

Forum statistics

Threads
1,214,990
Messages
6,122,625
Members
449,093
Latest member
catterz66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top