Multiple VLookup Criteria

martialtiger

New Member
Joined
Mar 21, 2011
Messages
1
Hi Guys,

I was wondering if anyone can tell me how I would be able to get the corresponding value of a cell on another sheet within the same workbook based on 2 values.

Here are the datasets on my 2 sheets.

sheet1
Code:
YEARMON	SOURCEKEY	RECIPIENTS	DELIVERED
201003	MDER9E01A	127	104
201003	MDER9E01B	128	106
201003	MDEVXE01A	457	324

sheet2
Code:
YEARMON	SOURCEKEY	CAMPAIGN	ORDERS	GROSS	GROSSAVG
201003	MDEVXE01A	INTEML	1	136.6	136.6
201003	PDER9E01A	INTEML	1	78.35	78.35
201003	PDEVXE01A	INTEML	1	50.74	50.74
201003	PDEVXE01B	INTEML	1	76.85	76.85
201003	PDEVYE01A	INTEML	1	0	0
201003	VXER9E01A	INTEML	8	485.99	60.75
201003	VXER9E01B	INTEML	6	300.33	50.06

What I want to do is add another column in sheet 1 labeled campaign and insert the appropriate value found in sheet2 that matches the YEARMON & SOURCEKEY values on sheet1 to sheet2. Hope that makes sense. :confused:

TIA
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,214,979
Messages
6,122,559
Members
449,089
Latest member
Motoracer88

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