Need help using vlookup to compare 2 sheets and identify missing items with numerous lines of data.

optima

New Member
Joined
Apr 10, 2013
Messages
2
Hi guys (and gals),

I am a noob here and just venturing into the novice level of using vlookups in Excel.

I am comparing a current master list (Sheet2) with a new list(Sheet1) and trying to identify the values from Sheet2 so that I can update Sheet1.

The formula I have started using is

=VLOOKUP(A2:A6758,Master!B2:D6128,4,FALSE)

When I enter this, I am receiving #N/A.

Can someone help?

Thanks,
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Just a note on the VLOOKUP. The first item is a single cell like A2. Not the A2:A6758.

I would do the formula like below:
=VLOOKUP(A2,Master!B2:D6128,4,FALSE)

Thanks,
Em'Ee
 
Upvote 0
Just a note on the VLOOKUP. The first item is a single cell like A2. Not the A2:A6758.

I would do the formula like below:
=VLOOKUP(A2,Master!B2:D6128,4,FALSE)

Thanks,
Em'Ee


Thanks, this helped a lot. I am now experiencing a strange issue where once past row 1521, the formula does not look for A1521 in Sheet1 and compare it to A1521 in Sheet2 and so forth.
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,394
Members
448,957
Latest member
Hat4Life

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