convert time value of 14.58 to 2:35 pm

  • Thread starter Thread starter Guest
  • Start date Start date
Thanks Anne. I tried that though, and it gives me back a different time
format. We divide the 60 minutes of the hour into 100 minutes, so each
minute is 1.67, which is causing me the grief.
 
=A20/24

and format as time

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Have a look in the help at how Excel handles times and dates

=14.58/24 formated as time

will return
2:34 PM (note: I belive time does not round up in Excel)

HTH
RES
 
If you need it rounded up, use

=ROUND(14.58*60,0)/60/24

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
I mean rounded. Rounded up would be

=ROUNDUP(14.58*60,0)/60/24


--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top