+ Reply to Thread
Results 1 to 4 of 4

Lookup and refer to smallest amount in a table of data

  1. #1
    Registered User
    Join Date
    02-11-2011
    Location
    Vilnius, Lithuania
    MS-Off Ver
    Excel 2016
    Posts
    83

    Lookup and refer to smallest amount in a table of data

    Hello Friends, I don't know exactly how to put this in simple terms but I need a solution for:

    LETTER John Rick Jack Result
    A 5 4 3 Jack
    B 1 2 5 John
    C 3 8 4 John
    D 1 5 6 John

    Lets imagine this table shows how many A's, B's, C's and D's John, Rick and Jack has.
    I need to return person's name which has the smallest amount of each letter.
    I know how to find smallest number in an array (row) but how to return the name of person?
    Probably something to do with lookup and reference functions.

    Thank You in advance

  2. #2
    Forum Contributor
    Join Date
    02-07-2013
    Location
    Karachi, Pakistan
    MS-Off Ver
    Excel 2007
    Posts
    290

    Re: Lookup and refer to smallest amount in a table of data

    Hi,

    Try this:

    =INDEX($B$1:$D$1,MATCH(MIN(B2:D2),B2:D2,0))

    Assumed B1:D1 as headers, and data starts from row 2

    Blessing
    Khalid

  3. #3
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: Lookup and refer to smallest amount in a table of data

    Here!

    =INDEX($A$1:$C$1,MATCH(MIN(A2:C2),A2:C2,0))

    Change the range as required.
    Cheers!
    Deep Dave

  4. #4
    Registered User
    Join Date
    02-11-2011
    Location
    Vilnius, Lithuania
    MS-Off Ver
    Excel 2016
    Posts
    83

    Re: Lookup and refer to smallest amount in a table of data

    Thank You!!! Works

+ 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] Lookup smallest value
    By wannabeexcelguy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-07-2015, 07:07 PM
  2. Table amount instead off pivot table amount in the slicer
    By sportfan in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-30-2015, 09:07 AM
  3. Updating data table breaks formulas that refer to it
    By holmes123 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 12-09-2014, 01:22 PM
  4. [SOLVED] Formula to extract top largest to smallest amount based on 3 criterias
    By aurisab in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-26-2013, 08:05 AM
  5. [SOLVED] Pulling the smallest amount from HLOOKUP
    By jgregory43 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-04-2012, 03:57 PM
  6. Replies: 0
    Last Post: 11-23-2011, 04:40 PM
  7. Replies: 6
    Last Post: 08-26-2009, 03:17 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