Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 202
Default how do I add a spreadsheet into a new sum? adding across spreadshe

Ok, so I have this formula
=SUM('2'!C3,'3'!C3,'1'!C3)

but I will need to eventually add more spreadsheets into that sum. Instead
of having to type that in each time, is there another formula/function that i
can use? (Adding across spreadsheets?)

Thanks!
-Jane
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default how do I add a spreadsheet into a new sum? adding across spreadshe

=sum(1:3!c3)
add sheets BEFORE sheet 4

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Jane" wrote in message
...
Ok, so I have this formula
=SUM('2'!C3,'3'!C3,'1'!C3)

but I will need to eventually add more spreadsheets into that sum.
Instead
of having to type that in each time, is there another formula/function
that i
can use? (Adding across spreadsheets?)

Thanks!
-Jane


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default how do I add a spreadsheet into a new sum? adding across spreadshe

=SUM('1:3'!A1)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Jane" wrote in message
...
Ok, so I have this formula
=SUM('2'!C3,'3'!C3,'1'!C3)

but I will need to eventually add more spreadsheets into that sum.
Instead
of having to type that in each time, is there another formula/function
that i
can use? (Adding across spreadsheets?)

Thanks!
-Jane



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 202
Default how do I add a spreadsheet into a new sum? adding across sprea

Thanks so much!!! I just made it =SUM('1:999'!A1) becuase i don't know how
many spreadsheets i will need! Thanks!!

"Bernard Liengme" wrote:

=SUM('1:3'!A1)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Jane" wrote in message
...
Ok, so I have this formula
=SUM('2'!C3,'3'!C3,'1'!C3)

but I will need to eventually add more spreadsheets into that sum.
Instead
of having to type that in each time, is there another formula/function
that i
can use? (Adding across spreadsheets?)

Thanks!
-Jane




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default how do I add a spreadsheet into a new sum? adding across spreadshe

I like to make a "sandwich" out of my worksheets.

I'd insert two worksheets--one to the far left called "Start" and one to the far
right named "End".

Then I could use a formula like:

=sum('start:end'!N2)
to add up all the worksheets that are between those two "pieces of bread".

The cell with the formula would go in a worksheet that's not inside the
sandwich.

Jane wrote:

Ok, so I have this formula
=SUM('2'!C3,'3'!C3,'1'!C3)

but I will need to eventually add more spreadsheets into that sum. Instead
of having to type that in each time, is there another formula/function that i
can use? (Adding across spreadsheets?)

Thanks!
-Jane


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default how do I add a spreadsheet into a new sum? adding across sprea

Often your best bet is to produce dummy sheets named start and end, and move
start to the beginning and end to the end, and make sure that extra real
data sheets you added are placed between start and end, then you can use
=SUM('start:end'!A1)
--
David Biddulph

"Jane" wrote in message
...
Thanks so much!!! I just made it =SUM('1:999'!A1) becuase i don't know
how
many spreadsheets i will need! Thanks!!

"Bernard Liengme" wrote:

=SUM('1:3'!A1)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Jane" wrote in message
...
Ok, so I have this formula
=SUM('2'!C3,'3'!C3,'1'!C3)

but I will need to eventually add more spreadsheets into that sum.
Instead
of having to type that in each time, is there another formula/function
that i
can use? (Adding across spreadsheets?)

Thanks!
-Jane






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default how do I add a spreadsheet into a new sum? adding across spreadshe

Set up a worksheet sandwich.

First you have a Summary sheet.

Then a blank sheet named Start.

Then a couple of your weekly sheets.

Last have a blank sheet named End

In Summary sheet enter this formula =SUM(Start:End!C3)

As you add sheets insert them between Start and End so's they get picked
up by the formula on Summary sheet.


Gord Dibben MS Excel MVP

On Wed, 30 Jan 2008 08:52:00 -0800, Jane wrote:

Ok, so I have this formula
=SUM('2'!C3,'3'!C3,'1'!C3)

but I will need to eventually add more spreadsheets into that sum. Instead
of having to type that in each time, is there another formula/function that i
can use? (Adding across spreadsheets?)

Thanks!
-Jane


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
What is the command that takes you to the last cell in a spreadshe Sam Excel Discussion (Misc queries) 7 September 8th 07 08:33 PM
creating many individual files using a template from one spreadshe meaganbz Excel Discussion (Misc queries) 5 February 28th 06 06:22 PM
How do I repeat a row of headings when printing an excel spreadshe RAT53 Excel Discussion (Misc queries) 4 February 1st 06 05:29 PM
how can I put weights in stones and pounds into an excel spreadshe SteveM Excel Discussion (Misc queries) 1 September 6th 05 09:32 AM
Can't get an Excel spreadshe doc. to export into Oultook Contacts cld6700 Excel Worksheet Functions 1 July 21st 05 11:55 PM


All times are GMT +1. The time now is 07:33 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"