+ Reply to Thread
Results 1 to 3 of 3

[solved] find max and display corresponding cell

  1. #1
    Forum Contributor
    Join Date
    01-06-2011
    Location
    cleveland
    MS-Off Ver
    Excel 2007
    Posts
    225

    [solved] find max and display corresponding cell

    excel 2007

    column UP i have a list of numbers. i need to find the highest number in that and display the text in column A of that row. i can do all of these separately but i am struggling to bring them together in one statement. any help would be much appreciated
    Last edited by kamelkid2; 03-04-2011 at 02:26 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: find max and display corresponding cell

    Column UP? Okay, for column U for example;

    =INDEX($A:$A,MATCH(MAX($U:$U),$U:$U,0))

    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    01-06-2011
    Location
    cleveland
    MS-Off Ver
    Excel 2007
    Posts
    225

    Re: find max and display corresponding cell

    Quote Originally Posted by ChemistB View Post
    Column UP? Okay, for column U for example;

    =INDEX($A:$A,MATCH(MAX($U:$U),$U:$U,0))

    Does that work for you?
    lol no it is column UP (this program is very very large but is still quite fast on a below average computer. today i have found a few ways to improve efficiency and remove many of the helper columns i have but it will only be maybe 100 or so columns

    however =INDEX($A:$A,MATCH(MAX($UP:$UP),$UP:$UP,0)) works beautifully thank you for your time

+ 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