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

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
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,214,979
Messages
6,122,557
Members
449,088
Latest member
davidcom

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