+ Reply to Thread
Results 1 to 7 of 7

Looking to return text from a cell based on a minimum value in a range...

  1. #1
    Registered User
    Join Date
    12-07-2012
    Location
    New Jersey
    MS-Off Ver
    Mac 2011
    Posts
    6

    Looking to return text from a cell based on a minimum value in a range...

    this is what I'm trying to do:
    search a row for a MINimum value; then return the contents of a cell (which is text) from the column where the minimum was found.
    I thought at first HLOOKUP would be it, but I guess that will only return numerical data.
    thanks for any help.
    -Cotter

  2. #2
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: Looking to return text from a cell based on a minimum value in a range...

    Hi Cotter,

    Welcome to the forum.

    This would require combining one or more functions. If you could upload a sample workbook someone will be able to resolve.

    To upload workbook, click on "Go Advanced" and select "Attachments"

    Thanks,
    If solved kindly remember to mark Thread as solved.
    Click the small star icon at the bottom left of my post if this was useful.

  3. #3
    Registered User
    Join Date
    12-07-2012
    Location
    New Jersey
    MS-Off Ver
    Mac 2011
    Posts
    6

    Re: Looking to return text from a cell based on a minimum value in a range...

    thanks for the response, I have attached a greatly simplified version of my worksheet, with explanation included.
    thanks again.
    Attached Files Attached Files

  4. #4
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Looking to return text from a cell based on a minimum value in a range...

    Hi Cotter

    Try: =INDEX(C3:H3,,MATCH(MIN(C6:H6),C6:H6,0))

  5. #5
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: Looking to return text from a cell based on a minimum value in a range...

    Use this in L3:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Hope this helps...

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

    Re: Looking to return text from a cell based on a minimum value in a range...

    write at L3
    =INDEX($C$3:$H$3;MATCH(MIN($C$6:$H$6);$C$6:$H$6;0))
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    12-07-2012
    Location
    New Jersey
    MS-Off Ver
    Mac 2011
    Posts
    6

    Re: Looking to return text from a cell based on a minimum value in a range...

    Thanks to all of you, that worked!!!
    -Cotter

+ 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