View Single Post
 
Old 10-29-2012, 12:37 AM
Kevin@Radstock Kevin@Radstock is offline Windows 7 32bit Office 2010 32bit
Office 365
 
Join Date: Feb 2012
Posts: 94
Kevin@Radstock is on a distinguished road
Default

Hi

Is that formula not incorrect. If I input 17.25 in A1 and format cells mm:ss it returns 17:25 instead of 17:15.

Quote:
Originally Posted by macropod View Post
I know that's what you're assuming.

If the assumption is wrong, the OP needs something like:
=(INT(A1)+MOD(A1,1)/0.6)/1440
where the decimal time is in A1.
Reply With Quote