+ Reply to Thread
Results 1 to 3 of 3

Progressive Tiered Pricing Help

  1. #1
    Registered User
    Join Date
    04-17-2019
    Location
    Washington, DC
    MS-Off Ver
    16.23
    Posts
    1

    Progressive Tiered Pricing Help

    Hi Everyone,

    I am trying to create a pricing table by year that shows incremental units purchased and their cost. As the individual purchases more units, the unit cost decreases. In the attached example, the first 100 units cost $450 (0-100 units), the next 100 cost $350 (101-200 units), the next 200 units cost $300 (201-400 units), the next 400 units cost $250 (401-800) and finally, 801+ units are $200.

    How can I fill in a table that dynamically shows the cost based on the incremental addition of units and show the costs by tranche?

    I've attached a file to illustrate the issue.

    Any help is appreciated.

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: Progressive Tiered Pricing Help

    i hve changed you pricing table and added an extra line for vlookup to work

    then added an if , to work in your tier table

    =IF(E$20<101,VLOOKUP(E$20,$B$3:$D$7,3,TRUE),"")

    all this does is bring the volume price - it does NOT multiple by the quantity actually ordered
    so if happy with the result, then just * volume

    =IF(E$20<101,VLOOKUP(E$20,$B$3:$D$7,3,TRUE),"") * E$20
    =IF(AND(E$20>100,E$20<201),VLOOKUP(E$20,$B$3:$D$7,3,TRUE),"")
    Attached Files Attached Files
    Last edited by etaf; 04-18-2019 at 01:55 AM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Progressive Tiered Pricing Help

    Try in "E22"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    copy paste across.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

+ 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] Tiered Pricing Help!
    By Ashley12120 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 11-30-2017, 11:10 AM
  2. Tiered Pricing
    By mohammadsameja in forum Excel General
    Replies: 18
    Last Post: 07-01-2017, 07:28 AM
  3. [SOLVED] Tiered Pricing
    By Juan Bakal in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-02-2017, 08:51 AM
  4. [SOLVED] Trying to add tiered pricing to a CSV
    By rbsteve in forum Excel General
    Replies: 8
    Last Post: 07-01-2015, 04:57 AM
  5. Tiered or Progressive non-linear price curve formula
    By kflorian in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-13-2013, 04:30 PM
  6. [SOLVED] Tiered Pricing
    By unpuertomex in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-27-2012, 09:32 PM
  7. Tiered pricing
    By jimbojones82 in forum Excel General
    Replies: 1
    Last Post: 07-24-2012, 09:25 AM

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