ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Average of lowest 5 of 20 values? (https://www.excelbanter.com/excel-worksheet-functions/94340-average-lowest-5-20-values.html)

Fatfreek

Average of lowest 5 of 20 values?
 
The following are what golf handicappers call differential values. I've
listed 25 of them. To compute my golf score handicap I need to take the
average of the lowest 5 of the last 20 of these values, and multiply that by
0.96.
The way I see it, the lowest 5 are 5.55, 6.59, 6.59, 6.59, and 7.64. The
average of these 5 would be 6.6.
Any way I could use my Excel 2003 with some formula?

11.82
13.92
14.96
8.68
17.05
19.15
11.82
13.92
5.55
7.64
14.96
12.87
6.59
11.82
9.73
9.73
6.59
17.05
14.96
6.59
9.73
8.68
7.64
13.92
7.64

Len Miller
--
To email reply, eradicate all threes in my SPAM guarded address.



Peo Sjoblom

Average of lowest 5 of 20 values?
 
One possible way

=SUM(SMALL(A1:A20,{1,2,3,4,5}))/5

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"Fatfreek" wrote in message
...
The following are what golf handicappers call differential values. I've
listed 25 of them. To compute my golf score handicap I need to take the
average of the lowest 5 of the last 20 of these values, and multiply that
by
0.96.
The way I see it, the lowest 5 are 5.55, 6.59, 6.59, 6.59, and 7.64. The
average of these 5 would be 6.6.
Any way I could use my Excel 2003 with some formula?

11.82
13.92
14.96
8.68
17.05
19.15
11.82
13.92
5.55
7.64
14.96
12.87
6.59
11.82
9.73
9.73
6.59
17.05
14.96
6.59
9.73
8.68
7.64
13.92
7.64

Len Miller
--
To email reply, eradicate all threes in my SPAM guarded address.





Michael M

Average of lowest 5 of 20 values?
 
Hi
Try:

=AVERAGE(SMALL(A1:A25,{1,2,3,4,5}))

will do the trick

HTH
Michael M

"Fatfreek" wrote:

The following are what golf handicappers call differential values. I've
listed 25 of them. To compute my golf score handicap I need to take the
average of the lowest 5 of the last 20 of these values, and multiply that by
0.96.
The way I see it, the lowest 5 are 5.55, 6.59, 6.59, 6.59, and 7.64. The
average of these 5 would be 6.6.
Any way I could use my Excel 2003 with some formula?

11.82
13.92
14.96
8.68
17.05
19.15
11.82
13.92
5.55
7.64
14.96
12.87
6.59
11.82
9.73
9.73
6.59
17.05
14.96
6.59
9.73
8.68
7.64
13.92
7.64

Len Miller
--
To email reply, eradicate all threes in my SPAM guarded address.




Fatfreek

Average of lowest 5 of 20 values?
 
Peo,

Thanks very much. That works perfect.

Len

--
To email reply, eradicate all threes in my SPAM guarded address.
"Peo Sjoblom" wrote in message
...
One possible way

=SUM(SMALL(A1:A20,{1,2,3,4,5}))/5

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"Fatfreek" wrote in message
...
The following are what golf handicappers call differential values. I've
listed 25 of them. To compute my golf score handicap I need to take the
average of the lowest 5 of the last 20 of these values, and multiply

that
by
0.96.
The way I see it, the lowest 5 are 5.55, 6.59, 6.59, 6.59, and 7.64. The
average of these 5 would be 6.6.
Any way I could use my Excel 2003 with some formula?

11.82
13.92
14.96
8.68
17.05
19.15
11.82
13.92
5.55
7.64
14.96
12.87
6.59
11.82
9.73
9.73
6.59
17.05
14.96
6.59
9.73
8.68
7.64
13.92
7.64

Len Miller
--
To email reply, eradicate all threes in my SPAM guarded address.







Fatfreek

Average of lowest 5 of 20 values?
 
Michael,

I also tried your solution and it works. Thanks.

Len

--
To email reply, eradicate all threes in my SPAM guarded address.
"Michael M" wrote in message
...
Hi
Try:

=AVERAGE(SMALL(A1:A25,{1,2,3,4,5}))

will do the trick

HTH
Michael M

"Fatfreek" wrote:

The following are what golf handicappers call differential values. I've
listed 25 of them. To compute my golf score handicap I need to take the
average of the lowest 5 of the last 20 of these values, and multiply

that by
0.96.
The way I see it, the lowest 5 are 5.55, 6.59, 6.59, 6.59, and 7.64. The
average of these 5 would be 6.6.
Any way I could use my Excel 2003 with some formula?

11.82
13.92
14.96
8.68
17.05
19.15
11.82
13.92
5.55
7.64
14.96
12.87
6.59
11.82
9.73
9.73
6.59
17.05
14.96
6.59
9.73
8.68
7.64
13.92
7.64

Len Miller
--
To email reply, eradicate all threes in my SPAM guarded address.






Michael M

Average of lowest 5 of 20 values?
 
Thanks for the feedback, glad something met your needs

Regards
Michael M

"Michael M" wrote:

Hi
Try:

=AVERAGE(SMALL(A1:A25,{1,2,3,4,5}))

will do the trick

HTH
Michael M

"Fatfreek" wrote:

The following are what golf handicappers call differential values. I've
listed 25 of them. To compute my golf score handicap I need to take the
average of the lowest 5 of the last 20 of these values, and multiply that by
0.96.
The way I see it, the lowest 5 are 5.55, 6.59, 6.59, 6.59, and 7.64. The
average of these 5 would be 6.6.
Any way I could use my Excel 2003 with some formula?

11.82
13.92
14.96
8.68
17.05
19.15
11.82
13.92
5.55
7.64
14.96
12.87
6.59
11.82
9.73
9.73
6.59
17.05
14.96
6.59
9.73
8.68
7.64
13.92
7.64

Len Miller
--
To email reply, eradicate all threes in my SPAM guarded address.





All times are GMT +1. The time now is 12:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com