Joe Galvan
Board Regular
- Joined
- Jun 24, 2008
- Messages
- 152
Hi All!
I am pulling information as a download into Excel 2010... Unfortunately the time portion of my download doesn't come through formatted. . . I was hoping someone can help me out with a formula that can pull pieces of the time, so I can get them separated and then concatenate.
time is formatted as military time, which I am fine with...
Below are a few examples of how the time is coming through
<TABLE style="WIDTH: 43pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=57><COLGROUP><COL style="WIDTH: 43pt; mso-width-source: userset; mso-width-alt: 2084" width=57><TBODY><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: transparent; WIDTH: 43pt; HEIGHT: 15pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=20 width=57 align=right>172942</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=20 align=right>100656</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=20 align=right>100747</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=20 align=right>3043</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=20 align=right>42414</TD></TR></TBODY></TABLE>
I need to be able to break it down... for instance lets take the first & fourth times represented above, they should come out looking like below
17:29:42 (HH:MM:SS)
00:30:43 (HH:MM:SS)
I have thousands of rows... so if I dont have to add anything, that would be GREAT!
thanks in advance!!
JOE
I am pulling information as a download into Excel 2010... Unfortunately the time portion of my download doesn't come through formatted. . . I was hoping someone can help me out with a formula that can pull pieces of the time, so I can get them separated and then concatenate.
time is formatted as military time, which I am fine with...
Below are a few examples of how the time is coming through
<TABLE style="WIDTH: 43pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=57><COLGROUP><COL style="WIDTH: 43pt; mso-width-source: userset; mso-width-alt: 2084" width=57><TBODY><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: transparent; WIDTH: 43pt; HEIGHT: 15pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=20 width=57 align=right>172942</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=20 align=right>100656</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=20 align=right>100747</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=20 align=right>3043</TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #d4d0c8; BORDER-LEFT: #d4d0c8; BACKGROUND-COLOR: transparent; HEIGHT: 15pt; BORDER-TOP: #d4d0c8; BORDER-RIGHT: #d4d0c8" height=20 align=right>42414</TD></TR></TBODY></TABLE>
I need to be able to break it down... for instance lets take the first & fourth times represented above, they should come out looking like below
17:29:42 (HH:MM:SS)
00:30:43 (HH:MM:SS)
I have thousands of rows... so if I dont have to add anything, that would be GREAT!
thanks in advance!!
JOE