Change 805 to time as 0805?

Captain Randy

Board Regular
Joined
Sep 26, 2010
Messages
68
I have data in colum B as text, I want to change it too hhmm as 0100 and not 100.

Format cells dosen't work, it takes 805 and makes it read as 0:00.

Is there a way I can change this to end up with hh:mm ? 0001 too 2400.

Thank you in advance
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
try one of these
Excel Workbook
ABC
1000100:0100:01
2002400:2400:24
3014501:4501:45
4050505:0505:05
5230023:0023:00
Sheet1
Excel 2003
Cell Formulas
RangeFormula
B1=(LEFT(A1,2)&":"&RIGHT(A1,2))+0
C1=TEXT(A1,"00\:00")+0
 
Upvote 0
Thank You very much Sanrv1f !!!!
The Text worked great ......

Once again Thank You !!!
Captain Randy
<TABLE style="WIDTH: 119pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=158><COLGROUP><COL style="WIDTH: 119pt; mso-width-source: userset; mso-width-alt: 5056" width=158><TBODY><TR style="HEIGHT: 15.75pt" height=21><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; BACKGROUND-COLOR: transparent; WIDTH: 119pt; HEIGHT: 15.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" class=xl63 height=21 width=158 align=right>

</TD></TR></TBODY></TABLE>
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,856
Members
452,948
Latest member
UsmanAli786

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