Assuming your data is in A1:F1, select the 3 cells in which you want
the result to be displayed, then type either of
=LARGE(A1:F1,{1;2;3})
' or
=TRANSPOSE(LARGE(A1:F1,{1;2;3}))
If the three cells into which this formula will be entered are in a
single row spanning three columns, use the formula with TRANPOSE. If
the result cells are in one column spanning several rows, use the
formula without TRANSPOSE. After you have typed the formula, press
CTRL SHIFT ENTER rather than just ENTER.
Since this is an Array Formula, you *must* press CTRL SHIFT ENTER
rather than just ENTER when you first enter the formula
and whenever you edit it later. If you do this properly,
Excel will display the formula in the Formula Bar enclosed
in curly braces { }. (You do not type the curly braces -
Excel includes them automatically.) The formula will
not work properly if you do not use CTRL SHIFT ENTER. See
http://www.cpearson.com/excel/ArrayFormulas.aspx for lots
more information about array formulas.
Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)