conditional format

daveturner80

New Member
Joined
May 11, 2011
Messages
18
I have a worksheet with members names in column A.
I also have a formula in column U which I want to compare the name in column a to column u and if they are a match, I would like to fill the cell in column a with a color. I would also like to keep the cell in column as the default color if it is no match.
What do I have to do to get this done. I am using office 2010.
Any help would be appreciated.
Thanks,
Dave
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi Dave,

Do this:

1-) Select range in column A:
2-) Select conditional formatting;
3-) Choose "New Rule"
4-) Go to last option and select "Use a formula..."
5-) Insert as formula =COUNTIF($U$1:$U$10,A1). (Assuming range in U is from U1 to U10).
6-) Select the color.
7-) Click Ok, then click Apply.

* Be sure in option "applies to" is correctly set range the range in A.

Hope this helps.

Regards
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,705
Members
452,939
Latest member
WCrawford

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