+ Reply to Thread
Results 1 to 6 of 6

Returning Header from Minimum Value

  1. #1
    Registered User
    Join Date
    08-05-2014
    Location
    Luton, England
    MS-Off Ver
    2013 Standard
    Posts
    3

    Returning Header from Minimum Value

    Hi There.

    I have created a worksheet with headers on each column each has different and used the =MIN function to find the lowest value. All good so far.... Now instead of returning the value I would like it to return the header text.

    For Example.

    Four columns Tom Paul Harry Bob

    Tom has a value of 10 in the cell below.

    Paul has a value of 5 in the cell below. and so on with Harry and Bob

    Using the =MIN(A3:D3) I get the lowest value (in this case)5. I want to the returned value as Paul instead of 5. Is this possible and if could someone tell me how to achieve this.

    Many thanks

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Returning Header from Minimum Value

    Please post the excel file, without confidential information.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Valued Forum Contributor TheCman81's Avatar
    Join Date
    11-06-2012
    Location
    Edinburgh, UK
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013
    Posts
    346

    Re: Returning Header from Minimum Value

    You can use the below

    Please note, if the min value appears more than once then this will return the first instance of it

    Headers are A1:D1

    =INDEX($A$1:$D$1,MATCH(MIN(A2:D2),A2:D2,0))
    Excel Guru in the making

    <----------If the question has been answered to your satisfication please click the Add Repuation star to the left

  4. #4
    Registered User
    Join Date
    08-05-2014
    Location
    Luton, England
    MS-Off Ver
    2013 Standard
    Posts
    3

    Thumbs up Re: Returning Header from Minimum Value

    Perfect! Thank you

  5. #5
    Valued Forum Contributor TheCman81's Avatar
    Join Date
    11-06-2012
    Location
    Edinburgh, UK
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013
    Posts
    346

    Re: Returning Header from Minimum Value

    Glad to help

  6. #6
    Registered User
    Join Date
    08-05-2014
    Location
    Luton, England
    MS-Off Ver
    2013 Standard
    Posts
    3

    Re: Returning Header from Minimum Value

    Sorry, Can you tell me how to get the =MIN function to ignore nil values?

    Many thanks

  7. #7
    Valued Forum Contributor TheCman81's Avatar
    Join Date
    11-06-2012
    Location
    Edinburgh, UK
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013
    Posts
    346

    Re: Returning Header from Minimum Value

    You would have to use an array formula entered with Ctrl Shift Enter

    =INDEX($A$1:$D$1,MATCH(MIN(IF(A2:D2<>0,A2:D2)),A2:D2,0))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Formula for returning minimum value of a cell range >0
    By meecheeda in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-07-2014, 12:35 PM
  2. [SOLVED] Find the Minimum Value in a row with header
    By mk_santhosh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-23-2014, 11:33 AM
  3. Returning minimum valu without duplicates
    By ARayburn in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-22-2013, 01:51 AM
  4. [SOLVED] return of row and column header for a minimum value af an array
    By keuninkske in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-15-2013, 04:09 AM
  5. return of row and column header for a minimum value af an array
    By keuninkske in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-14-2013, 06:47 PM

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