+ Reply to Thread
Results 1 to 7 of 7

Advanced Tiered Pricing

Hybrid View

civik Advanced Tiered Pricing 04-16-2009, 04:39 PM
DonkeyOte Re: Advanced Tiered Pricing 04-16-2009, 05:07 PM
Ron Coderre Re: Advanced Tiered Pricing 04-16-2009, 06:44 PM
civik Re: Advanced Tiered Pricing 04-17-2009, 11:25 AM
jonasfeeley Re: Advanced Tiered Pricing 11-10-2015, 11:02 AM
newdoverman Re: Advanced Tiered Pricing 11-10-2015, 11:14 AM
jonasfeeley Re: Advanced Tiered Pricing 11-10-2015, 11:24 AM
  1. #1
    Registered User
    Join Date
    04-16-2009
    Location
    Minneapolis, Minnesota
    MS-Off Ver
    Excel 2003
    Posts
    2

    Advanced Tiered Pricing

    I've been banging my head on the wall with the best way to accomplish a tiered pricing model in Excel, but I need a slight variation.

    I can use the SUMPRODUCT function to create the calculation, as explained here: http://mcgimpsey.com/excel/variablerate.html

    1-20 units = 12$
    21-40 units = 10$
    41-60 units = 7.50$

    Value in A1 = 32

    1-20 = 20 units @ 12$
    21-40 = 12 units @10$
    41-60 = 0 units @ 7.50

    This method works great! ... HOWEVER... I want to be able to put in another value besides the total units that represent how many units in to BEGIN at. (B1) Example:

    Value in A1 = 32
    Value in B1 = 10

    1-20 = 10 units @ 12$
    21-40 = 20 units @ 10$
    41-60 = 2 units @ 7.50$

    My end goal is to create a sheet for helping customers with pricing, when they already have credit for previous purchases.

    Any ideas?
    Thanks!
    Last edited by civik; 04-16-2009 at 04:43 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Advanced Tiered Pricing

    I guess you could calc the combined and then subsequently remove the value of B1 ?

    =SUMPRODUCT(--(SUM(A1:B1)>{0,20,40}),SUM(A1:B1)-{0,20,40},{12,-2,-2.5})-SUMPRODUCT(--(B1>{0,20,40}),B1-{0,20,40},{12,-2,-2.5})

  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Advanced Tiered Pricing

    Here's one approach:
    =SUMPRODUCT((A1>IF(B1,B1*{0;1;1}+{0;0;20},{0;20;40}))*(A1-IF(B1,B1*{0;1;1}+
    {0;0;20},{0;20;40}))*{12;-2;-2.5})
    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  4. #4
    Registered User
    Join Date
    04-16-2009
    Location
    Minneapolis, Minnesota
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Advanced Tiered Pricing

    Thanks! Both of these seemed to do what I want. Cheers!

  5. #5
    Registered User
    Join Date
    11-10-2015
    Location
    sarasota
    MS-Off Ver
    2016
    Posts
    3

    Re: Advanced Tiered Pricing

    can you build me a tiered pricing calculator in excel?
    basically, I need something where I can experiment, say 50 terminals total, and then I can set up 1-10 = 100%
    11 - 20 = 75%
    etc.
    it should be non-regressive
    and tell me total revenue, revenue per % tier and NET % discount rate

    but I need to be able to adjust seat & percentage numbers

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Advanced Tiered Pricing

    Welcome to the forum.
    You should start a thread of your own stating the problem clearly. What you have done is known as Hijacking a thread and this is a very old thread anyway and is against the rules of the forum specifically rule #2.

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  7. #7
    Registered User
    Join Date
    11-10-2015
    Location
    sarasota
    MS-Off Ver
    2016
    Posts
    3

    Re: Advanced Tiered Pricing

    rgr I created a new thread.

    thank you

+ 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