Compare columns a and b match columns c and d

kristell

New Member
Joined
Dec 12, 2014
Messages
33
Office Version
  1. 365
Platform
  1. Windows
Hello - please can you help. I have two lists of employees and their job titles and need to find those that do not match as they have changed jobs.
So column A = name Column B = Job Title

column d = name and column D = Job title

I need to find those where the name is the same but the job title is different.

e.g.


NameJob TitleName Job Title
John SmithOfficerJohn SmithOfficerMatch
Deborah JonesClerkDeborah JonesReceptionistNo match
Fred ClarkManagerFred ClarkManagerMatch

Thank you if you can help me with either conditional formatting or some other method.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
What version of Excel are you suing?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

Maybe
+Fluff 1.xlsm
ABCDE
1NameJob TitleNameJob Title
2John SmithOfficerJohn SmithOfficerMatch
3Deborah JonesClerkDeborah JonesReceptionistNo match
4Fred ClarkManagerFred ClarkManagerMatch
Lists
Cell Formulas
RangeFormula
E2:E4E2=IF(VLOOKUP(C2,A2:B4,2,0)=D2,"Match","No match")
 
Upvote 0
Thanks - I will update my details and try your suggestion. I appreciate your help thank you.
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,198
Members
449,072
Latest member
DW Draft

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