Hi all
Here is my question. I have an hourly met data including temperature and many other parameters for whole year. I have to find the maximum daily temperature. The problem is that i have random number of observations each day. Someday i have 18 observations, someday 24 while others 15 etc.
A typical example of data is like this; in Column A (Red) is Date/Time, in B (Black) is the TMP observation.
1/1/2009 1:00 25
1/1/2009 2:00 34
1/1/2009 3:00 24
1/1/2009 7:00 25
1/1/2009 12:00 24
1/1/2009 13:00 21
1/1/2009 17:00 14
1/1/2009 19:00 15
1/1/2009 23:00 54
1/2/2009 3:00 32
1/2/2009 4:00 32
1/2/2009 10:0042
1/2/2009 12:00 52
1/2/2009 13:0013
1/2/2009 14:00 13
1/3/2009 6:00 31
1/3/2009 7:00 13
1/3/2009 13:00 45
Any kind of help in finding technique for finding Max daily TMP (i mean either macro or "dragging" and not one by one) would be appreciated.
Peace.
Here is my question. I have an hourly met data including temperature and many other parameters for whole year. I have to find the maximum daily temperature. The problem is that i have random number of observations each day. Someday i have 18 observations, someday 24 while others 15 etc.
A typical example of data is like this; in Column A (Red) is Date/Time, in B (Black) is the TMP observation.
1/1/2009 1:00 25
1/1/2009 2:00 34
1/1/2009 3:00 24
1/1/2009 7:00 25
1/1/2009 12:00 24
1/1/2009 13:00 21
1/1/2009 17:00 14
1/1/2009 19:00 15
1/1/2009 23:00 54
1/2/2009 3:00 32
1/2/2009 4:00 32
1/2/2009 10:0042
1/2/2009 12:00 52
1/2/2009 13:0013
1/2/2009 14:00 13
1/3/2009 6:00 31
1/3/2009 7:00 13
1/3/2009 13:00 45
Any kind of help in finding technique for finding Max daily TMP (i mean either macro or "dragging" and not one by one) would be appreciated.
Peace.