Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Meg
 
Posts: n/a
Default convert time to numerical vale

Is there a way to convert a time of 1:04.69 to 64.69 in excel?

Thanks in advance!
Meg
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Miguel Zapico
 
Posts: n/a
Default convert time to numerical vale

You can use a custom format like:
[ss].00
Or the TEXT function, with that format:
=TEXT(A1,"[ss].00")

Hope this helps,
Miguel.

"Meg" wrote:

Is there a way to convert a time of 1:04.69 to 64.69 in excel?

Thanks in advance!
Meg

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Franz Verga
 
Posts: n/a
Default convert time to numerical vale

Nel post
*Meg* ha scritto:

Is there a way to convert a time of 1:04.69 to 64.69 in excel?

Thanks in advance!
Meg


Hi Meg,

could you explain which kind of time is it?

Is 1 hour 4 minutes and 69 seconds or 1 minute and 4.69 seconds?


--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default convert time to numerical vale


Meg Wrote:
Is there a way to convert a time of 1:04.69 to 64.69 in excel?

Thanks in advance!
Meg


if you want to convert a time to seconds multiply by 86400 (the number
of seconds in a day), e.g.

=A1*86400

where A1 contains your time

format result cell as number


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=555147

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Meg
 
Posts: n/a
Default convert time to numerical vale

It is 1 minute, 4.69 seconds. Used for a database of swimming times to
determine what the time was the first time the event was swam in a season and
the number of seconds taken off each time it is swam after the first time.

Thanks!

"Meg" wrote:

Is there a way to convert a time of 1:04.69 to 64.69 in excel?

Thanks in advance!
Meg



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Meg
 
Posts: n/a
Default convert time to numerical vale

I get a value error when I multiply the 1:04.69 * 86400.

"Meg" wrote:

Is there a way to convert a time of 1:04.69 to 64.69 in excel?

Thanks in advance!
Meg

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Franz Verga
 
Posts: n/a
Default convert time to numerical vale

Nel post
*Meg* ha scritto:

I get a value error when I multiply the 1:04.69 * 86400.

"Meg" wrote:

Is there a way to convert a time of 1:04.69 to 64.69 in excel?

Thanks in advance!
Meg



Maybe you inputed the time as a text, instead of time. Try this:

=Value(A1)*86400

where you have to change A1 with that one in which you have your time.

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Meg
 
Posts: n/a
Default convert time to numerical vale

That worked, thanks!

"Meg" wrote:

Is there a way to convert a time of 1:04.69 to 64.69 in excel?

Thanks in advance!
Meg

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
convert number to time JR Excel Worksheet Functions 7 April 3rd 06 07:02 PM
How do I convert a time to text format. Rick Excel Discussion (Misc queries) 4 February 20th 06 11:02 PM
Convert data into standard military time format geog Excel Discussion (Misc queries) 2 December 12th 05 07:46 PM
How do convert time into numeric Charles Excel Worksheet Functions 4 December 1st 05 08:31 AM
convert number to time format? JLHORMAN Excel Discussion (Misc queries) 1 May 26th 05 06:38 PM


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