+ Reply to Thread
Results 1 to 5 of 5

find lowest number?

  1. #1
    Registered User
    Join Date
    01-21-2008
    Posts
    3

    find lowest number?

    Hi.

    I have a problem i can't figure out a function that will find me a lowest number (look attached image) from C2 to F2 and return the dealers name in the first row to H2.
    Does anyone have a clue how to achieve this or is it even possible?
    Attached Images Attached Images

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    You mean?

    =Index(C1:F1,Match(Min(C2:F2),C2:F2,0))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-21-2008
    Posts
    3
    I tried to paste =Index(C1:F1,Match(Min(C2:F2),C2:F2,0)) in to excel, but it complains that the function is wrong and is highlighting: =Index(C1:F1,Match(Min(C2:F2),C2:F2,0))

    What's wrong?

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    That formula works for me but you may need ; instead of , for your version of excel, try

    =Index(C1:F1;Match(Min(C2:F2);C2:F2;0))

  5. #5
    Registered User
    Join Date
    01-21-2008
    Posts
    3
    Now it's working perfectly. Thanks to all who replied.

+ 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