Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default dynamic workbook


hey guys...

just wondering if anyone knows how I can create a "formula" o
something similar that gets the sum from the same location (i.e. A4
from every worksheet.

For example, every day of the month has its own worksheet, and there'
an extra work sheet that sums the total. I am looking for a way to ad
all the worksheets as I create them because initially I start off with
sheets (day 1 and month's total). Daily, I add a new sheet, so by th
8th day, I have 9 sheets total.

So, is there anyway I can have the last sheet (month's total
dynamically change its formula as I add a new worksheet?

Thanks in advanced

--
younatha
-----------------------------------------------------------------------
younathan's Profile: http://www.excelforum.com/member.php...fo&userid=1541
View this thread: http://www.excelforum.com/showthread.php?threadid=27054

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default dynamic workbook

Add a worksheet that will always be at the end, just as a dummy, say "Last",
and use

=SUM(First:Last!A1)

--

HTH

RP

"younathan" wrote in message
...

hey guys...

just wondering if anyone knows how I can create a "formula" or
something similar that gets the sum from the same location (i.e. A4)
from every worksheet.

For example, every day of the month has its own worksheet, and there's
an extra work sheet that sums the total. I am looking for a way to add
all the worksheets as I create them because initially I start off with 2
sheets (day 1 and month's total). Daily, I add a new sheet, so by the
8th day, I have 9 sheets total.

So, is there anyway I can have the last sheet (month's total)
dynamically change its formula as I add a new worksheet?

Thanks in advanced!


--
younathan
------------------------------------------------------------------------
younathan's Profile:

http://www.excelforum.com/member.php...o&userid=15415
View this thread: http://www.excelforum.com/showthread...hreadid=270547



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default dynamic workbook

Put in two extra blank sheets. Name one Start, name one Finish

Now in the summary sheet put in a formula

=Sum(Start:Finish!A4)

insert your daily sheets between start (at the front) and finish at the end.
Put your summary shout outside of these two boundary sheet.

--
Regards,
Tom Ogilvy

"younathan" wrote in message
...

hey guys...

just wondering if anyone knows how I can create a "formula" or
something similar that gets the sum from the same location (i.e. A4)
from every worksheet.

For example, every day of the month has its own worksheet, and there's
an extra work sheet that sums the total. I am looking for a way to add
all the worksheets as I create them because initially I start off with 2
sheets (day 1 and month's total). Daily, I add a new sheet, so by the
8th day, I have 9 sheets total.

So, is there anyway I can have the last sheet (month's total)
dynamically change its formula as I add a new worksheet?

Thanks in advanced!


--
younathan
------------------------------------------------------------------------
younathan's Profile:

http://www.excelforum.com/member.php...o&userid=15415
View this thread: http://www.excelforum.com/showthread...hreadid=270547



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
Dynamic chart pasted to a new workbook in report can't be dynamic Piotr (Peter)[_2_] Charts and Charting in Excel 2 August 6th 08 05:15 AM
Dynamic link to workbook [email protected] Links and Linking in Excel 3 October 25th 07 08:38 AM
Dynamic links within workbook BjornB Excel Worksheet Functions 0 August 9th 06 12:47 PM
Dynamic reference to workbook Misssy Excel Worksheet Functions 4 July 22nd 05 06:46 PM
Open a password protected excel workbook from second workbook to fetch data using dynamic connection kaustav choudhury Excel Programming 2 April 3rd 04 06:18 AM


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