Average daily highs/lows

rlwebb

New Member
Joined
May 12, 2006
Messages
6
Thanks to your all's help, I have made some great findings from my temperature information. Now, for more complete analysis, I would like to find two more things -- average daily high and low for a given month. That is, for each unique month/year combination, average the max point for each day. Note that this is different from averaging 29,30,or 31 of the maximum points for a given month -- two or three of the highest could be in the same day, but for each day we only want one max-point.
I have a feeling that this task will require some programming skill outside of the normal Excel functions. I don't know where to begin. Thanks very much.
2004-2005-Wet-Air.xls
ABCDEF
1HourDayYearMonthDate/TimeTemperature(*C)
219520031212/05/0319:00:00.03.69
320520031212/05/0320:00:00.02.51
421520031212/05/0321:00:00.02.21
522520031212/05/0322:00:00.01.62
623520031212/05/0323:00:00.01.32
70620031212/06/0300:00:00.01.32
81620031212/06/0301:00:00.01.02
92620031212/06/0302:00:00.00.72
103620031212/06/0303:00:00.00.72
114620031212/06/0304:00:00.00.72
125620031212/06/0305:00:00.00.42
136620031212/06/0306:00:00.00.42
147620031212/06/0307:00:00.00.42
158620031212/06/0308:00:00.00.42
169620031212/06/0309:00:00.00.72
1710620031212/06/0310:00:00.00.42
1811620031212/06/0311:00:00.01.32
1912620031212/06/0312:00:00.02.21
data
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
I would use a pivot table - it will summarise each by month, and do the averages for you.
 
Upvote 0
You're right! the pivot table gave me the maxes per day, all conveniently arranged by month (and year). And then copied this information into a normal spreadsheet and did the average function. So even though it is not a cut-n-dry formula, I still get my answers!
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,964
Members
452,371
Latest member
Frana

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top