+ Reply to Thread
Results 1 to 6 of 6

Formula to return the lowest value in differents tables

  1. #1
    Registered User
    Join Date
    03-20-2015
    Location
    Montréal, Canada
    MS-Off Ver
    2013
    Posts
    27

    Formula to return the lowest value in differents tables

    Hi !

    I need to create a formula and I'm not sure which function would be best for that.

    Basically I have different tables with the same products, with prices and other data (they are different suppliers).

    Now I would like to have a formula that will check for the lowest price (a column) for a specific product (a column as well, all the different tables have the same values in this column) in all the different tables and return a value (maybe the name of the table, but the lowest price itself might be quite easier).

    Which function would be best for this ?

    Thanks !
    Last edited by Keldion; 03-10-2016 at 06:46 PM.

  2. #2
    Registered User
    Join Date
    01-08-2014
    Location
    Missouri
    MS-Off Ver
    365
    Posts
    87

    Re: Formula to return the lowest value in differents tables

    How many tables are we talking about?

    I propose something like this:

    =MIN(INDEX(TABLE1,MATCH(PRODUCT,TABLE1)),INDEX(TABLE2,MATCH(PRODUCT,TABLE2)))

    See attached example (using named ranges)
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    03-20-2015
    Location
    Montréal, Canada
    MS-Off Ver
    2013
    Posts
    27

    Re: Formula to return the lowest value in differents tables

    We are talking about 15 tables >.<

    It works but the products are not in all the different tables and the formula fails when a product is missing in the listed tables...

    This idea is more complex that I though !

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,150

    Re: Formula to return the lowest value in differents tables

    Try this on the sample table posted by "eibi"

    =MIN(IFERROR(INDEX(Table1_Price,MATCH(Target_Product,Table1_Product,0)),10^6),IFERROR(INDEX(Table2_Price,MATCH(Target_Product,Table2_Product,0)),10^6),IFERROR(INDEX(Table3_Price,MATCH(Target_Product,Table3_Product,0)),10^6))

    but 15 tables could prove a challenge!

    Is there a possibility of equal prices?

    VBA might be the answer.

    A sample file would help.

  5. #5
    Registered User
    Join Date
    03-20-2015
    Location
    Montréal, Canada
    MS-Off Ver
    2013
    Posts
    27

    Re: Formula to return the lowest value in differents tables

    Chances of equal prices are very low and it's not really a concern anyway.

    Your proposition works John !! But it's indeed making the formula quite huge (5 lines).

    However I'm getting #VALUE! in some row for some reason...

    And I wonder if I want to bother with VBA :P
    Last edited by Keldion; 03-11-2016 at 02:48 PM. Reason: Removed the attachment.

  6. #6
    Registered User
    Join Date
    03-20-2015
    Location
    Montréal, Canada
    MS-Off Ver
    2013
    Posts
    27

    Re: Formula to return the lowest value in differents tables

    I found the problem of the #VALUE!

+ 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] Differents dates in differents sheets
    By luizmachado in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-30-2016, 12:57 PM
  2. Formula to Match a record from two tables and return its value
    By JamesGoulding85 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-16-2014, 09:03 AM
  3. [SOLVED] Formula to find lowest/highest value in a column and return value to that cell
    By maryren in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-25-2013, 11:21 AM
  4. Need a formula to return the last (i.e. lowest row) value entered into a table
    By ianpwilliams in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-26-2013, 04:39 AM
  5. [SOLVED] Formula Needed that will return a Supliers Lowest Total Price
    By LisaG in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-02-2012, 12:39 PM
  6. Replies: 1
    Last Post: 10-29-2010, 06:22 PM
  7. [SOLVED] Execl formula return the lowest value
    By Excel Lowest Value in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-25-2006, 09:30 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