Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default copying & incrementing formulae across open worksheets

Hi,
I have a workbook containing several worksheets i.e one worksheet for each
month. I want to use a year to date colum within each worksheet which means
using a formulae that increments across each worksheet.(i.e. in 'feb' sheet
add 'jan year to date' & 'feb actual' figures together and then in March
sheet add feb 'year to date' to March actual figures etc etc) Is this
possible? I have been unable to find any help in any books as most options
seem to be about copying one item to many worksheets which is not the same.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 345
Default copying & incrementing formulae across open worksheets

carrach, if I understand you correctly you want to bring forward Jan total
and add it to Feb total and so on?
I assume your Janauary worksheet tab is 'Jan' and February is 'Feb'
So lets assume your Months' total appears in the same cell D50 on each
worksheet
Then on Feb worksheet, in cell D51 enter formula
=Jan!D50+D50
In Mar worksheet cell D51 enter formula
=Feb!D51+D50 and so on, for each month's worksheet
Change cell reference to suit your senario
Hope this helps

"carrach" wrote:

Hi,
I have a workbook containing several worksheets i.e one worksheet for each
month. I want to use a year to date colum within each worksheet which means
using a formulae that increments across each worksheet.(i.e. in 'feb' sheet
add 'jan year to date' & 'feb actual' figures together and then in March
sheet add feb 'year to date' to March actual figures etc etc) Is this
possible? I have been unable to find any help in any books as most options
seem to be about copying one item to many worksheets which is not the same.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default copying & incrementing formulae across open worksheets

Thank you Ron,
I had already done the formulae as you stated, what I was hoping to find was
an easier way of copying the formulae across the worksheets, and having the
worksheet address within the formulae incremented with each step. Maybe it
is not possible and I will have to update the formulae on each sheet
individually and then copy it down the column.
Thank you anyway.


"Ron@Buy" wrote:

carrach, if I understand you correctly you want to bring forward Jan total
and add it to Feb total and so on?
I assume your Janauary worksheet tab is 'Jan' and February is 'Feb'
So lets assume your Months' total appears in the same cell D50 on each
worksheet
Then on Feb worksheet, in cell D51 enter formula
=Jan!D50+D50
In Mar worksheet cell D51 enter formula
=Feb!D51+D50 and so on, for each month's worksheet
Change cell reference to suit your senario
Hope this helps

"carrach" wrote:

Hi,
I have a workbook containing several worksheets i.e one worksheet for each
month. I want to use a year to date colum within each worksheet which means
using a formulae that increments across each worksheet.(i.e. in 'feb' sheet
add 'jan year to date' & 'feb actual' figures together and then in March
sheet add feb 'year to date' to March actual figures etc etc) Is this
possible? I have been unable to find any help in any books as most options
seem to be about copying one item to many worksheets which is not the same.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 345
Default copying & incrementing formulae across open worksheets

Carrach, there is'nt a simple way to do what you want. A possible part way
solution would be to set up the 'feb' worksheet as you want it, (plus making
allowance for 31 days) then copy it to each of the remaining month worksheets
then on each worksheet do a global find and replace ( i.e. replace 'feb' with
'mar' and so on). For future use you could record a macro which will the do
your find & replace for you.
Of course you write your own VBA code.

"carrach" wrote:

Thank you Ron,
I had already done the formulae as you stated, what I was hoping to find was
an easier way of copying the formulae across the worksheets, and having the
worksheet address within the formulae incremented with each step. Maybe it
is not possible and I will have to update the formulae on each sheet
individually and then copy it down the column.
Thank you anyway.


"Ron@Buy" wrote:

carrach, if I understand you correctly you want to bring forward Jan total
and add it to Feb total and so on?
I assume your Janauary worksheet tab is 'Jan' and February is 'Feb'
So lets assume your Months' total appears in the same cell D50 on each
worksheet
Then on Feb worksheet, in cell D51 enter formula
=Jan!D50+D50
In Mar worksheet cell D51 enter formula
=Feb!D51+D50 and so on, for each month's worksheet
Change cell reference to suit your senario
Hope this helps

"carrach" wrote:

Hi,
I have a workbook containing several worksheets i.e one worksheet for each
month. I want to use a year to date colum within each worksheet which means
using a formulae that increments across each worksheet.(i.e. in 'feb' sheet
add 'jan year to date' & 'feb actual' figures together and then in March
sheet add feb 'year to date' to March actual figures etc etc) Is this
possible? I have been unable to find any help in any books as most options
seem to be about copying one item to many worksheets which is not the same.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default copying & incrementing formulae across open worksheets

Try selecting all the sheets by clicking with shift i.e. Feb:Dec
Then enter in D51**: =D50+SUM(IF(1,'*'!D50))
Or use: =D50+SUM('*'!D50) then editreplace: ,*) with nothing.

** The '*' automatically converts to all sheets other than the
one in which the formula is entered. This shortcut applies to all
versions except xl2002 where it can be unstable.

"carrach" wrote:

Thank you Ron,
I had already done the formulae as you stated, what I was hoping to find was
an easier way of copying the formulae across the worksheets, and having the
worksheet address within the formulae incremented with each step. Maybe it
is not possible and I will have to update the formulae on each sheet
individually and then copy it down the column.
Thank you anyway.


"Ron@Buy" wrote:

carrach, if I understand you correctly you want to bring forward Jan total
and add it to Feb total and so on?
I assume your Janauary worksheet tab is 'Jan' and February is 'Feb'
So lets assume your Months' total appears in the same cell D50 on each
worksheet
Then on Feb worksheet, in cell D51 enter formula
=Jan!D50+D50
In Mar worksheet cell D51 enter formula
=Feb!D51+D50 and so on, for each month's worksheet
Change cell reference to suit your senario
Hope this helps

"carrach" wrote:

Hi,
I have a workbook containing several worksheets i.e one worksheet for each
month. I want to use a year to date colum within each worksheet which means
using a formulae that increments across each worksheet.(i.e. in 'feb' sheet
add 'jan year to date' & 'feb actual' figures together and then in March
sheet add feb 'year to date' to March actual figures etc etc) Is this
possible? I have been unable to find any help in any books as most options
seem to be about copying one item to many worksheets which is not the same.

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
Can an incrementing value in a cell point to different worksheets? sdm Excel Worksheet Functions 3 January 29th 09 06:32 PM
copying formulae roger finch Excel Discussion (Misc queries) 2 August 11th 08 12:35 PM
Copying worksheets with formulae between workbooks Paul Excel Discussion (Misc queries) 1 May 14th 08 03:40 PM
copying formulae ajs Excel Worksheet Functions 5 July 6th 06 11:41 AM
How do I prevent a formula element from incrementing when copying Copying Excel Formulas Excel Worksheet Functions 3 September 8th 05 05:15 PM


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