#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default Minutes to Seconds

Example;
Cell reads 114.4
Need to convert to 74.4 Seconds.
Any thoughts?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Minutes to Seconds

With
A1: 114.4

If I understand correctly....try this:
B1: =INT(A1/100)*60+MOD(A1,100)

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"M.A.Tyler" wrote:

Example;
Cell reads 114.4
Need to convert to 74.4 Seconds.
Any thoughts?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Minutes to Seconds

If the A1 had been entered as 1:14.4, you could use =A1*24*3600 (and format
as number or general).
--
David Biddulph

"Ron Coderre" wrote in message
...
With
A1: 114.4

If I understand correctly....try this:
B1: =INT(A1/100)*60+MOD(A1,100)


"M.A.Tyler" wrote:

Example;
Cell reads 114.4
Need to convert to 74.4 Seconds.
Any thoughts?



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
Entering Seconds but displaying minutes & seconds DaveWHAC Excel Discussion (Misc queries) 7 October 20th 06 02:14 PM
Formula to Change Hours:Minutes:Seconds to Seconds only Cheri Excel Discussion (Misc queries) 4 August 30th 06 12:44 AM
Converting hours:minutes:seconds to just minutes Dan Vagle Excel Worksheet Functions 3 July 17th 06 11:20 PM
Convert "Time Interval" in "hours : minutes : seconds" to seconds Ianukotnorth New Users to Excel 7 May 8th 05 08:11 PM
Convert seconds to minutes and seconds in excel anonymous Excel Worksheet Functions 3 December 25th 04 08:38 PM


All times are GMT +1. The time now is 08:28 AM.

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"