Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
maintchief
 
Posts: n/a
Default Calculating time worked using 100ths of an hour, from 1 day into n

Calculating time worked, using 100ths of hr. (for instance 22.73-06.92). How
do I calculate it correctly since I can't just subtract the end time from the
start time as I do for same day start and stop times?
  #2   Report Post  
Gary''s Student
 
Posts: n/a
Default Calculating time worked using 100ths of an hour, from 1 day into n

How about

=if(endtimestartime, endtime-startime,(endtime+24.0)-startime)
--
Gary's Student


"maintchief" wrote:

Calculating time worked, using 100ths of hr. (for instance 22.73-06.92). How
do I calculate it correctly since I can't just subtract the end time from the
start time as I do for same day start and stop times?

  #3   Report Post  
maintchief
 
Posts: n/a
Default Calculating time worked using 100ths of an hour, from 1 day in

That pluse a minor modification to make sure the time had an entry did the
trick.
Thank you

"Gary''s Student" wrote:

How about

=if(endtimestartime, endtime-startime,(endtime+24.0)-startime)
--
Gary's Student


"maintchief" wrote:

Calculating time worked, using 100ths of hr. (for instance 22.73-06.92). How
do I calculate it correctly since I can't just subtract the end time from the
start time as I do for same day start and stop times?

  #4   Report Post  
Gary''s Student
 
Posts: n/a
Default Calculating time worked using 100ths of an hour, from 1 day in

You are welcome. If you get the chance, post your minor mode, it may be of
help to others.
--
Gary''s Student


"maintchief" wrote:

That pluse a minor modification to make sure the time had an entry did the
trick.
Thank you

"Gary''s Student" wrote:

How about

=if(endtimestartime, endtime-startime,(endtime+24.0)-startime)
--
Gary's Student


"maintchief" wrote:

Calculating time worked, using 100ths of hr. (for instance 22.73-06.92). How
do I calculate it correctly since I can't just subtract the end time from the
start time as I do for same day start and stop times?

  #5   Report Post  
maintchief
 
Posts: n/a
Default Calculating time worked using 100ths of an hour, from 1 day in

In the minor modification I had to check for '0' time because of days not
worked. If I didn't I would get 24 hours worked.
=IF(endtimestartime,endtime-startime,IF(startime0,(startime+24)-endtime,0))

"maintchief" wrote:

That pluse a minor modification to make sure the time had an entry did the
trick.
Thank you

"Gary''s Student" wrote:

How about

=if(endtimestartime, endtime-startime,(endtime+24.0)-startime)
--
Gary's Student


"maintchief" wrote:

Calculating time worked, using 100ths of hr. (for instance 22.73-06.92). How
do I calculate it correctly since I can't just subtract the end time from the
start time as I do for same day start and stop times?



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
Calculating time difference over midnight! sygazelle Excel Discussion (Misc queries) 4 September 29th 05 04:59 PM
Excel Time Manipulation BFiedler Excel Discussion (Misc queries) 0 September 15th 05 01:15 AM
Calculating time difference Robyn Bellanger Excel Discussion (Misc queries) 2 December 23rd 04 02:29 AM
Calculating Time in XP takes forever Dan Excel Discussion (Misc queries) 3 December 22nd 04 10:06 PM
Calculating time between successful data transmissions Donnie Excel Discussion (Misc queries) 2 December 10th 04 12:45 PM


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