Reference Sheet Sum Range Formula

Pinaceous

Well-known Member
Joined
Jun 11, 2014
Messages
1,113
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I'm working with a cell formula, in trying to reference a rows sum from another worksheet's range.

For example, if I'm in SheetB working in cell A1 and I want to reference the sum of a range of D34:J34 in SheetA.

I thought it would look something like this but I'm getting an error:

VBA Code:
='SheetA'!D34:J34

Can anyone lend a hand?

Many thanks!
pinaceous
 
Oh wait, that would be

Excel Formula:
 =SUM('SheetA'!D31:J31

But how would you propose this one from multiple sheets?


Excel Formula:
  ='SheetA'!D31+'SheetB'!E31+'SheetC'!F31+'SheetD'!G31+'SheetE'!H31+'SheetF'!I31+'SheetG'!J31


???
 
Upvote 0

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
But how would you propose this one from multiple sheets?


Excel Formula:
  ='SheetA'!D31+'SheetB'!E31+'SheetC'!F31+'SheetD'!G31+'SheetE'!H31+'SheetF'!I31+'SheetG'!J31
They are 7 different cell addresses on 7 different sheets, so what you have is how to do it.
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,369
Members
449,080
Latest member
Armadillos

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