Vlookup and Sum from Multiple Rows

topmarx

New Member
Joined
Feb 27, 2017
Messages
7
Hello

I have mutlipe business lines each with many products listed with revenue show next to them.

I want to vlookup from another cell/different tab all business lines and then capture and seum all monthly revenue into a single sell.

Identify all the matchting rows:

[TABLE="width: 500"]
<tbody>[TR]
[TD]Business 2[/TD]
[TD]Product 3[/TD]
[TD]45325[/TD]
[TD]3[/TD]
[TD]345[/TD]
[TD]33[/TD]
[/TR]
[TR]
[TD]Business 1[/TD]
[TD]Product 1[/TD]
[TD]6544[/TD]
[TD]43[/TD]
[TD]463[/TD]
[TD]15463[/TD]
[/TR]
[TR]
[TD]Business 3[/TD]
[TD]Product 2[/TD]
[TD]645[/TD]
[TD]456[/TD]
[TD]43[/TD]
[TD]5463[/TD]
[/TR]
[TR]
[TD]Business 1[/TD]
[TD]Product 3[/TD]
[TD]6456[/TD]
[TD]3634[/TD]
[TD]456[/TD]
[TD]4563[/TD]
[/TR]
[TR]
[TD]Business 2[/TD]
[TD]Product 1[/TD]
[TD]64[/TD]
[TD]456[/TD]
[TD]456[/TD]
[TD]87[/TD]
[/TR]
[TR]
[TD]Business 3[/TD]
[TD]Product 1[/TD]
[TD]46[/TD]
[TD]456[/TD]
[TD]654[/TD]
[TD]456[/TD]
[/TR]
</tbody>[/TABLE]

Then sum all corresponding values across multiple columns:

Total Revenue
Product 1
Product 2
Product 3

Busines 1
etc

Any help greatly appreciated :)

Thanks
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
I think I figured it out:

I create a seprate column "total" and summed all months.

Then used:

=SUMIF(RANGE, B7, RANGE)
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,246
Members
452,623
Latest member
cliftonhandyman

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