Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
sawagashi
 
Posts: n/a
Default Time problem - Help please


Hi all

I am currently temping for a agency and the time logging system they
use is a bit dodjy to say the least.

I log in using a e-trac asp system (their clock is fast by 5.43
mins ) and the logging is to the minute but the agency round the
time to the closest 15mins!

Can I get my exel spreadsheet to round time to the closest 15 mins

e.g. 09:00 - 09:07 = 09:00 & 09:08 - 09:15 = 09:15

Help please
as i lost half an hour of pay last week to this dodgy system

Thanks :)


--
sawagashi
------------------------------------------------------------------------
sawagashi's Profile: http://www.excelforum.com/member.php...o&userid=28883
View this thread: http://www.excelforum.com/showthread...hreadid=486320

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Time problem - Help please



--

HTH

RP
(remove nothere from the email address if mailing direct)


"sawagashi" wrote
in message ...

Hi all

I am currently temping for a agency and the time logging system they
use is a bit dodjy to say the least.

I log in using a e-trac asp system (their clock is fast by 5.43
mins ) and the logging is to the minute but the agency round the
time to the closest 15mins!

Can I get my exel spreadsheet to round time to the closest 15 mins

e.g. 09:00 - 09:07 = 09:00 & 09:08 - 09:15 = 09:15

Help please
as i lost half an hour of pay last week to this dodgy system

Thanks :)


--
sawagashi
------------------------------------------------------------------------
sawagashi's Profile:

http://www.excelforum.com/member.php...o&userid=28883
View this thread: http://www.excelforum.com/showthread...hreadid=486320



  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Time problem - Help please

==ROUND(A2*96,0)/96

--

HTH

RP
(remove nothere from the email address if mailing direct)


"sawagashi" wrote
in message ...

Hi all

I am currently temping for a agency and the time logging system they
use is a bit dodjy to say the least.

I log in using a e-trac asp system (their clock is fast by 5.43
mins ) and the logging is to the minute but the agency round the
time to the closest 15mins!

Can I get my exel spreadsheet to round time to the closest 15 mins

e.g. 09:00 - 09:07 = 09:00 & 09:08 - 09:15 = 09:15

Help please
as i lost half an hour of pay last week to this dodgy system

Thanks :)


--
sawagashi
------------------------------------------------------------------------
sawagashi's Profile:

http://www.excelforum.com/member.php...o&userid=28883
View this thread: http://www.excelforum.com/showthread...hreadid=486320



  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Time problem - Help please

Oh, and format as time.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"sawagashi" wrote
in message ...

Hi all

I am currently temping for a agency and the time logging system they
use is a bit dodjy to say the least.

I log in using a e-trac asp system (their clock is fast by 5.43
mins ) and the logging is to the minute but the agency round the
time to the closest 15mins!

Can I get my exel spreadsheet to round time to the closest 15 mins

e.g. 09:00 - 09:07 = 09:00 & 09:08 - 09:15 = 09:15

Help please
as i lost half an hour of pay last week to this dodgy system

Thanks :)


--
sawagashi
------------------------------------------------------------------------
sawagashi's Profile:

http://www.excelforum.com/member.php...o&userid=28883
View this thread: http://www.excelforum.com/showthread...hreadid=486320



  #5   Report Post  
Posted to microsoft.public.excel.misc
sawagashi
 
Posts: n/a
Default Time problem - Help please


Thanks

Works great! :) :) :) :)


--
sawagashi
------------------------------------------------------------------------
sawagashi's Profile: http://www.excelforum.com/member.php...o&userid=28883
View this thread: http://www.excelforum.com/showthread...hreadid=486320



  #6   Report Post  
Posted to microsoft.public.excel.misc
neopolitan
 
Posts: n/a
Default Time problem - Help please


Okay Bob, I'll confess, I was trying a different approach (much more
complicated) and I don't understand where the "96" in your formula
comes from. Can you enlighten me?


--
neopolitan


------------------------------------------------------------------------
neopolitan's Profile: http://www.excelforum.com/member.php...nfo&userid=611
View this thread: http://www.excelforum.com/showthread...hreadid=486320

  #7   Report Post  
Posted to microsoft.public.excel.misc
PeterAtherton
 
Posts: n/a
Default Time problem - Help please



"neopolitan" wrote:


Okay Bob, I'll confess, I was trying a different approach (much more
complicated) and I don't understand where the "96" in your formula
comes from. Can you enlighten me?

I suppose youv'e worked it out, but 24 hours times 4 quarters (24*4) = 96

Regards
Peter
--
neopolitan


------------------------------------------------------------------------
neopolitan's Profile: http://www.excelforum.com/member.php...nfo&userid=611
View this thread: http://www.excelforum.com/showthread...hreadid=486320


  #8   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Time problem - Help please

Time is held as a fraction of a day, so to round to an hour, we multiply by
24, to a half-hour by 48 (24*2), to a quarter-hour by 96 (24*4). This number
is rounded, and then divided by the original multiplier to get it back to
the same scale as starting at.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"neopolitan" wrote
in message ...

Okay Bob, I'll confess, I was trying a different approach (much more
complicated) and I don't understand where the "96" in your formula
comes from. Can you enlighten me?


--
neopolitan


------------------------------------------------------------------------
neopolitan's Profile:

http://www.excelforum.com/member.php...nfo&userid=611
View this thread: http://www.excelforum.com/showthread...hreadid=486320



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
Using VLOOKUP with a Date and Time Charles Excel Discussion (Misc queries) 4 September 20th 05 06:38 PM
Date & Time problem ckiraly Excel Worksheet Functions 2 August 15th 05 01:13 PM
1/0/1900 10:18:48 AM Time problem canix Excel Worksheet Functions 7 August 6th 05 03:41 AM
Time Sheets smiller3128 New Users to Excel 1 August 4th 05 08:17 PM
Problem with time calc Tom Excel Worksheet Functions 2 November 6th 04 12:04 PM


All times are GMT +1. The time now is 11:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"