Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Adding Ranges, increasing worksheets

MS Excel 2002

Every month I add a spreadsheet for that month's details. The structure
remains the same, but the data content differs. Is there any way I can add
the contents of all the sheets instead of adding to the formulae in the
summary worksheet each month?

Preferably want to use formula in cells, VBA as a last resort?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Adding Ranges, increasing worksheets

Put in two sheets

name them Start and End

Insert your monthly sheets bewteen these two so your tabs look like

Summary Start Month1 Month2 . . . End

In the summary sheet use a 3D formula

=Sum(Start:End!A1)

When you add monthly sheets, put them between start and end (start and end
should be blank).

this will sum all the A1 cells in the monthly sheets (the sheets between
start and end. Start and end will be included, but being blank will not
affect calculations).

--
Regards,
Tom Ogilvy

"ZootRot" wrote in message
...
MS Excel 2002

Every month I add a spreadsheet for that month's details. The structure
remains the same, but the data content differs. Is there any way I can

add
the contents of all the sheets instead of adding to the formulae in the
summary worksheet each month?

Preferably want to use formula in cells, VBA as a last resort?




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
Increasing memory/no of worksheets in excel Bug289 Excel Discussion (Misc queries) 6 January 4th 07 04:52 PM
adding numbers that contain ranges Fyrfytr Excel Worksheet Functions 3 September 21st 06 08:52 AM
Adding Non-Contiguous Ranges COE Excel Discussion (Misc queries) 11 January 24th 06 11:43 PM
adding ranges [email protected] Excel Discussion (Misc queries) 2 November 21st 05 04:22 PM
adding named ranges Mike EHB-Docks New Users to Excel 7 April 8th 05 01:53 PM


All times are GMT +1. The time now is 04:11 AM.

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"