Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Oowf
 
Posts: n/a
Default Time Date Formula Problem


My wife and I own and operate several orphanages in China. We just
started using a Biometric Finger Print Time Clock for our employees.
The results from the time clock are presenting quite a challenge to get
the employees hours for each day.

The first thing I need to do is find out how to extract the (time only)
from a date/time cell that looks like this. 5/14/2005 6:52

Thank You!

Cheers!

The Oowf


--
Oowf
  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

Say your data is in cell A1
then use this
=A1-INT(A1)

and format this cell as time

"Oowf" wrote in message
...

My wife and I own and operate several orphanages in China. We just
started using a Biometric Finger Print Time Clock for our employees.
The results from the time clock are presenting quite a challenge to get
the employees hours for each day.

The first thing I need to do is find out how to extract the (time only)
from a date/time cell that looks like this. 5/14/2005 6:52

Thank You!

Cheers!

The Oowf


--
Oowf



  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=MOD(A1,1)

However, if you're trying to get the employee hours, you don't need just
the time. Subtracting the clock-out time from the clock-in time gives
you an XL time:

A1: 5/14/2005 6:52
A2: 5/14/2005 15:01

A3: =A2-A1 === 8:09

when A3 is formatted as a time.

Keeping the dates will help immensely for your overnight shifts, since
the times "roll over" at midnight.

In article ,
Oowf wrote:

My wife and I own and operate several orphanages in China. We just
started using a Biometric Finger Print Time Clock for our employees.
The results from the time clock are presenting quite a challenge to get
the employees hours for each day.

The first thing I need to do is find out how to extract the (time only)
from a date/time cell that looks like this. 5/14/2005 6:52

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
unmet challenge boris Excel Worksheet Functions 2 March 16th 05 02:13 PM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM
Excel 2002 date formulas problem Andrew Warren Excel Worksheet Functions 4 January 6th 05 11:35 AM
Help - Information with time and date PM Excel Discussion (Misc queries) 4 January 6th 05 08:25 AM
Combined date time cell to separate date & time components Mark Ada Excel Worksheet Functions 1 December 2nd 04 12:04 AM


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