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 24 hour time sheet

I have to do a time sheet with 10 people on it, some work night and some work
days.The days are no problems but when it come to the night shift they start
at 1800 and finish the next day at 0600. I need a formula that will be able
to do both as they rotate between nights and days. I want it to do both
without having to re format everytime that they change from nights to days
Can anyone help
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 24 hour time sheet

Hi there

Seems like you've ran into a common problem working with Excel dates & times.
In short (assuming you're not in to the nitty-gritty details) it's all about
formatting!

Excel, by default, handles all time calculations with a "base-unit" of 1 day
= 24hours.
When you need to do calculations where start-time is pre-midnight and
end-time is after-midnight Excel
will "think" that end-time < start-time. The result of "=end-time -
start-time" is therefore negative
which is rubbish (and would implicate that the employee had to pay for the
time he worked...).

You can handle this situation in many different ways. The one suggested by
Bob Phillips is beautyfull
and to give you options, I'll show you another:

A1: start-time
B1: end-time
C1: =B1-A1+(A1B1) (If you want to know HOW this work just ask for details)


This will work as long as the total time (C1) does not extend 24 hours (one
whole day). If that should happen
you will have to provide specific dates to Excel.

Hope this help!

I'm sorry for my poor english...

"time formula" skrev:

I have to do a time sheet with 10 people on it, some work night and some work
days.The days are no problems but when it come to the night shift they start
at 1800 and finish the next day at 0600. I need a formula that will be able
to do both as they rotate between nights and days. I want it to do both
without having to re format everytime that they change from nights to days
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
how can i add an hour to a time column Sarah P Excel Worksheet Functions 1 February 24th 07 08:02 AM
how to calculate time start & time finish in quarter hour Peter Wu Excel Discussion (Misc queries) 3 June 7th 06 12:58 AM
making a time a measurement of time, not an hour of the day?? small tom Excel Discussion (Misc queries) 7 January 24th 06 02:17 PM
3.10 PM to 24 hour time please ( 1510 ) Steved Excel Worksheet Functions 5 December 8th 05 09:08 PM
convert time from 60 minute hour to 100 minute hour Jboerding Excel Discussion (Misc queries) 2 July 6th 05 11:30 PM


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