ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Minutes to Seconds (https://www.excelbanter.com/excel-discussion-misc-queries/142889-minutes-seconds.html)

M.A.Tyler

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

Ron Coderre

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?


David Biddulph[_2_]

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?





All times are GMT +1. The time now is 07:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com