Hi!
The "simple" way:
In B2 enter this formula:
=ABS(A2-AVERAGE(A$2:A$11))+ROW(A2)/10^10
Copy down to B11
In C2 enter this formula:
=INDEX(A$2:A$11,MATCH(SMALL(B$2:B$11,ROW(A1)),B$2:B$11,0))
Copy down to C4.
The "complex" way:
Enter this formula as an array using the key combo of CTRL,SHIFT,ENTER:
=INDEX(A$2:A$11,MATCH(SMALL(ABS(A$2:A$11-AVERAGE(A$2:A$11))+ROW(A$2:A$11)/10^10,ROW(A1)),ABS(A$2:A$11-AVERAGE(A$2:A$11))+ROW(A$2:A$11)/10^10,0))
Copy down to a total of 3 cells.
Biff
"sroehl" <sroehl.1waxea_1128301506.9557@excelforum-nospam.com> wrote in
message news:sroehl.1waxea_1128301506.9557@excelforum-nospam.com...
>
> Very new to working with formulas so here goes: If I have the average
> of 10 numbers, cells A2-A11, is there a formula that will give me the 3
> numbers closest to the average?
>
>
> --
> sroehl
> ------------------------------------------------------------------------
> sroehl's Profile:
> http://www.excelforum.com/member.php...o&userid=21773
> View this thread: http://www.excelforum.com/showthread...hreadid=472481
>
Bookmarks