Match 3 Columns return 4th

Utradeshow

Well-known Member
Joined
Apr 26, 2004
Messages
811
Office Version
  1. 365
Hi Guy's,

I have 2 data sets, Column A-C in Sheet1 and Column A-C in Sheet2. I need to do a VLOOKUP type of formula that if the Data in columns match exactly then it will return the value in column D of that row.

For example SHEET1
Book1.xlsx
ABCD
1LWHVolume
21212246
324244812
436367218
Sheet1


And Sheet2
Book1.xlsx
ABCD
1LWHVolume
236367218
3242445N/A
41212246
Sheet2


Any ideas?
 
Upvote 0
Hello, for example:

Excel Formula:
=XLOOKUP(1,(Sheet1!$A$2:$A$4=A2)*(Sheet1!$B$2:$B$4=B2)*(Sheet1!$C$2:$C$4=C2),Sheet1!$D$2:$D$4,"N/A")
 
Upvote 0
Solution

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