+ Reply to Thread
Results 1 to 6 of 6

Find the two lovest values

Hybrid View

  1. #1
    OM
    Guest

    Find the two lovest values

    Hi, I am trying to make Excel find the two lovest values in a range off
    numbers.
    I can use the =MIN() for the lovest, but how about the next lovest ?

    /Ole/

  2. #2
    Dodo
    Guest

    Re: Find the two lovest values

    "=?Utf-8?B?T00=?=" <OM@discussions.microsoft.com> wrote in news:D903DF2B-
    7EF7-4F51-A289-BB82D02C292F@microsoft.com:

    > Hi, I am trying to make Excel find the two lovest values in a range off
    > numbers.
    > I can use the =MIN() for the lovest, but how about the next lovest ?
    >


    Use SMALL


    --

    It is I, DeauDeau
    (Free after monsieur Leclerc in 'Allo, 'allo)

  3. #3
    Max
    Guest

    Re: Find the two lovest values

    One way ..

    Assume A1:A10 contains 10 different numbers

    Put in B1: =SMALL($A$1:$A$10,ROWS($A$1:A10))
    Copy B1 down to B10

    B1:B10 will return a full ascending sort of what's in A1:A10
    i.e. the smallest number in B1, the 2nd smallest in B2 and so on ..
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "OM" <OM@discussions.microsoft.com> wrote in message
    news:D903DF2B-7EF7-4F51-A289-BB82D02C292F@microsoft.com...
    > Hi, I am trying to make Excel find the two lovest values in a range off
    > numbers.
    > I can use the =MIN() for the lovest, but how about the next lovest ?
    >
    > /Ole/




  4. #4
    Max
    Guest

    Re: Find the two lovest values

    Pasted the wrong formula, sorry:

    Line:
    > Put in B1: =SMALL($A$1:$A$10,ROWS($A$1:A10))


    should read:
    Put in B1: =SMALL($A$1:$A$10,ROWS($A$1:A1))

    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



  5. #5
    OM
    Guest

    RE: Find the two lovest values

    Thank you, works fine.

    /Ole/

    "OM" wrote:

    > Hi, I am trying to make Excel find the two lovest values in a range off
    > numbers.
    > I can use the =MIN() for the lovest, but how about the next lovest ?
    >
    > /Ole/


  6. #6
    Max
    Guest

    Re: Find the two lovest values

    You're welcome !
    Glad to hear that ..
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "OM" <OM@discussions.microsoft.com> wrote in message
    news:833DE838-E253-4F34-92E3-560FF11CCAB9@microsoft.com...
    > Thank you, works fine.
    >
    > /Ole/




+ 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