+ Reply to Thread
Results 1 to 4 of 4

Extract 1st and 2nd minimum numbers from a column

  1. #1
    Registered User
    Join Date
    01-29-2007
    Location
    Dobson, NC
    MS-Off Ver
    2000
    Posts
    24

    Extract 1st and 2nd minimum numbers from a column

    I have attempted to extract the 1st and 2nd minimum numbers from the same column. Can do the first with MIN() but I cannot solve for the 2nd min. and output into separate cells.

    Excel 2000

    Example:
    Column A1:A6 with nums 3,4,4,5,6,4, 3 and 4 into cells A7 and A8
    Column B1:B6 with nums 4,3,6,6,3,4 3 and 3 into cells B7 and B8

    Any help would be appreciated.

    Bob

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Extract 1st and 2nd minimum numbers from a column

    Try this one.

    a7=small(a1:a6,1)

    a8=small(a1:a6,2)
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    01-29-2007
    Location
    Dobson, NC
    MS-Off Ver
    2000
    Posts
    24

    Re: Extract 1st and 2nd minimum numbers from a column

    That works great. Your language may not be English but you are quite fluent in Excel. Thank you for the help.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Extract 1st and 2nd minimum numbers from a column

    Thanks for the reply (and compliment).

    Glad i could help.

    If your question is solved, will you mark it as solved?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1