Manipulating Weather data again...
Manipulating Weather data again...
(OP)
I've got data in the following format:
Date Hour Temp
9/1/2003 100 59.8°F
9/2/2003 200 60.1°F
.
.
.
8/31/2004 2400 60.8°F
I need to get to the following format on a month by month basis:
January
Hour Average Temp
100 (average temp at hour 100)
200 (average temp at hour 200)
.
.
.
2400
Any help is appreciated.
Date Hour Temp
9/1/2003 100 59.8°F
9/2/2003 200 60.1°F
.
.
.
8/31/2004 2400 60.8°F
I need to get to the following format on a month by month basis:
January
Hour Average Temp
100 (average temp at hour 100)
200 (average temp at hour 200)
.
.
.
2400
Any help is appreciated.
RE: Manipulating Weather data again...
To make sure I still knew how to do this (it's been yearssince I did something similar) I set up a quick database. Too much to try and explain. If you could leave an email address I'd be happy to send the Excel file to you.
-InspEngr
RE: Manipulating Weather data again...
I would still like to see your spreadsheet to compare to.
Send to ahrpe@yahoo.com.
-ahramos