+ Reply to Thread
Results 1 to 3 of 3

List with prices and suppliers sorted by lowest price and which supplier has it

  1. #1
    Registered User
    Join Date
    10-31-2017
    Location
    Netherlands
    MS-Off Ver
    2010
    Posts
    3

    List with prices and suppliers sorted by lowest price and which supplier has it

    I have a list with items in the rows, suppliers email me their prices which I then paste in the columns.

    I want to know which supplier gives me the lowest price for an item without having to look at all the prices in the row. First I sorted horizontally, but I cannot do this for the entire list
    since it wil sort the prices, but not the supplier name, since that is different each time.

    I then added a new colum and used the formula MIN, now at least I can see the lowest prices, but I would love to have a formula to also show me the name of the supplier beloning to that prices. (supplier names are all in row 1).
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: List with prices and suppliers sorted by lowest price and which supplier has it

    Try this in H2:

    =INDEX(C$1:E$1,MATCH(G2,C2:E2,0))

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,858

    Re: List with prices and suppliers sorted by lowest price and which supplier has it

    In column H, put this and copy down

    =INDEX($C$1:$E$1,MATCH(G2,C2:E2,FALSE))

    EDIT: 63Falcondude types faster
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ 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: 01-22-2018, 11:57 AM
  2. Replies: 1
    Last Post: 10-07-2016, 02:16 PM
  3. Replies: 2
    Last Post: 02-18-2014, 08:18 PM
  4. How to automate weekly price updates from diff. suppliers into 1 price comparison sheet
    By blindside21 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-09-2014, 02:24 PM
  5. Return the lowest price and supplier
    By Xhelp in forum Excel General
    Replies: 2
    Last Post: 10-25-2011, 04:10 AM
  6. Populate shirt costs from suppliers price list?
    By malform in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-12-2010, 04:25 PM
  7. finding lowest cost from supplier list
    By jimbokeep in forum Excel General
    Replies: 4
    Last Post: 08-05-2010, 06:03 AM

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