need to do vlookup in different sheet

samdesouza

New Member
Joined
Jun 22, 2014
Messages
3
Hello,
please could you help me for doing vlookup in two different sheet like in
Sheet 1
TitleFirstnamelastnamePhone noAdd1
MrsJoanBodenham174676310829 Northgate
MissEvelynPaterson17502229940 Shawburn Road
MrsLucindaFerguson1750218441 Heatherlie Park
MrChristopherDown175270485346 Dayton Close
MrsCherylHughes173735748153 Warren Road
MrsLindaWheeler1442391815100 Allandale
MrAlastairCarter173863489542 Anderson Drive
MrsAgnesManattini173862292937 Muirton Bank

<tbody>
</tbody>
sheet 2
Phone no
1746763108
175022299
175021844
1752704853
1737357481
1442391815
1738634895
1738622929
1738787705
175032268
1748884233
1748822884
1748821346
1745570536
1737822505
1745855076
1752863263
1745592074
1748884366



i just need to know how to check in sheet 1 which which number is available from sheet 2

<tbody>
</tbody>
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
you dont need a vlookup - you could use a countif()

what would you like to see in sheet1

=vlookup(d2, sheet2!$A$2:$A$100,1, false)

you will see the number returned or a #N/A
 
Upvote 0

Forum statistics

Threads
1,215,471
Messages
6,125,002
Members
449,202
Latest member
Pertotal

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