Question about conditonal formatting!

24kblondi

New Member
Joined
Aug 26, 2011
Messages
5
Hi! New here, looks like a great place to get help!:stickouttounge:

Is there a way to get around the 3 limit rule on conditional formatting?

Id like rows highlighted differently if column A has certain codes in it...
I currently need one color if its one of 3 codes
another color if it has one of 2 diff codes
and last color if it has 2 more diff codes

IE: If cell value is equal to CCV highlighted blue
and i have 7 diff codes that will use 3 different colors...

Does that make sense?

Im so frustrated!! haha ....thank you for any help!! :)
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
WOW, that is so over my head! Thank you though...:eeek:
Ill read through it and try to figure it out!

Thanks again
 
Upvote 0
Having reread your question I don't think you will need code. If you use the Formula Is option you could use a formula like

=OR(A1="CCV",A1="BBC",A1="XYZ")

for one of your conditions.
 
Upvote 0
Maybe another possible solution is use blue as default (CCV)
Format cells
Fill ---> blue

Then in CF create 3 conditions like (assuming A1 as the target-cell)
=OR(A1="code1",A1="code2",A1="code3") ---> Fill pick color1

=OR(A1="code4", A1="code5") ---> Fill pick color2

=OR(A1="code6",A1="code7") ---> Fill pick color3

M.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,275
Members
452,902
Latest member
Knuddeluff

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