+ Reply to Thread
Results 1 to 3 of 3

Range vs. lowest #, 2nd lowest #, 3rd lowest #, etc

Hybrid View

  1. #1
    jwebb
    Guest

    Range vs. lowest #, 2nd lowest #, 3rd lowest #, etc

    I have a range of numbers that span from A1-E1. I would
    like for F1 to show the lowest number in the span (min),
    G1 to show the 2nd lowest number, H1 to show the 3rd
    lowest, etc.

    TFTH,
    Jay

  2. #2
    Bob Phillips
    Guest

    Re: Range vs. lowest #, 2nd lowest #, 3rd lowest #, etc

    =SMALL($A$1:$E$1,COLUMN(A1))

    and copy across

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "jwebb" <anonymous@discussions.microsoft.com> wrote in message
    news:5df701c524a3$1a6764e0$a601280a@phx.gbl...
    > I have a range of numbers that span from A1-E1. I would
    > like for F1 to show the lowest number in the span (min),
    > G1 to show the 2nd lowest number, H1 to show the 3rd
    > lowest, etc.
    >
    > TFTH,
    > Jay




  3. #3
    RagDyeR
    Guest

    Re: Range vs. lowest #, 2nd lowest #, 3rd lowest #, etc

    Enter this in F1, and drag across to copy:

    =SMALL($A$1:$E$1,COLUMN(A1))
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "jwebb" <anonymous@discussions.microsoft.com> wrote in message
    news:5df701c524a3$1a6764e0$a601280a@phx.gbl...
    I have a range of numbers that span from A1-E1. I would
    like for F1 to show the lowest number in the span (min),
    G1 to show the 2nd lowest number, H1 to show the 3rd
    lowest, etc.

    TFTH,
    Jay



+ 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