Vlokupand duplicates

annegrey

New Member
Joined
Nov 17, 2005
Messages
32
Hi

I need some help please!

I have a list where mobile phone numbers are entered. I have a colums next to this field where I would like to write a furmula that will check the mobile number in the previous column and return a "Yes" if the mobile number has been used before and a "N"o" if it has not been used before.

Thanks in advance

AG
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Try =IF(ISERROR(VLOOKUP(B1,A:A,1,FALSE))=TRUE,"No","Yes")

where B1 is the number and colum A is the list of previous numbers.
 
Upvote 0

Forum statistics

Threads
1,203,681
Messages
6,056,714
Members
444,887
Latest member
cvcc_wt

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