converting decimal to Time format

Sean15

Well-known Member
Joined
Jun 25, 2005
Messages
725
Office Version
  1. 2010
Platform
  1. Windows
The start time in column A is in decimal format. I'm trying to display the actual time in column B, but the numbers are showing up as text instead. I’ve attempted to use a custom number format, but it doesn’t seem to affect the display. I think I’m approaching this incorrectly—could you help, please?

sample.xlsx
ABCD
1SystemActualActual
2End TimeEnd Timeshould be
38.128:78:07
49.029:19:01
58.208:4928:12
68.488:298:29
77.907:4747:54
sheet1
Cell Formulas
RangeFormula
B3:B7B3=LEFT(A3,1)&":"&ROUND(RIGHT(A3,3)*60,0)
 

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top