Forum Discussion
convert numbers to time
Hi I am trying to convert a number format in one cell to time format in another cell. Here is my example
In cell A1 I have a number 1.90 and I need it to be converted into 1:90 in cell B1. what formula do I use.
Thanks
16 Replies
- NikolinoDEGold Contributor
Here again a file with the example from 1.9 to 1:90.
One would only have to format 1.9 as text.
But if you want it to remain time and to be seen as time then here is a link and a formula.
Insert colon between numbers to make them as time format with formulas
=TIME(LEFT(A1,LEN(A1)-2),RIGHT(A1,2),0)
Thank you for your understanding and patience
Nikolino
I know I don't know anything (Socrates)
- NikolinoDEGold Contributor
With permission, everyone
Thank you for your understanding and patience
Nikolino
I know I don't know anything (Socrates)
- sliao8788Copper ContributorIf I do this it changes the value to 21:36 and not leave it as 1:90
- NikolinoDEGold ContributorYou are absolutely right, was too hasty ... I have to give me more time to let everything through.
File> Options> Document Review>
For this purpose you could create an entry in the autocorrection:
Replace:, (comma)
through:: (colon)
It is now possible to enter a time in the following format: 10,, 20,, 30 and this automatically becomes 10:20:30
Nikolino
I know I don't know anything (Socrates)
- SergeiBaklanDiamond Contributor
What 1:90 shall practically mean, 1hour 90 minutes? Or you mean 1.9/24 = 01:54:00 ?
- sliao8788Copper Contributor
SergeiBaklan yes it should show 1hour 90 minutes