INDEX and MATCH through 2 Sheets.

xdresch

New Member
Joined
Mar 30, 2020
Messages
4
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
I am having a complete mental shutdown right now. Basically I'm trying to get match&index to look at sheet 1's SKU and match with Sheet 2's SKU to display the QTY from sheet 2, int Sheet 1's (DISPLAY Column)

I got it to work using only 1 sheet with the formula =INDEX('magento inv'!$E:$E,MATCH(D2,'magento inv'!$C:$C,0)) however after trying to use 2 separate sheets, it simply doesn't work.

sheet 1
SKUQTYDISPLAY (FORMULA GOES HERE)
45431120074141
45431120178711
45431120390882
45431120604261
45431120701663

sheet 2
SKUQTY
45431120074141020
45431120178711203
45431120390881500
45431120604261000
45431120701661025
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
I put each of them into a table and used this:

=INDEX(Table2[QTY],MATCH([@SKU],Table2[SKU],0))
 
Upvote 0

Forum statistics

Threads
1,214,599
Messages
6,120,449
Members
448,966
Latest member
DannyC96

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