I have a large amount of data that I need to try to manipulate. I have a spreadsheet that shows quarter hour times so ideally it would look like the following:
A1 B1
0 to 14 00:04:30
15 to 29 00:02:45
30 to 44 00:05:00
45 to 59 00:01:25
0 to 14 00:02:30
15 to 29 00:06:45
30 to 44 00:08:00
45 to 59 00:02:25
and so on for the rest of the 22 hours that are left in the day.
The above is listed for each 24 hour time period for any given day. The problem is that the report that this is exported out of (crystal reports) does not display any quarter hour that may have a zero for any quarter hour, so if say the quarter hour for the first hour of the day 15 to 29 is zero it will look like this(missing the "15 to 29" time period in the first hour):
A1 B1
0 to 14 00:04:30
30 to 44 00:05:00
45 to 59 00:01:25
0 to 14 00:02:30
15 to 29 00:06:45
30 to 44 00:08:00
45 to 59 00:02:25
Is there way to go through the spreadsheet and insert the one that is missing in the string and add a 00:00:00 after it?
I hope i explained this well enough. Thank you for any help or suggestions.
Paul
A1 B1
0 to 14 00:04:30
15 to 29 00:02:45
30 to 44 00:05:00
45 to 59 00:01:25
0 to 14 00:02:30
15 to 29 00:06:45
30 to 44 00:08:00
45 to 59 00:02:25
and so on for the rest of the 22 hours that are left in the day.
The above is listed for each 24 hour time period for any given day. The problem is that the report that this is exported out of (crystal reports) does not display any quarter hour that may have a zero for any quarter hour, so if say the quarter hour for the first hour of the day 15 to 29 is zero it will look like this(missing the "15 to 29" time period in the first hour):
A1 B1
0 to 14 00:04:30
30 to 44 00:05:00
45 to 59 00:01:25
0 to 14 00:02:30
15 to 29 00:06:45
30 to 44 00:08:00
45 to 59 00:02:25
Is there way to go through the spreadsheet and insert the one that is missing in the string and add a 00:00:00 after it?
I hope i explained this well enough. Thank you for any help or suggestions.
Paul