+ Reply to Thread
Results 1 to 4 of 4

Searching applicable price based on various quantity

  1. #1
    Registered User
    Join Date
    12-23-2009
    Location
    Illinois, USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Searching applicable price based on various quantity

    I am having problem coming up with formula that can provide applicable price of a product based on various price break depending upon Min Qty. ordered. I have copied below an example depicting my issue. I don't know any formula to come up with applicable Price based on Qty. Ordered. e.g. in case of product A if Qty. ordered is 75,000 the applicable price would be $1.5 since this price is for Min Qty. 50,000 and less than 100,000 units where next price break $1.25 becomes applicable.


    Product Min Qty Price Qty. Ordered Applicable Price
    A 50,000.00 1.50 75000 1.5
    A 100,000.00 1.25 75000 1.5
    B 120,000.00 2.50 200000 2
    B 150,000.00 2.00 200000 2

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Searching applicable price based on various quantity

    Hi Umer,

    welcome to the forum. However ...

    Your post does not comply with Rule 5 of our Forum RULES. We have Seven question forums: Miscellaneous, General, Programming, Worksheet Functions, Charting, Excel 2007 Help and New Users. Please choose the appropriate forum, and post your question in ONLY one forum.

    I'll move this to Excel Worksheet Functions. For your next questions, please try to find the appropriate forum before you start a new thread.

    cheers

  3. #3
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Searching applicable price based on various quantity

    I think you have posted in the wrong forum. This should be in the General or Worksheet Function Forum, however . . .

    You need to create a properly structured look up table in order to match the Product type and find the nearest matching quantity that is less than or equal to the order quantity.

    =IF(INDEX(C7:F8,MATCH(A2,B7:B8,0),MATCH(B2,C6:F6,1))=0,"n/a",INDEX(C7:F8,MATCH(A2,B7:B8,0),MATCH(B2,C6:F6,1)))

    See attached.


    Edit: OOPS! Should've hit my refresh button before posting.
    Last edited by Palmetto; 12-25-2009 at 12:15 AM. Reason: Just saw Teylyn's admonishment to the OP to post in the correct forum.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  4. #4
    Registered User
    Join Date
    12-23-2009
    Location
    Illinois, USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Searching applicable price based on various quantity

    Thanks Palmetto,

    I am not too familiar with the website yet. Sorry for not assigning my posting proper forum..I am still learning to use this forum. I appreciate your quick response. I will give your solution a try....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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