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 TimeSheet Using 100 Minutes & Rounding to .25

I am trying to create a spreadsheet to calculate employee hours.
We use 100 minutes instead of 60. (Ex 15:50 = 3:30)
We round based on 5's to the hour (Ex 9:92 = 10 9:90 =9.75)
Overtime is calculated by weekly Hours, Not Daily

Here is an example of punch times:

Day Time In Time Out Total Hrs
Monday 7:45 15:55 8.10 (8 Hrs 6 Min Round to 8)
Tues 7:44 15:54 8.10 (8 Hrs 6 Min Round to 8)
Wed 7:45 15:86 8.41 (8 Hrs 25 Min Round to 8.5)
Thurs 7:48 15:54 8.06 (8 Hrs 4 Min Round to 8)
Fri 7:46 16:52 9.06 (9 Hrs 4 Min Round to 9)
Sat 7:94 13:17 5.23 (5 Hrs 14 Min Round to 5.25)

This is what I need it to look like.
The cell under the day should be a formula if possible.
The cell under the Reg Hrs should be a formula as the hours will not always
be 40.
The cell under the OT should be a formula for anything over the 40.

Employee Mon Tues Wed Thurs Fri Sat Sun Total Hrs Reg Hrs OT Hrs
Bill 8 8 8.5 8 9 5.25 0 46.75 40
6.75

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default TimeSheet Using 100 Minutes & Rounding to .25

You can simplify your life greatly by using one of two options:

1. If the most important thing is having a colon in your numbers, then use
real times (ie, 60 minute hours). Excel can then handle all needed
calculations. To round to 5 minutes, use =mround(a1,time(0,5,0))

2. If, however, dividing hours into 100 parts is more important, then use a
decimal. Now you are just entering the number of hours to two decimal
places. To round to 5/100 of an hour, use =mround(a1,.05)

Regards,
Fred.


"Formula Confusion" <Formula wrote in
message ...
I am trying to create a spreadsheet to calculate employee hours.
We use 100 minutes instead of 60. (Ex 15:50 = 3:30)
We round based on 5's to the hour (Ex 9:92 = 10 9:90 =9.75)
Overtime is calculated by weekly Hours, Not Daily

Here is an example of punch times:

Day Time In Time Out Total Hrs
Monday 7:45 15:55 8.10 (8 Hrs 6 Min Round to 8)
Tues 7:44 15:54 8.10 (8 Hrs 6 Min Round to 8)
Wed 7:45 15:86 8.41 (8 Hrs 25 Min Round to 8.5)
Thurs 7:48 15:54 8.06 (8 Hrs 4 Min Round to 8)
Fri 7:46 16:52 9.06 (9 Hrs 4 Min Round to 9)
Sat 7:94 13:17 5.23 (5 Hrs 14 Min Round to 5.25)

This is what I need it to look like.
The cell under the day should be a formula if possible.
The cell under the Reg Hrs should be a formula as the hours will not
always
be 40.
The cell under the OT should be a formula for anything over the 40.

Employee Mon Tues Wed Thurs Fri Sat Sun Total Hrs Reg Hrs OT Hrs
Bill 8 8 8.5 8 9 5.25 0 46.75 40
6.75


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
Rounding times to the nearest 15 minutes in Excel BuckeyeWMV Excel Discussion (Misc queries) 8 April 3rd 07 10:28 PM
calculating timesheet, time-in/time-out = total hours & minutes, . Steve Lindsay Excel Worksheet Functions 13 November 8th 06 03:45 PM
converting Days Hours & minutes into just minutes in excel Six Sigma Blackbelt Excel Discussion (Misc queries) 5 April 28th 06 09:45 PM
Timesheet Help. Rounding to the nearest 1/4 John Excel Worksheet Functions 7 March 2nd 06 07:06 PM
add column of minutes, show total in hours & minutes glider pilot Excel Worksheet Functions 1 December 30th 04 10:27 PM


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