Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how do i keep running ytd salary totals?

I create a new spreadsheet every week that tracks employee tips. Each
employee has their own sheet in the workbook, and each week has its own
workbook. The employee sheets have their hours worked each day of the week,
their tips calcualted for the day, and their tip total for the week.

I want to create a formula that keeps a running total of employee tips
throughout the year (YTD Tips). I create the current weeks sheet by opening
the previous week and replacing the information. Let's say the Weekly Tips
cell is A10. I want A10 added to the YTD cell everyweek, and to update
automatically every week. Is that possible? Hope I explained it ok. Thanks
for any recommendations.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default how do i keep running ytd salary totals?

You are asking for trouble by replacing the information every week. What if you
type in the wrong amount? What if you want to make a correction? How does anyone
check your work?

The standard method of handling this problem would be to create a list of tips
received throughout the year. Your rows would have the date, amount, and
anything else you wanted to track. Your YTD Tips is simply the sum of all rows.

The most popular setup would be to have a header is row 1 (allowing a title for
each column), the sum in row 2 (as in =sum(B:B)), and your data in subsequent
rows.

If you insist on replacing the data every week, you will need a macro to capture
the amount, then add it to your YTD amount.

--
Regards,
Fred


"Good Tipper" <Good wrote in message
...
I create a new spreadsheet every week that tracks employee tips. Each
employee has their own sheet in the workbook, and each week has its own
workbook. The employee sheets have their hours worked each day of the week,
their tips calcualted for the day, and their tip total for the week.

I want to create a formula that keeps a running total of employee tips
throughout the year (YTD Tips). I create the current weeks sheet by opening
the previous week and replacing the information. Let's say the Weekly Tips
cell is A10. I want A10 added to the YTD cell everyweek, and to update
automatically every week. Is that possible? Hope I explained it ok. Thanks
for any recommendations.



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
Summary of Multiple Worksheet Running Sum Totals karstens Excel Worksheet Functions 4 March 22nd 06 03:37 PM
How do I do running Totals in a Pivot Table Pivot Freak Excel Worksheet Functions 2 February 7th 06 05:30 PM
How do I add totals up from different sheets? A running total. Shawn Excel Worksheet Functions 3 December 21st 05 08:37 PM
How to hide unused cells when running accumulated totals grano2 Excel Worksheet Functions 1 August 13th 05 04:07 PM
Running Totals Pete New Users to Excel 2 March 23rd 05 09:37 AM


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