Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Creating an Excel Database for my Logged Time

I am using an excel template to log my regular work hours, the hours I work
"overtime", and hours that I use to cover missed days from my "Overtime"
hours. What I have been trying to create, is a spreadsheet that will
automatically log the number of hours I work "overtime" from each spreadsheet
in this workbook (since each spreadsheet is one week's timecard) and subtract
any hours I use from those "overtime" hours to cover my missed days.

I have been subtracting and adding the hours up in a spreadsheet I created
previously, but I would like Excel to do this calculation for me, so I cannot
use hours I don't really have by accident.

Can anyone help?!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Creating an Excel Database for my Logged Time

As you don't give any detail of your data, I'll guess!

Overtime: = MAX(0,Hoursworked-non_OT hours)

where non_OT hours is the standard working week (40 hours say).

If you need further help, supply details of your data/calculations.

"MsSnowy" wrote:

I am using an excel template to log my regular work hours, the hours I work
"overtime", and hours that I use to cover missed days from my "Overtime"
hours. What I have been trying to create, is a spreadsheet that will
automatically log the number of hours I work "overtime" from each spreadsheet
in this workbook (since each spreadsheet is one week's timecard) and subtract
any hours I use from those "overtime" hours to cover my missed days.

I have been subtracting and adding the hours up in a spreadsheet I created
previously, but I would like Excel to do this calculation for me, so I cannot
use hours I don't really have by accident.

Can anyone help?!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Creating an Excel Database for my Logged Time

I guess what i need to know is how to reference a cell in a different
spreadsheet, where the formula is smart enough to refer to each new
spreadsheet I create off of the initial template, for example:

The Orginial Timesheet,
1. Calculates my Total Hrs (In column G) worked with this formula:
"=((C14-B14)*24)+((F14-E14)*24)+I14"
2. Calculates my Regular Working hours (In column H) with this formula:
"=IF(((C14-B14)*24)+((F14-E14)*24)8,8,((C14-B14)*24)+((F14-E14)*24))"
3. Records the number of hours (In column L) OVER my regular amount I've
worked, that I need to log: "=IF(G148,G14-H14-I14,0)"
4. Columns B-F allow you to enter the time of the day you clocked in and out.

This Original Timesheet template has been repeated each week.

What I need is to know how to get in a seperate spreadsheet, that's still in
the same workbook, to automatically calculate the amount of time I've worked
overtime for each and every week, as well as subtracting the amount of hours
I use from those towards days when I need to cover for missing hours.

Do you understand what I'm trying to say?

"Toppers" wrote:

As you don't give any detail of your data, I'll guess!

Overtime: = MAX(0,Hoursworked-non_OT hours)

where non_OT hours is the standard working week (40 hours say).

If you need further help, supply details of your data/calculations.

"MsSnowy" wrote:

I am using an excel template to log my regular work hours, the hours I work
"overtime", and hours that I use to cover missed days from my "Overtime"
hours. What I have been trying to create, is a spreadsheet that will
automatically log the number of hours I work "overtime" from each spreadsheet
in this workbook (since each spreadsheet is one week's timecard) and subtract
any hours I use from those "overtime" hours to cover my missed days.

I have been subtracting and adding the hours up in a spreadsheet I created
previously, but I would like Excel to do this calculation for me, so I cannot
use hours I don't really have by accident.

Can anyone help?!

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
Creating Excel Worksheets from Access Database jack Excel Discussion (Misc queries) 0 March 14th 07 04:19 PM
Creating a Database in Excel Kevin New Users to Excel 9 September 11th 06 02:11 PM
Help needed on creating Excel database JM Excel Discussion (Misc queries) 1 March 20th 06 07:26 PM
Creating a Product DATABASE in ACCESS or EXCEL and then retrieving Abe Excel Discussion (Misc queries) 1 February 25th 06 03:09 AM
How do you reference the logged on user name in excel? Taurus Excel Discussion (Misc queries) 2 January 24th 06 07:38 PM


All times are GMT +1. The time now is 04:09 AM.

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"