+ Reply to Thread
Results 1 to 2 of 2

Value in cell adjacent to max of column

  1. #1
    Registered User
    Join Date
    05-26-2006
    Posts
    2

    Value in cell adjacent to max of column

    I want to be able to grab a value in a row adjacent to the maximum of another column. If the maximum value of column C was in row 30, I want to be able to return the value of cell A30.

    Any help would be greatly appreciated.

  2. #2
    Hans Knudsen
    Guest

    Re: Value in cell adjacent to max of column

    =INDEX($A$1:$A$40,MATCH(MAX($C$1:$C$40),$C$1:$C$40,0)) entered as array formula (hold down Ctrl and Shift while pressing Enter).

    Regards
    Hans


    "dauclair" <[email protected]> skrev i en meddelelse
    news:[email protected]...
    >
    > I want to be able to grab a value in a row adjacent to the maximum of
    > another column. If the maximum value of column C was in row 30, I want
    > to be able to return the value of cell A30.
    >
    > Any help would be greatly appreciated.
    >
    >
    > --
    > dauclair
    > ------------------------------------------------------------------------
    > dauclair's Profile: http://www.excelforum.com/member.php...o&userid=34852
    > View this thread: http://www.excelforum.com/showthread...hreadid=545973
    >




+ 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