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:

Business 2Product 345325334533
Business 1Product 165444346315463
Business 3Product 2645456435463
Business 1Product 3645636344564563
Business 2Product 16445645687
Business 3Product 146456654456

<tbody>
</tbody>

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

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
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,214,858
Messages
6,121,956
Members
449,057
Latest member
FreeCricketId

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