Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to list minimum 3 values from a row in Excel?

Status
Not open for further replies.

cboz

Technical User
Dec 24, 2002
42
US
I want the 3 minimum values from a row in Excel. Is there a formula to accomplish this?
 
Assuming your numbers in C2:N2, then if you actually want to display them all, select 3 cells eg A1:C1, type in the following formula:-

=SMALL(C2:N2,{1,2,3})

and then array enter it using CTRL+SHIFT+ENTER

Regards
Ken...................
 
Thanks. This solved my problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top