+ Reply to Thread
Results 1 to 4 of 4

Formula Needed that will return a Supliers Lowest Total Price

  1. #1
    Registered User
    Join Date
    04-06-2008
    Location
    Birmingham
    Posts
    25

    Formula Needed that will return a Supliers Lowest Total Price

    Hi, Can anyone please help with the following problem?

    I'm trying to find a formula that will return the lowest total supplier price in the attached, but also ignores any total prices that are zero.. I have created a dummy sheet for demonstration purposes, which only contains 3 x supplier prices. In actual fact their are 10 suppliers, some them havent bidded, so "total price" in some instances is zero.

    I have entered the following array formula in Cell D10: {=MIN(IF(C7, E7, G7 <>0))}

    However, the result this formula is producing is £47,841.28 - which is wrong and is not the lowest total price. The lowest total price is contained in cell G7 £46,694.40.

    If anyone can help with this, I would be extremely grateful.

    Thanks in advance.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: Formula Needed that will return a Supliers Lowest Total Price

    Hello
    Try the following Array formula:

    Please Login or Register  to view this content.
    Hope this helps.
    DBY

  3. #3
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Formula Needed that will return a Supliers Lowest Total Price

    Try:

    =SMALL(C7:G7,COUNTIF(C7:G7,0)+1)

  4. #4
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Formula Needed that will return a Supliers Lowest Total Price

    Hi Lisa,

    Try using below array formula:-

    {=MIN(IF((C7:G7>0)*(ISNUMBER(C7:G7)),C7:G7,""))}

    see attached:- Find Lowest Total Price.xls


    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

+ 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