"Match & Index" or "LookUp" to look up values

fahadalambd

New Member
Joined
Sep 16, 2022
Messages
31
Office Version
  1. 2016
Platform
  1. Windows
Hi all,

Hope you guys are well. Please check the attached pic.

I need to find out the value of "Stock Code" from "Table 1" to "Table 2". Is there any ways I can do it?

Thanks in advance :)
 

Attachments

  • Image1.PNG
    Image1.PNG
    19.2 KB · Views: 15

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
If you use Office 365 (support dynamic array), try this in B16:
Excel Formula:
=TEXTJOIN(",",TRUE,LOOKUP(TEXTSPLIT(A16,","),B$3:B$9,A$3:A$9))
 
Upvote 0
Solution
Sorry mate, the above script isn't working in "Excel OFFICE 2016" :(. However, it is working in "Excel OFFICE 365" perfectly :)

Do you know how to use this formula in "Excel Office 2016"?

Thanks in advance
 
Upvote 0

Forum statistics

Threads
1,216,084
Messages
6,128,724
Members
449,465
Latest member
TAKLAM

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