Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Garth Hales
 
Posts: n/a
Default Track time in HH:min.min(Decimal) format

I'm trying to accumulate elapsed times in a decimal minute format, i.e.
12:00.00 plus 1'30" = 12:01.50. Any ideas?
  #2   Report Post  
Fred Smith
 
Posts: n/a
Default

Go with the flow and use hh:mm:ss like everyone else?

If not, I would probably put the hours and minutes in separate cells, then
combine them with the formula =a1*100+b1, and display with the format
##":"##.##

--
Regards,
Fred
Please reply to newsgroup, not e-mail


"Garth Hales" <Garth wrote in message
...
I'm trying to accumulate elapsed times in a decimal minute format, i.e.
12:00.00 plus 1'30" = 12:01.50. Any ideas?



  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

If you go with a format like this: h:mm.ss

A1 = 12:00.00
B1 = 1'30"

=A1+(--SUBSTITUTE(SUBSTITUTE(B1,"'",":"),"""",""))/60

Formatted as h:mm.ss returns - 12:01.30

I could probably get 12:01.50 but I don't have time to
tinker with it.

Biff

-----Original Message-----
Go with the flow and use hh:mm:ss like everyone else?

If not, I would probably put the hours and minutes in

separate cells, then
combine them with the formula =a1*100+b1, and display

with the format
##":"##.##

--
Regards,
Fred
Please reply to newsgroup, not e-mail


"Garth Hales" <Garth

wrote in message
...
I'm trying to accumulate elapsed times in a decimal

minute format, i.e.
12:00.00 plus 1'30" = 12:01.50. Any ideas?



.

  #4   Report Post  
Garth Hales
 
Posts: n/a
Default

Thanks Fred, I'll try that. Like you say, I can go with the hh:mm:ss but it
is much easier to do intermediate hand calculations in a decimal format.
This is for TSD rallying. Thanks again

Garth

"Fred Smith" wrote:

Go with the flow and use hh:mm:ss like everyone else?

If not, I would probably put the hours and minutes in separate cells, then
combine them with the formula =a1*100+b1, and display with the format
##":"##.##

--
Regards,
Fred
Please reply to newsgroup, not e-mail


"Garth Hales" <Garth wrote in message
...
I'm trying to accumulate elapsed times in a decimal minute format, i.e.
12:00.00 plus 1'30" = 12:01.50. Any ideas?




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
Time format help needed Dan W. Excel Worksheet Functions 19 March 6th 08 09:08 AM
Custom Time Format doesn't work for me chuck Excel Discussion (Misc queries) 1 February 13th 05 04:12 AM
I cannot get time format to display in a drop-down list Mighty Mike Excel Discussion (Misc queries) 0 February 1st 05 09:47 PM
entering numbers to display a time format Ian Williams/Eazygig Excel Discussion (Misc queries) 1 January 10th 05 11:57 AM
Time Format Auto Entry AM and PM BulaMan Excel Discussion (Misc queries) 1 December 15th 04 09:30 AM


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