Multi-sheet Formula

bjyes1

New Member
Joined
Feb 5, 2008
Messages
9
I know this is rather simple, but I am going to post the question anyway:

I am trying to enter a formula in Excel, the data for which is in the same cell in every worksheet in the same workbook. It's akin to a three-dimensional formula where, for instance, a =sum formula calculates on data that's in each worksheet in the same cell.

Hopefully, I articulated the issue clear enough.

Can anyone provide the answer?
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Nope, not particularly clear.

What formula are you trying to do, SUM, AVERAGE, LEFT?

Making a guess, you can work with something like:
Code:
=SUM(Sheet1!A1,Sheet2!A1,Sheet3!A1,Sheet4!A1)
It's easier to answer your question if you give better clarity, otherwise psychic powers are not enough to guess what your workbook looks like..;)
 
Upvote 0
I know this is rather simple, but I am going to post the question anyway:

I am trying to enter a formula in Excel, the data for which is in the same cell in every worksheet in the same workbook. It's akin to a three-dimensional formula where, for instance, a =sum formula calculates on data that's in each worksheet in the same cell.

Hopefully, I articulated the issue clear enough.

Can anyone provide the answer?
There are very few functions that work across multiple sheets. The SUM function is one of them.

Something like this...

=SUM(Sheet1:Sheet10!A1)
 
Last edited:
Upvote 0
psychic powers are not enough to guess what your workbook looks like..;)
That doesn't stop people from making WAG's, does it? ;)

Seems every time I ask for more details 5 other people have posted suggestions based on their guess.

So, if'n ya want to be "relevant" around here ya gotta go with the flow! ;)

Guess! :laugh:
 
Upvote 0
That doesn't stop people from making WAG's, does it?

Seems every time I ask for more details 5 other people have posted suggestions based on their guess.

So, if'n ya want to be "relevant" around here ya gotta go with the flow!

Guess!
It's even better when you have a informative header like "I need Excel Help!" you can play a great game of before clicking the link I wonder what they will ask..

What I find amazing is:
a) questions asked as if EVERYONE knows exactly what their spreadsheet looks like so obviously asking to "move a to b" is easy to answer

and

b) people who write like they're in conversation, you know what I mean? It's obvious right? For experts like you out there, should be easy

Annoys me mega, I'll get off my high-horse now, someone else's posting!
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,299
Members
452,904
Latest member
CodeMasterX

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