Formula to see if name on one sheet exist in another sheet

Jnb99

Board Regular
Joined
Mar 29, 2016
Messages
84
Hi Guys,

Simple problem but I cant get anything to work

I have 2 Sheets: "Customer Master" and "Monthly call plan".

Customer master is updated weekly with names added. So to go through each one every time is a timeous process. Is there a formula that I can use that will take a name in customer master sheet and look if it exist in call plan sheet?

Thanks
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Hello,

Just use a formula in conditional formatting. On Sheet2 apply the conditional formatting to cell A1. Then use Format Painter to copy the formatting to the other cells A1:A23 in the formula.

=COUNTIF(Sheet1!$A$1:$A$23,A1)

Jamie
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,897
Members
449,097
Latest member
dbomb1414

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