Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Converting decimals to times

Featured Replies

Ok... so I made a calculator of sorts for the OoC, run of Excel. It's pretty cool, but has one problem:

 

 

 

It displays times in decimals.

 

 

 

 

 

 

 

Ex/ Displays 1.5 should display 1.3, or 1:30, or something (as in - 1 hour 30 minutes)

 

 

 

In case it helps, I have a nice pic here for going from time to decimal, but not the other way around...

 

 

 

96.gif

 

 

 

 

 

 

 

Help...?

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Oh and if you could come up with a math formula that converts them, that works, too.

tek0705042a6479ro0.pngblipo1cd.png

im not an expert but cant u just format the cell to display time?

my rsn is Prostar

  • Author

Unfortunately, I can't find a code to do that.

tek0705042a6479ro0.pngblipo1cd.png

right click the cell and go into 'format' or whatever. And somewhere in there should be the option to set it to 'time' or whatever.

 

 

 

i gotta leave now - so meh. check better when i get home.

If your decimal time is in cell A1 then try

 

 

 

 

 

 

 

=CONCATENATE(TEXT(INT(A1),"00"),":",TEXT((A1-INT(A1))*60,"00")) if you want the result as text, or

 

 

 

 

 

 

 

=TIME(INT(A1),(A1-INT(A1))*60,) if you want it as a time data type

  • Author

!! Thanx!

tek0705042a6479ro0.pngblipo1cd.png

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.