+ Reply to Thread
Results 1 to 4 of 4

Retrieving data from a corresponding row from a different column

  1. #1
    Registered User
    Join Date
    08-03-2005
    Posts
    16

    Retrieving data from a corresponding row from a different column

    Hello everyone. I have a dilemna and I need some help.

    I have values in rows 1-100, and columns A-J
    I need to put, into A2, the name of the person who has donated the most money to my charity fund.
    What I currently need to do is have a fluctuating chart that constantly changes as I change the data.

    What I am looking for, is somthing like this
    Find the MAX(G:G)
    From that value, determine the row which it is in.
    From that specific row, retrieve the value from column A in there

    I am trying to do something like...
    A3 Formula: Column A of ROW(MAX(G:G))
    Of course we all know that doesnt work, which is why I am here
    Any help?

  2. #2
    Peo Sjoblom
    Guest

    Re: Retrieving data from a corresponding row from a different column

    INDEX(Range_with_names,MATCH(MAX(Money_range),Money_Range,0))

    what about a tie, the above will return the first occurrence of max, not a
    second or third o=if there are
    more than one

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "fluci" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello everyone. I have a dilemna and I need some help.
    >
    > I have values in rows 1-100, and columns A-J
    > I need to put, into A2, the name of the person who has donated the most
    > money to my charity fund.
    > What I currently need to do is have a fluctuating chart that constantly
    > changes as I change the data.
    >
    > What I am looking for, is somthing like this
    > Find the MAX(G:G)
    > From that value, determine the row which it is in.
    > From that specific row, retrieve the value from column A in there
    >
    > I am trying to do something like...
    > A3 Formula: Column A of ROW(MAX(G:G))
    > Of course we all know that doesnt work, which is why I am here
    > Any help?
    >
    >
    > --
    > fluci
    > ------------------------------------------------------------------------
    > fluci's Profile:
    > http://www.excelforum.com/member.php...o&userid=25896
    > View this thread: http://www.excelforum.com/showthread...hreadid=479325
    >



  3. #3
    Registered User
    Join Date
    08-03-2005
    Posts
    16
    um...
    Not too sure I understand that
    And yes, there is only one max

  4. #4
    Registered User
    Join Date
    08-03-2005
    Posts
    16
    anyone please?

+ 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