+ Reply to Thread
Results 1 to 4 of 4

List question

  1. #1
    computerguy
    Guest

    List question

    I have a list of 4 numbers. I would like to return the cell references of
    the two largest values in the list. Can someone give me an Excel formula to
    do that?

    TIA,
    GB



  2. #2
    Bob Phillips
    Guest

    Re: List question

    =ADDRESS(MATCH(MAX(A1:A4),A1:A4,0),COLUMN(A1:A4))

    and

    =ADDRESS(MATCH(LARGE(A1:A4,2),A1:A4,0),COLUMN(A1:A4))

    --

    HTH

    Bob Phillips

    (replace xxxx in the email address with gmail if mailing direct)

    "computerguy" <[email protected]> wrote in message
    news:[email protected]...
    > I have a list of 4 numbers. I would like to return the cell references of
    > the two largest values in the list. Can someone give me an Excel formula

    to
    > do that?
    >
    > TIA,
    > GB
    >
    >




  3. #3
    RagDyeR
    Guest

    Re: List question

    If your list was in A1 to A4, this will return the row number of the largest
    value.
    Copy down to return the row of the second largest:

    =MATCH(LARGE($A$1:$A$4,ROW(A1)),$A$1:$A$4,0)

    Is that what you're looking for?
    --

    HTH,

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



    "computerguy" <[email protected]> wrote in message
    news:[email protected]...
    I have a list of 4 numbers. I would like to return the cell references of
    the two largest values in the list. Can someone give me an Excel formula to
    do that?

    TIA,
    GB




  4. #4
    computerguy
    Guest

    Re: List question

    Thanks, it worked.

    -GB

    "RagDyeR" <[email protected]> wrote in message
    news:[email protected]...
    > If your list was in A1 to A4, this will return the row number of the

    largest
    > value.
    > Copy down to return the row of the second largest:
    >
    > =MATCH(LARGE($A$1:$A$4,ROW(A1)),$A$1:$A$4,0)
    >
    > Is that what you're looking for?
    > --
    >
    > HTH,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    >
    >
    > "computerguy" <[email protected]> wrote in message
    > news:[email protected]...
    > I have a list of 4 numbers. I would like to return the cell references of
    > the two largest values in the list. Can someone give me an Excel formula

    to
    > do that?
    >
    > TIA,
    > GB
    >
    >
    >




+ 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