Conditional Formatting Question

attv

New Member
Joined
Mar 10, 2021
Messages
35
Office Version
  1. 2019
Platform
  1. Windows
How to do this in Excel?

I have a list of certain company names in column G (Sheet 1)

And I have a list of all company names in column A (Sheet 2)

Which conditional formatting formula can I use to highlight cells in Sheet 1 if they match any names from Sheet 2?
 
Try changing the commas to semi-colons.
 
Upvote 0

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
I mentioned that some previous versions of Excel didn't handle other sheet references well, did you try defining a name for the list on the COMPANY tab then replace COMPANY!A:A with that name?

It is just a case of highlighting all the company names in the COMPANY tab and entering a name in the box shown in the image

The formula:
=MATCH(D2,TheNameYouMade,0)
 

Attachments

  • MRE1.jpg
    MRE1.jpg
    89.7 KB · Views: 4
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0
Hey @Fluff - 1 additional question here popped up today, can you help?

I want the formula to do the same but not be super strict

So when column G (Sheet 1) would say something like "Random Company" and column A (Sheet 2) has on list "Random Company AI" I still want the formula to catch it and format cell in column G (Sheet 1).
 
Upvote 0

Forum statistics

Threads
1,214,915
Messages
6,122,214
Members
449,074
Latest member
cancansova

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