#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default YTD totals

Hi

I have a spreadsheet that has two columns

a2 is weekly totals
b2 is ytd totals

Is there a way to add the a2 weekly totals to the YTD column. Also
because the weekly is always changing is there a way of keeping a
running total without having to make 52 columns for the sum.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default YTD totals

Thre are a number of ways of doing what you want. Some methods require a
macro and other can be done with worksheet functions. I think the best way
is to have a master sheet with all 52 weeks and then a weekly sheet that has
the latest amount in one column and the ytd in a 2nd column. This can be
done with just using worksheet formulas

What you asked for with only two columns can't be done with a wroksheet
formula. You would need a formula that would do something like this


A1 = weekly amount
A2 = YTD

The formula in A2 would be this : = A1 + A2
You would get a Circular error since you are using A2 in the formula for
cell A2.

This can be done with a macro. but you loose the old data each week and you
wouldn't be able to check when any errors occurred. Once you add the current
week to the previous ytd you no longer have the previous week nor the old
ytd. You wouldn't be able to change the ytd if any numbers have change
except to go back and make a manual adujustment which is error prone.

"fawns" wrote:

Hi

I have a spreadsheet that has two columns

a2 is weekly totals
b2 is ytd totals

Is there a way to add the a2 weekly totals to the YTD column. Also
because the weekly is always changing is there a way of keeping a
running total without having to make 52 columns for the sum.

Thanks

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
Pivot Totals: Group totals different from Grand totals PsyberFox Excel Discussion (Misc queries) 1 February 13th 08 06:16 PM
how to enter totals and sub totals from receipts into excel. mjd23 New Users to Excel 2 January 11th 08 01:54 AM
Summing Weekly Totals into Monthly Totals steph44haf Excel Worksheet Functions 3 July 5th 06 04:51 PM
How do I sum YTD totals based on monthly totals Bsgrad02 Excel Discussion (Misc queries) 3 July 12th 05 04:59 PM
Comparing/matching totals in a column to totals in a row Nicole L. Excel Worksheet Functions 3 January 27th 05 10:42 PM


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