INDEX MATCH 2 Columns in sheet1 with 2 columns in sheet2 return value from Sheet1 into Sheet2 (no VBA)

blbat

Active Member
Joined
Mar 24, 2010
Messages
338
Office Version
  1. 2016
  2. 2013
I searched, but did not find a specific answer for what I am trying to do...


I need to match the values in Column A and Column D on Sheet1 with the same values in Column A and Column H in Sheet2, then place the value of column H found in that row of Sheet1 into Sheet2

I tried this but no joy:
=INDEX(Sheet1!$A$2:$V$59,MATCH(Sheet2!$A2&"|"&$H2,Sheet1!$A$1:$H$7,0))

I am trying to place the value found in Sheet1 column H into Sheet2 column BB
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

Maybe
Excel Formula:
=INDEX(Sheet1!$H$2:$H$59,MATCH($A2&"|"&$H2,Sheet1!$A$2:$A59&"|"&Sheet1!$D$2:$D$59,0))
 
Upvote 0
Solution
Thanks for that.
You will need to confirm the formula with Ctrl Shift Enter, rather than just Enter.
 
Upvote 0
Thanks for that.
You will need to confirm the formula with Ctrl Shift Enter, rather than just Enter.
LOL! I was coming back to post "USE C+S+E" for anyone that looked at this thread later!
Of course your solution works, and it aggravates me that I was in the ball-park, but not really close with my original stab at it!
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,213,543
Messages
6,114,240
Members
448,555
Latest member
RobertJones1986

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