Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / August 2006

Tip: Looking for answers? Try searching our database.

find two (2) lowest values in a range (Excel)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bob in Carson - 15 Aug 2006 02:28 GMT
I want to be able to use Excel to find the two lowest of 7 values in a
non-contiguous range of cells.  I know how to use MIN to find the lowest, but
how to find the next lowest?
RagDyer - 15 Aug 2006 02:56 GMT
You could assign a name to your non-contiguous range, say "list" (no
quotes),
And then try this:

=SMALL(list,2)

OR
you could sort the range, descending, by copying this formula down:

=SMALL(list,ROW(A1))

Signature

HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

>I want to be able to use Excel to find the two lowest of 7 values in a
> non-contiguous range of cells.  I know how to use MIN to find the lowest,
> but
> how to find the next lowest?
MartinW - 15 Aug 2006 03:03 GMT
Hi Bob,

=SMALL(A1:A7,1) will return the lowest value
=SMALL(A1:A7,2) will return the second lowest value etc.

To handle the non contiguous part I think you need to put
in a helper column to make the range contiguous.

If you need the two values in the one cell you could use
a formula like
=SMALL(A1:A7,1)&"-"&SMALL(A1:A7,2)

HTH
Martin
Biff - 15 Aug 2006 04:24 GMT
Another one:

=SMALL((A$1,A$4,A$6,A$10,A$15,B$8,C$20),ROWS($1:1))

Copied down to give Small 2, Small 3,Small 4 etc.

Biff

>I want to be able to use Excel to find the two lowest of 7 values in a
> non-contiguous range of cells.  I know how to use MIN to find the lowest,
> but
> how to find the next lowest?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.