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 Working with Time

I have found numerous time sheets on the web but they don't have what I'm
looking for. I want a sheet that calculates vacation and sick time. We
allow workers to take days, hours and minutes of time (usually no less than
30 minutes). I need to be able to enter these increments and have the sheet
calculate these per day, with time allotted, time taken and time left for
the month. For example: I need to know how much time a worker has taken
and have it calculate and display the number of days, hours and minutes (if
he has taken hours and minutes). I hope this makes sense to someone who can
help. Thanks, Diane


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Working with Time

Time is just regular numbers in Excel, you can add, subtract at your will.
Only thing you can't do if you use the default windows install is to display
it as negative values. It's easiest if you enter it as time that Excl can
recognize so if you put in half an hour you use 00:30:00 in the format of
hh:mm:ss

one day is 1 in Excel that means that one hour is 1/24 meaning that if you
enter 12:00 in a cell and change the format to general it will return 0.50

So you can just add up the time

=SUM(A2:A6)

if you sum all time values in A2:A5

if they can exceed 24 hours you might want to use a custom format like
[hh]:mm


--
Regards,

Peo Sjoblom





"Diane" wrote in message
...
I have found numerous time sheets on the web but they don't have what I'm
looking for. I want a sheet that calculates vacation and sick time. We
allow workers to take days, hours and minutes of time (usually no less than
30 minutes). I need to be able to enter these increments and have the
sheet calculate these per day, with time allotted, time taken and time left
for the month. For example: I need to know how much time a worker has
taken and have it calculate and display the number of days, hours and
minutes (if he has taken hours and minutes). I hope this makes sense to
someone who can help. Thanks, Diane



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 46
Default Working with Time

Hi, Diane-
You may find it useful to reconsider how employees accumulate time
off, and how they spend it. Companies I've worked for express vacation
in terms of hours- if you get 10 vacation days per year, that's 10
days times 8 hours per day = 80 vacation hours. If you express
everything in a single time unit you will avoid converting back and
forth, as well as testy little arguments about what constitutes a
"day", for instance. (You could also easily divide by 8 to convert
hours to work days.)

Is that a possibility?

Dave O

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
SUMProduct working most of the time... James Excel Discussion (Misc queries) 3 March 21st 07 02:17 PM
Working with dates and time Ben Excel Discussion (Misc queries) 4 March 7th 06 10:00 PM
formula help working with time Constance Excel Discussion (Misc queries) 2 February 27th 06 10:49 PM
working with time functions Chris01623 Excel Discussion (Misc queries) 3 August 25th 05 01:37 PM
Working time and days Nortos Excel Discussion (Misc queries) 1 May 6th 05 03:47 PM


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