We have a worksheet with data collected every hour of every day for the last 6 years. The data collects a low value and a high value for each hour. We want to show the average for the 8 highest values each day and the average for the 8 lowest values for the day. And, then we need to show the difference between those 2 averages.
Date Hour Ending Low High
1/1/2003 100 $22.00 $25.00
1/1/2003 200 $22.00 $25.00
1/1/2003 300 $22.00 $25.00
Any ideas (not using code unless there is no other way)?