LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Convert time entered to decimal

If the user enters 8.19 in A1
then you can get the time with this in B1
=TIME(INT(A1),(A1-INT(A1))*100,0)

"smartgal" wrote:

Have tried all, to no avail. Here's a sample of my data (and I've also done
this formatted as time, or 8:19 / 12:17, etc). I've multiplied by 24,
formatted as h:mm, formatted as decimal - I've tried it all.

What I want is for my person to enter their *actual* times and have my sheet
convert it to the proper decimal time as our time clock does so that she gets
a running total of her time each day and through the week. Sample below.

Start time Lunch out Lunch in End time Subtotal Lunch total Day total
8.19 12.17 12.51 5.05
8.58 12.02 1.27 4.02


"T. Valko" wrote:

Just subtract the start time from the end time.

A1 = start time = 1:13 PM
B1 = end time = 9:27 PM

=B1-A1

Format as [h]:mm

Result = 8:14

If the times might span past midnight then use this version:

A1 = start time = 11:13 PM
B1 = 7:27 AM

=MOD(B1-A1,1)

Format as [h]:mm

Result = 8:14


--
Biff
Microsoft Excel MVP


"smartgal" wrote in message
...
I am trying to create a spreadsheet in which I can enter an actual time
(1:13
pm) and have it convert it to a decimal. Tried excel help, to no avail.
Output of this is I want an employee to enter their start and end times
each
day and have the sheet calculate the time spent at work. Thanks!






 
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
convert time into decimal Richard[_2_] New Users to Excel 4 March 25th 07 06:35 PM
convert time into decimal Richard[_2_] New Users to Excel 0 March 25th 07 04:15 PM
convert decimal to time ganga Excel Discussion (Misc queries) 3 March 2nd 07 11:14 PM
How to convert time to decimal frankie New Users to Excel 1 May 24th 06 04:44 PM
convert decimal number to time : convert 1,59 (minutes, dec) to m agenda9533 Excel Discussion (Misc queries) 8 January 20th 05 10:24 PM


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