vlookup in different sheets

NaomiF

New Member
Joined
Nov 25, 2016
Messages
1
Hi all,

I was trying to find out how to search for duplicate entries with Vlookup in different sheets?

Thanks!
 

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).
Hi there,

Using the + Symbol in Excel

Start by selecting the target cell (in our case B1 of Sheet 2) and typing in the + symbol.

Next, right-click on the Sheet 1 label button to go back to your data. Select cell A1 and then pressEnter.

Your data will be automatically copied into cell B1.

If you performed the operation correctly, then upon selecting cell A1, you should have the following formula displayed in the formula bar: +Sheet1!A1.

Using the +Sheet(X)!((XY) Formula


The second method will make use of the +Sheet(X)!(XY) formula.

Select the cell in which you would like to swap the data and type +Sheet(X)!(XY) into the formula bar.

Using the conditions above, the formula+Sheet2!B21 will copy data from cell B21 of Sheet 2.
 
Upvote 0
Vlookup will only find the first occurrence of the lookup value. Depending on what you want for results if dupes are present, you may want something like this.

=IF(COUNTIF(Sheet1!D2:L2,"q")>1,"yes","No")

Where the formula in on another sheet and the range D2:L2 is on Sheet1. Looks for the letter "q" and if more than one "q" then Yes, else No.

Howard
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,461
Messages
6,124,953
Members
449,198
Latest member
MhammadishaqKhan

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