Color Conditional Formating

htchandler

New Member
Joined
Apr 17, 2011
Messages
47
I have to Worksheet A and Worksheet B. I need names on Worksheet A to change color if and only if they appear on worksheet B. Is that possible?
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Name the list on Worksheet B WrkShtB and then on Worksheet A highlight the range and in conditional formatting enter =MATCH(A1,WrkShtB,0)
 
Upvote 0
Names are in Column J on Worksheet A and in Column A on Worksheet B. I've looked all through the conditional formating options>Highlight Cell rules>equal to, but cannot see a way I can write in a formula regarding cell formatting.
 
Upvote 0
If 2007...

  1. Go to Worksheet B >> highlight the list of names to check against
  2. In the name box, above column A, type in WrkShtB and press enter
  3. Go to Worksheet A >> highlight the list of names to highlight if a match
  4. Home tab >> Conditional Formatting >> New Rule >> User a formula to determine which cells to format
  5. Edit the Rule Description:
  6. Format values where this formula is true:
  7. Enter =MATCH(J1,WrkShtB,0)
  8. Pick Format >> OK
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,722
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