+ Reply to Thread
Results 1 to 3 of 3

Return Heading of Column with Maximum Value

  1. #1
    Registered User
    Join Date
    12-15-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1

    Return Heading of Column with Maximum Value

    Hi Everyone,

    I have this table:
    Please Login or Register  to view this content.
    Each intersection of rows and columns contains a number between 0-255.
    I want to type a row name such as H1 in the field named "Input", and to get the max value from that row in the field named "Value", and get the column header corresponding to that max value in the field named "Strong Units".

    Any help would be greatly appreciated.
    Attached Files Attached Files
    Last edited by eugp87; 12-15-2012 at 06:11 PM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Return Heading of Column with Maximum Value

    does this work?
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Return Heading of Column with Maximum Value

    write at B12
    =MAX(OFFSET($C$1;1;MATCH(B10;$D$1:$K$1;0);1000))
    copy to right
    1000 indicate sum rows assumption

+ 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