Can also be done using conditional formatting with...
Formula Is =MOD(INT((ROW(1:1)-1)/4),2)=0
which applies the chosen highlight colour to the 1st to 4th, 9th to
12th etc rows in the cells that were selected before the conditional
formatting was applied,OR...
Formula Is =MOD(INT((ROW(1:1)-1)/4),2)=1
which applies the chosen highlight colour to the 5th to 8th, 13th to
16th etc rows in the cells that were selected before the conditional
formatting was applied.
Can also be done using conditional formatting with...
Formula Is =MOD(INT((ROW(1:1)-1)/4),2)=0
which applies the chosen highlight colour to the 1st to 4th, 9th to
12th etc rows in the cells that were selected before the conditional
formatting was applied,OR...
Formula Is =MOD(INT((ROW(1:1)-1)/4),2)=1
which applies the chosen highlight colour to the 5th to 8th, 13th to
16th etc rows in the cells that were selected before the conditional
formatting was applied.
Ken Johnson
..
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.