Match Primary key between two sheets and grab column

powerappsjoker99

New Member
Joined
Oct 1, 2022
Messages
2
Office Version
  1. 2021
  2. 2019
  3. 2016
Platform
  1. Windows
All,
I have an excel file with two sheets.
Sheet a = Original
Sheet b = Duplicate
Both of these sheets have identical columns.

Now I need to fill in sheet 3 (solution), I want to use the serial number to match the correlating shipping name from sheet (b).

I attempted to match it with the serial number however it did not work.

a) Original

r/excel - Match Primary key between two sheets and grab column
b) Duplicate


r/excel - Match Primary key between two sheets and grab column



My attempted solution (incorrect): The values are not matching

r/excel - Match Primary key between two sheets and grab column
1 Comment
Share
Save



Post Insights
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi and welcome to the forum.

Put this in the first cell you want the result (I've assumed it to be B2) of sheet Solution and fill down as required:

=VLOOKUP(A2,Duplicate!A:X,2,FALSE)

If no exact match is found #N/A will be returned.

Regards,

Robert
 
Upvote 0

Forum statistics

Threads
1,215,497
Messages
6,125,155
Members
449,208
Latest member
emmac

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