+ Reply to Thread
Results 1 to 13 of 13

Tiered pricing/discount help

  1. #1
    Registered User
    Join Date
    04-07-2015
    Location
    California
    MS-Off Ver
    2011 (Mac)
    Posts
    6

    Tiered pricing/discount help

    I've spent about 4 hours now combing various resources to try to figure this out and nothing I've tried has worked yet (or the explanations have been so esoteric that I simply can't grasp them).

    My problem is this:

    I have a table with 12 columns, one for each month. Each month will have a quantity value. Based on the following tiered pricing table, I need to calculate the total (qty * price for each tier) for each month.

    Pricing tiers:
    2015-04-07_12-50-48.jpeg

    The key here is that I want to be able to show the calculated total for each tier (for each month). Here's an example of what I'm trying to fill out (I manually calculated the first column just for an example):

    2015-04-07_12-55-54.jpeg

    I started down a nested IF route, but that became unwieldy very quickly. Then I tinkered with VLOOKUP and ran into a dead end. I've been trying to get my head around SUMPRODUCT, but I can't seem to get anything to work properly.

    Any advice would be GREATLY appreciated. I would assume that this is SO COMMON yet, I cannot find good examples. And yes, I have read through http://mcgimpsey.com/excel/variablerate.html and it just didn't help me. I'm a visual guy and need an example that is specific to my need to be able to figure it out, unfortunately.

    Thanks!

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,453

    Re: Tiered pricing/discount help

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

  3. #3
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Tiered pricing/discount help

    Can you post a sample workbook that you screenshot?

    Also include an example that is hand typed if necessary to determine what it is you are trying to do.
    I think we can help, but I cant determine your bucketing really...
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  4. #4
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Tiered pricing/discount help

    I took a stab at it, although your bucketing is still unclear (10k-100k is the first bucket, but what about things UNDER 10k?!).

    Anyway, attached is fairly straightforward example. Also worth noting, I used CUMULATIVE tiered pricing, as you will see. So the 1M bucket can only have 500k in it, as the other 500k is in the buckets above.... I was not sure if that was what you wanted but it made the most sense to me.

    Tiered Pricing.xlsx

    Orange cells are input cells.
    Yellow cells are notes.
    Light Grey cells are just used for sanity check.
    Dark Grey are check cells, to validate everything is being accounted for.

  5. #5
    Registered User
    Join Date
    04-07-2015
    Location
    California
    MS-Off Ver
    2011 (Mac)
    Posts
    6

    Re: Tiered pricing/discount help

    Example.xlsx

    here's a mock-up of what I'm trying to accomplish

  6. #6
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Tiered pricing/discount help

    Quote Originally Posted by sbsyncro View Post
    Attachment 387838

    here's a mock-up of what I'm trying to accomplish
    Did you take a look at the example I provided for you?

  7. #7
    Registered User
    Join Date
    04-07-2015
    Location
    California
    MS-Off Ver
    2011 (Mac)
    Posts
    6

    Re: Tiered pricing/discount help

    Yes thanks.

    I'm trying to weed through it right now. It accomplishes what I'm trying to do, but I'm picking through and fixing each of the row/column references to get it to work in my spreadsheet.

  8. #8
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Tiered pricing/discount help

    Can you explain your example results?
    Entia non sunt multiplicanda sine necessitate

  9. #9
    Registered User
    Join Date
    04-07-2015
    Location
    California
    MS-Off Ver
    2011 (Mac)
    Posts
    6

    Re: Tiered pricing/discount help

    Quote Originally Posted by shg View Post
    Can you explain your example results?
    Argh. The numbers changed when I pasted it to a new spreadsheet for some reason. The total number was originally 390,000. But using $400,000 as in the example, it SHOULD have values of $9,000 and $21,000 in the following rows of the first column.

    With a base number of 400,000 records, I apply a rate of $0.00 to the first 10,000 records. Then for records 10,001 to 100,000 a rate of $0.10 is applied (90,000 x $0.10=$9,000), and the remaining 300,000 records are at a rate of $0.07 or $21,000 for a grand total of $30,000

    Sorry for the confusion.

  10. #10
    Registered User
    Join Date
    04-07-2015
    Location
    California
    MS-Off Ver
    2011 (Mac)
    Posts
    6

    Re: Tiered pricing/discount help

    Quote Originally Posted by mikeTRON View Post
    I took a stab at it, although your bucketing is still unclear (10k-100k is the first bucket, but what about things UNDER 10k?!).

    Anyway, attached is fairly straightforward example. Also worth noting, I used CUMULATIVE tiered pricing, as you will see. So the 1M bucket can only have 500k in it, as the other 500k is in the buckets above.... I was not sure if that was what you wanted but it made the most sense to me.

    Attachment 387837

    Orange cells are input cells.
    Yellow cells are notes.
    Light Grey cells are just used for sanity check.
    Dark Grey are check cells, to validate everything is being accounted for.
    Your assumptions were all correct. Thank you!

    I still find myself wondering if there is a more elegant way to do this using either VLOOKUP or SUMPRODUCT (or a combination of the two). But for now, I think I have something that works, thanks to your help. A thousand thanks!

    -Brent

  11. #11
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Tiered pricing/discount help

    Quote Originally Posted by sbsyncro View Post
    Your assumptions were all correct. Thank you!

    I still find myself wondering if there is a more elegant way to do this using either VLOOKUP or SUMPRODUCT (or a combination of the two). But for now, I think I have something that works, thanks to your help. A thousand thanks!

    -Brent
    Haha, yeah your "example" was garbage and misleading so I just tried it in the manner that I have dealt with this in the past (with discounted pricing based on quantity).
    Yeah I kept brainstorming for a simple solution but I figured an if statement was simple enough haha. You CAN use a clever array formula to calculate the total Sales dollars, but I prefer to calculate the quantity per bucket first, then simply apply the price to that as it is much easier to audit.

    If it is solved, can you mark the thread solved?

    Glad I could help!

  12. #12
    Registered User
    Join Date
    04-07-2015
    Location
    California
    MS-Off Ver
    2011 (Mac)
    Posts
    6

    Re: Tiered pricing/discount help

    How do I mark it as solved?

  13. #13
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,453

    Re: Tiered pricing/discount help

    See the FAQ

+ 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 prorata pricing
    By danndoll in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 11-25-2019, 12:29 PM
  2. Advanced Tiered Pricing
    By civik in forum Excel General
    Replies: 6
    Last Post: 11-10-2015, 11:24 AM
  3. Tiered Pricing Model
    By waltheaj in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-12-2013, 03:10 PM
  4. [SOLVED] Tiered Pricing
    By unpuertomex in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-27-2012, 09:32 PM
  5. Tiered pricing
    By jimbojones82 in forum Excel General
    Replies: 1
    Last Post: 07-24-2012, 09:25 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