VLOOKUP based on TWO lookup_values?

Karthik-Excelsior

Active Member
Joined
Mar 4, 2011
Messages
313
Hi Excel experts,

I've a dataset like that one which you can see here

This is what I'm trying to accomplish,

- VLOOKUP a site's sales for two months - Jan & Feb from a given table of Sales entries for all the sites by months. Once you look at the trix I've mentioned above, you'll get a better context.

I want to know if there is a better solution to this problem than my solution.

Any help is much appreciated!

Karthik
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Try this:

Enter it with Ctrl+Shift+Enter, not just enter and drag across.

=INDEX($D$2:$D$5,MATCH(1,($C$2:$C$5=C$13)*($B$2:$B$5=$B14),0),)
 
Upvote 0

Forum statistics

Threads
1,215,220
Messages
6,123,698
Members
449,117
Latest member
Aaagu

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