+ Reply to Thread
Results 1 to 6 of 6

Find Lowest Value from row and match value with header name

  1. #1
    Forum Contributor
    Join Date
    09-25-2018
    Location
    Grimsby, UK
    MS-Off Ver
    365
    Posts
    148

    Find Lowest Value from row and match value with header name

    Hi all,

    I have a table with list of items in the right column and a list of vendors in the top row I then have a price for each item from each vendor. In the last column I want the name of the cheapest vendor. If possible more than one vendor has the same price I would like both of them to appear in the last column (although this isn't as important).

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Find Lowest Value from row and match value with header name

    Hi,

    This will return the lowest and the next lowest.

    =INDEX($C$5:$F$5,1,MATCH(SMALL(C6:F6,1),C6:F6,FALSE))&" - "&INDEX($C$5:$F$5,1,MATCH(SMALL(C6:F6,2),C6:F6,FALSE))
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Contributor
    Join Date
    09-25-2018
    Location
    Grimsby, UK
    MS-Off Ver
    365
    Posts
    148

    Re: Find Lowest Value from row and match value with header name

    Thanks! I was trying Hlookup and all sorts!

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Find Lowest Value from row and match value with header name

    Please try

    =TEXTJOIN(", ",,FILTER($C$5:$F$5,C6:F6=MIN(C6:F6)))
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    09-25-2018
    Location
    Grimsby, UK
    MS-Off Ver
    365
    Posts
    148

    Re: Find Lowest Value from row and match value with header name

    Wow!! that is brilliant. Thank you so much!!!

  6. #6
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,401

    Re: Find Lowest Value from row and match value with header name

    Cell G6 formula , Drag down

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

+ 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. Replies: 3
    Last Post: 06-13-2020, 10:28 PM
  2. [SOLVED] Find First Match in Range Return Header Value
    By MRozell in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-29-2020, 06:54 AM
  3. [SOLVED] Find Match or Next Lowest Number In Descending Column of Numbers
    By skywriter in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-07-2015, 11:24 PM
  4. Using Index / Match / Mini to find three lowest values in a row.
    By Ross83 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-22-2014, 06:02 AM
  5. Replies: 5
    Last Post: 02-13-2014, 05:37 PM
  6. [SOLVED] Find lowest score and match to person from list
    By jndipworm in forum Excel General
    Replies: 5
    Last Post: 08-09-2012, 07:25 AM
  7. Find Lowest Time, Match with Column Heading
    By nadler1744 in forum Excel General
    Replies: 1
    Last Post: 07-08-2009, 01:17 AM

Tags for this Thread

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