hi-light every other set of columns

M

MarkT

Hi everyone,

I have a need to hi-light a set of two columns per set, every other set. In
other words, columns a and b would be colored, c and d would not, then e and
f would be colored in and so on.

I am using this conditional format formula, which is close, it does every
other column.

=MOD(COLUMN(),2)=0

Does anyone know what I need to do to the above formula to make it hi-light
every other set of 2 colums?

I am using Excel 2007/Win XP

Thanks for your help!
 
L

Lars-Åke Aspelin

Hi everyone,

I have a need to hi-light a set of two columns per set, every other set. In
other words, columns a and b would be colored, c and d would not, then e and
f would be colored in and so on.

I am using this conditional format formula, which is close, it does every
other column.

=MOD(COLUMN(),2)=0

Does anyone know what I need to do to the above formula to make it hi-light
every other set of 2 colums?

I am using Excel 2007/Win XP

Thanks for your help!


Try this:

=MOD(COLUMN()+?,4)<2

Replace ? with 1 or 3 to suit your needs.

Hope this helps. / Lars-Åke
 

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.

Ask a Question

Top