Sumproduct and Vlookup

alirulez

New Member
Joined
Jul 4, 2015
Messages
35
Hi all

Id be grateful for some help with this problem

I have a table of 50 rows, and each row is populated by a value which in turn has been generated by 5 vlookup formulas all adding the return values up.

So for example B1 would by £740 being the sum of 700+10+10+10+10. Each of the "£700" and "£10" comes from a vlookup formula.

Now at the end of the table (say cell B51), I need a formula which adds up the first vlookup result (so in this example the "£700") for each of the 50 cells in the table.

I thought sumproduct would be the best candidate, but ive become unstuck on how it might be used. Array 1 would be the cell range A1:A50, and Array 2 would be what?

Clear as mud? I look forward to your comments!
Thanks in advance
A
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Sumif is probably the best function to combine with sumproduct here. Unlike vlookup, it can be returned in an array.
 
Upvote 0

Forum statistics

Threads
1,215,061
Messages
6,122,921
Members
449,094
Latest member
teemeren

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