my number is 7,25 meaning 7 hrs and 15 minutes , how do I convert this
automatically in XCL?
Thanks
AC
A day is devided into hours in the same fasion. 1=1 day,
hence 0,5 is 12 hours.
1 minute is 1/24/60
To make the cell look like time, adjust the cell
properties.
>.
>
Convert your number to minutes multiplying by 60 and use Time() worksheet
function, like this:
=TIME(0,7.25*60,0)
See Excel help for Time() arguments.
HTH
---
Orlando Magalhães Filho
(So that you get best and rapid solution and all may benefit from the
discussion, please reply within the newsgroup, not in email)
"Apollo Creed" <anta...@hotmail.com> escreveu na mensagem
news:bWXba.37623$Rc7.5...@news2.e.nsc.no...