Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Don Kline
 
Posts: n/a
Default Grand total same cell in all worksheets

I've lost my copy of a function that would add up the same cell in every
other worksheet in a workbook other than the one on which I am using the
function..

Basically I have a grand total worksheet. Every other worksheet will have
values in an identical structure on which I want to get a total no matter
how many sheets are in the workbook. As I recall, it required the use of
Application.Parent.Parent to exclude the worksheet on which the function is
being used.

I need help in reproducing that function.


  #2   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Sat, 2 Apr 2005 04:37:34 -0500, "Don Kline" wrote:

I've lost my copy of a function that would add up the same cell in every
other worksheet in a workbook other than the one on which I am using the
function..

Basically I have a grand total worksheet. Every other worksheet will have
values in an identical structure on which I want to get a total no matter
how many sheets are in the workbook. As I recall, it required the use of
Application.Parent.Parent to exclude the worksheet on which the function is
being used.

I need help in reproducing that function.


=SUM(Sheet10:Sheet2!C1)

In Help type in "3D" (without the quotes) and then look for the topic: "Refer
to the same cell or range on multiple sheets"


--ron
  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

Don

With your Grand Total sheet first in book.

Insert a dummy sheet to the right. Name it Start

Insert a dummy sheet at end of sheets. Name it End.

In Grand Total sheet enter =SUM(Start:End!cellref)

When inserting new sheets make sure they are inserted between Start and End
sheets.


Gord Dibben Excel MVP

On Sat, 2 Apr 2005 04:37:34 -0500, "Don Kline" wrote:

I've lost my copy of a function that would add up the same cell in every
other worksheet in a workbook other than the one on which I am using the
function..

Basically I have a grand total worksheet. Every other worksheet will have
values in an identical structure on which I want to get a total no matter
how many sheets are in the workbook. As I recall, it required the use of
Application.Parent.Parent to exclude the worksheet on which the function is
being used.

I need help in reproducing that function.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell addressing using the content of another cell. De Jandon Excel Worksheet Functions 5 April 1st 05 10:59 PM
Cell addressing using the content of another cell. Jandon Excel Worksheet Functions 1 March 30th 05 06:39 PM
How can I do a lookup to a specific cell on multiple worksheets? Ray Stubblefield Excel Worksheet Functions 6 March 4th 05 12:43 PM
looking for a formula Amanda Excel Worksheet Functions 5 January 5th 05 07:37 AM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM


All times are GMT +1. The time now is 03:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"