Match product descriptions from 1 list of skus to a separate list of the same skus

coreyvictoria

New Member
Joined
Nov 9, 2021
Messages
3
Platform
  1. Windows
I have a sheet with 3 columns.

Column A contains a list of product skus.
Column B contains another list of procut skus.
Column C contains product descriptions that match the skus in column B.

I need to maintain the sku order of column A, but match the corresponding descriptions from column C. As you can see (image attached), Column A and B do not match up perfectly. My desired end result would be column A (as is) with an adjacent column of descriptions from column C. What formula can I use to achieve this?
 

Attachments

  • Excel Screenshot.JPG
    Excel Screenshot.JPG
    147.9 KB · Views: 12

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Hi & welcome to MrExcel.
Which column do you want the result in?
 
Upvote 0
Ok, how about in D2 copied down
Excel Formula:
=INDEX($C$2:$C$100,MATCH(A2,$B$2:$B$100,0))
 
Upvote 0
Solution

Forum statistics

Threads
1,214,922
Messages
6,122,281
Members
449,075
Latest member
staticfluids

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