SUM product of multiple sheet

blue_lagoon

New Member
Joined
May 12, 2017
Messages
2
Hello,

I have 10 identical sheets- 9 sheets are having data and the 10th one is master summing all values from sheet 1 to sheet 9.

I'm trying to sum the product of values in c9 and c15 in every 9 sheets and showing the sum in cell c15 in the master sheet.

Appreciate help for the formula.

Thanks,

Jenni
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Welcome to the Board!

Try this:
Code:
=SUM(Sheet1:Sheet9!C9) + SUM(Sheet1:Sheet9!C15)
(where "Sheet1" is the name of your first sheet and "Sheet9" is the name of your 9th sheet).
 
Last edited:
Upvote 0
Thanks, Joe4!

by the given code, it will only sum all the values in c9 and c15 for all the 9 tabs. Whereas I need a formula which can add the product of values in cell c9 and c15 each of 9 tabs in cell c15 on the master tab.

Appricite for your help!

Welcome to the Board!

Try this:
Code:
=SUM(Sheet1:Sheet9!C9) + SUM(Sheet1:Sheet9!C15)
(where "Sheet1" is the name of your first sheet and "Sheet9" is the name of your 9th sheet).
 
Upvote 0

Forum statistics

Threads
1,223,237
Messages
6,170,924
Members
452,366
Latest member
TePunaBloke

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