VLOOKUP with multiple conditions

Roses8

Active Member
Joined
Aug 4, 2005
Messages
348
Hi,

i have this formula, it however is a sumproduct, but i would like this to be exactly the way it is with the conditions it needs to follow, but it should do be a vlookup. Can this be done?

=SUMPRODUCT(--(Sheet1!$C$2:$C$6766=B7),--(Sheet1!$B$2:$B$6766=$F$7),--(Sheet1!$A$2:$A$6766=$B$1))

I hope you can help.

thanks. :)
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
You can use concatenation to glue several key fields into one larger search string, then do a VLOOKUP or INDEX/MATCH on that.

EDIT - an alternative would be an array version of INDEX/MATCH
 
Upvote 0

Forum statistics

Threads
1,215,523
Messages
6,125,317
Members
449,218
Latest member
Excel Master

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