Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trying to make a pay stub to keep track of Year to Date earnings. But what
I am looking to do is have a sheet in Excel with the following: Rate: Hourly Rate in Dollars Hours: #hours worked in time period Total: Rate * Hours Dollar amount. While that is simple here is the sticking point. Would like to have only one line for entry so This week, I input hourly rate (10.00) and Hours worked (20 hours) and come up with Total of: 200.00 YTD totals would be in cell A1 for Hours worked and cell A2 for the Total hours income YTD Rate is in A3 Hours is in B3 Total is in C3 (calculated by A3*B3) When I open the file next week. It will show in cell A1: 20 for hours worked and in cell A2: 200.00 for total earned When I input my new hours example (overwriting the totals from last week: A3: 10.00 B3: 15 C3: total of A3*B3 so 1.50.00 I would like Cell A1 to show 35 hours worked (total of both weeks) and cell A2 to show 350.00 total of both weeks) Is there a on open event I can do to have the numbers from cell A1 and A2 stored as variables and then when I input the new information it will add that information together with the variables to create a running YTD one page spreadsheet? I know that I won't be able to retrieve the previous data and I am trying to get the guy asking for this to reconsider, but in lieu of his reconsidering I am trying to find him a solution. TIA -- Wally Steadman US Army in Iraq |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
File Paths and Carrying Data into Future Budget Periods | Setting up and Configuration of Excel | |||
How do I retain/save my data sort for future use ? | Excel Discussion (Misc queries) | |||
Saving Text to Columns parameters for future use | Excel Discussion (Misc queries) | |||
Saving Data | Excel Discussion (Misc queries) | |||
Saving worksheet as CSV after pulling data from an external data source | Excel Programming |