Using CF Coloring Column Different

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi guys..

how to coloring using CF like this table below :

Excel 2013 64 bit
B
C
D
E
2
nonamaiddst
3
1​
a
45​
j
4
2​
b
34​
g
5
3​
d
2​
d
6
4​
f
2​
w
7
5​
v
5​
e
8
6​
g
7​
t
Sheet: Sheet1

any helps, thanks in advance..

i have use : mod(column(),2) but not fully work...
m.susanto
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
I may be missing the point here, but why don't you just Fill the column with the desired colour ?
 
Upvote 0
i have a lot of data, i mean count of column too much, i don't want to manually to shade color for each column...
i hope someone could help me out....
 
Upvote 0
use =IsEven(column()) and isodd(Column()) in two rules and set the colours that you want to see for odd and even column and then apply to your data set.

HTH

Miles
 
Upvote 0
use =IsEven(column()) and isodd(Column()) in two rules and set the colours that you want to see for odd and even column and then apply to your data set.

HTH

Miles

hi Miles, great work!! Brilliant..

Thanks a lot...
 
Upvote 0

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,078
Latest member
skydd

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