I need a continuous 30 day calendar to track overtime worked.

G

Guest

I am trying to track the last 30 days people worked overtime. I want to set
up my spreadsheet with the columns as the last 30 days and the rolls as
individual employees. If a person works today I enter the number of hours
worked under todays date column. Thrity days from now I will delete the
column form today. This is where I need help. When I drop (or delete) the
column that is 30 days old, I need to have the new column come on to the
spredsheet with the new (todays) date. I need to see the last 30 days of
information and to be able to pull that information like the number of days
worked and the number of hours worked.

PS. I am a beginner in excel so please keep replies simple to understand.
 
C

CaptainQuattro

To keep things easy and simple, set up your spreadsheet as follows:

Leave column B Blank
Enter dates starting with the current date in row 1 columns C through
AF
Leave Column AG Blank
Enter formulas for total hours worked in Column AH:
e.g. =sum(B1:AG1)

Enter formulas for total days worked in column AI:

e.g. =COUNTIF(B2:AG2,">0") This will return the count of all days
worked.

To update the spreadsheet:

Insert a column before column AG and enter today's date in cell AG1
Delete Column C
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top