#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default formula question...

I have a workbook in excel with four sheets, i have the same format of
columns in each of the sheets except for the last one. The last one i am
trying to make be the total of the others. this brings me to my question, how
can i make the columns in the final sheet be updated with whats put in the
other sheets?

My first four sheets are my salesmens statistics, each sheet being a
different salesman. I want the final sheet to be a total sheet that adds
copys the info from the other sheets to the final. For instance i have a
column for revenue, organization name, potential revenue, etc, on each sheet
including the final sheet. i want the final sheet to stay updated as the
other sheets are updated.

PLEAS HELP!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default formula question...

In your 4th sheet, you could use a formula like this, in B2 for
example:

=Sheet1!B2 + Sheet2!B2 + Sheet3!B2

which will add all the B2 cells from those three sheets. This can be
copied to other cells to add the data from those cells. A slightly
shorter version is:

=SUM(Sheet1:Sheet3!B2)

as long as the sheets appear in that order in your workbook.

Hope this helps.

Pete

On Sep 10, 11:16*pm, Matthew
wrote:
I have a workbook in excel with four sheets, i have the same format of
columns in each of the sheets except for the last one. The last one i am
trying to make be the total of the others. this brings me to my question, how
can i make the columns in the final sheet be updated with whats put in the
other sheets?

My first four sheets are my salesmens statistics, each sheet being a
different salesman. I want the final sheet to be a total sheet that adds
copys the info from the other sheets to the final. For instance i have a
column for revenue, organization name, potential revenue, etc, on each sheet
including the final sheet. i want the final sheet to stay updated as the
other sheets are updated.

PLEAS HELP!!!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 94
Default formula question...

Matthew,

The following formulas are probably the easiest ways to sum several sheets.

Assuming "revenue" (for example) is column G, 1st summarized the total for
"revenue" at the top of each sheet in G1.

Use one of the following to summarize all 4 sheets for "revenue".

=Sheet1!G1+Sheet2!G1+Sheet3!G1+Sheet4!G1
or =SUM(Sheet1!G1,Sheet2!G1,Sheet3!G1,Sheet4!G1)

Do the same steps for the others.

--
Kevin


"Matthew" wrote:

I have a workbook in excel with four sheets, i have the same format of
columns in each of the sheets except for the last one. The last one i am
trying to make be the total of the others. this brings me to my question, how
can i make the columns in the final sheet be updated with whats put in the
other sheets?

My first four sheets are my salesmens statistics, each sheet being a
different salesman. I want the final sheet to be a total sheet that adds
copys the info from the other sheets to the final. For instance i have a
column for revenue, organization name, potential revenue, etc, on each sheet
including the final sheet. i want the final sheet to stay updated as the
other sheets are updated.

PLEAS HELP!!!

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
Formula Question TLC Excel Discussion (Misc queries) 4 August 19th 09 02:46 AM
Formula Question Secret Squirrel Excel Discussion (Misc queries) 19 August 21st 07 11:40 PM
Formula Question metaltecks Excel Discussion (Misc queries) 3 December 6th 06 05:24 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
Another Formula question - please Anthony Excel Discussion (Misc queries) 4 August 1st 05 01:18 AM


All times are GMT +1. The time now is 05:39 PM.

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

About Us

"It's about Microsoft Excel"