J
JRod
I have a list of data that measures deviation from a starting value
throughout the day on 15 minute intervals. I need to separate the data in
that daily range and copy into another sheet.
The data looks like this:
7/26/2006 4:15 3
7/26/2006 4:30 -4
7/26/2006 5:00 4
7/26/2006 7:45 6
7/26/2006 12:00 17
7/26/2006 15:15 29
7/26/2006 19:15 53
7/26/2006 19:45 59
7/26/2006 22:30 56
7/26/2006 23:00 44
7/26/2006 23:30 52
7/26/2006 23:45 44
7/27/2006 3:00 50
7/27/2006 3:45 56
7/27/2006 4:00 -5
7/27/2006 4:45 -11
7/27/2006 5:15 -11
7/27/2006 6:00 5
I need to pull data from each day starting at 4:00 through 3:45 the next
day, placing the data into rows, not columns with a new row for each day. I
have no idea where to start.
throughout the day on 15 minute intervals. I need to separate the data in
that daily range and copy into another sheet.
The data looks like this:
7/26/2006 4:15 3
7/26/2006 4:30 -4
7/26/2006 5:00 4
7/26/2006 7:45 6
7/26/2006 12:00 17
7/26/2006 15:15 29
7/26/2006 19:15 53
7/26/2006 19:45 59
7/26/2006 22:30 56
7/26/2006 23:00 44
7/26/2006 23:30 52
7/26/2006 23:45 44
7/27/2006 3:00 50
7/27/2006 3:45 56
7/27/2006 4:00 -5
7/27/2006 4:45 -11
7/27/2006 5:15 -11
7/27/2006 6:00 5
I need to pull data from each day starting at 4:00 through 3:45 the next
day, placing the data into rows, not columns with a new row for each day. I
have no idea where to start.