![]() |
convert time value of 14.58 to 2:35 pm
what is the formula for converting a time from 14.58 to read 2:35 pm?
|
You don't need a formula. You should just be able to format the cell as
time. ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "Porous Metals Limited" wrote in message ... what is the formula for converting a time from 14.58 to read 2:35 pm? |
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. "Anne Troy" wrote: You don't need a formula. You should just be able to format the cell as time. ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "Porous Metals Limited" wrote in message ... what is the formula for converting a time from 14.58 to read 2:35 pm? |
=A20/24
and format as time -- HTH RP (remove nothere from the email address if mailing direct) "Porous Metals Limited" wrote in message ... what is the formula for converting a time from 14.58 to read 2:35 pm? |
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) wrote in message ... 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 |
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) "Bob Phillips" wrote in message ... 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) wrote in message ... 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 |
All times are GMT +1. The time now is 10:03 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com