+ Reply to Thread
Results 1 to 5 of 5

Calculation of incremental pricing

  1. #1
    Registered User
    Join Date
    03-26-2021
    Location
    Singapore
    MS-Off Ver
    Office 365
    Posts
    3

    Calculation of incremental pricing

    Hi gurus,

    I'm tasked to do a workbook to facilitate the following:

    1. the initial price of unit is $1
    2. with every unit sold, the price increases by 0.0001%


    there's no cap on the amount of units to be sold, and the expected end result is that the user wants to know how many units can be bought if a payment of e.g. $1000 is paid, and what is the current selling price of the next available unit.

    can i check if this can be done in Excel? if so, may i ask how do i set up this table please?
    Attached Files Attached Files
    Last edited by jeremy_ljw; 03-26-2021 at 02:34 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Calculation of incremental pricing

    This sounds a lot like a homework assignment?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    03-26-2021
    Location
    Singapore
    MS-Off Ver
    Office 365
    Posts
    3

    Re: Calculation of incremental pricing

    Hi FDibbins,

    I got this question from a friend in his 40s, not sure if it's a homework assignment but I don't think he's studying.

    I've tried using goal seek, but the end result was a bit off. Hence, I'm here to ask and learn if there's any better way to get this done.

  4. #4
    Registered User
    Join Date
    03-26-2021
    Location
    Singapore
    MS-Off Ver
    Office 365
    Posts
    3

    Re: Calculation of incremental pricing

    Quote Originally Posted by FDibbins View Post
    This sounds a lot like a homework assignment?
    my apologies, realised i did not include the work book. i've attached the work book as well

  5. #5
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Calculation of incremental pricing

    Simply you just add another column c30:c1088 c30 contains 1 c31 contains c30+b31 and copy to the end units sold are =MATCH(B3,C30:C1088,1)

    price paid is =INDEX(C30:C1088,MATCH(B3,C30:C1088,1))

    although I am sure there is a formula for summing a multiplicative time series that will give you a more concise answer, you could google that

    you are also using 0.0001% in b2 = 0.000001 but in b31 you use 0.001% so terms are not consistent

    total price= units sold x first price x (1+(price increase* units sold/2)) as the first price is 1 I am ignoring it below!

    put B4+0.5*B2*B4^2 in a cell to solve, and determine the true value of b2 as you have been inconsistent

    goalseek this cell to equal 10000 by changing cell b4.
    Last edited by davsth; 03-26-2021 at 04:17 AM.

+ 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] Incremental Volume Pricing calculation
    By vinaytanna in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 06-08-2019, 06:17 AM
  2. Calculation of incremental pricing
    By komododragon in forum Excel General
    Replies: 4
    Last Post: 04-29-2016, 12:37 PM
  3. Pricing calculation based on quantity packs
    By dangergreen in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-28-2015, 03:17 AM
  4. automated price calculation with no. of user dependent pricing
    By dtcher2015 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-10-2015, 11:40 AM
  5. Replies: 1
    Last Post: 05-08-2012, 09:31 PM
  6. Incremental Points Calculation
    By james.kilgore in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-20-2011, 02:39 PM
  7. Tiered Pricing Commission Calculation
    By kludge in forum Excel General
    Replies: 2
    Last Post: 04-13-2011, 06:10 PM

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