+ Reply to Thread
Results 1 to 3 of 3

Formula For Price Breaks on Volume

  1. #1
    Registered User
    Join Date
    07-13-2018
    Location
    Houston
    MS-Off Ver
    Office 365
    Posts
    16

    Formula For Price Breaks on Volume

    Hey so I need a formula that gives price breaks as the amount input increases. So there's a box you input and amount. This amount correlates with a price. So if i'ts between 0-200 its 6$ it its 201-500 its 5$ then if its between 501-1000 it's 4$. Can someone help me with this. Thanks!!

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: Formula For Price Breaks on Volume

    Try this:

    =LOOKUP(A1,{0,201,501},{6,5,4})
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Valued Forum Contributor jtakw's Avatar
    Join Date
    05-05-2018
    Location
    CA, USA
    MS-Off Ver
    2016
    Posts
    668

    Re: Formula For Price Breaks on Volume

    Hi,

    Two ways:

    You can "hard-code" the levels in the formula as in my sample C2.

    Or, use a Table as in my formula in my sample B2, using E2:G4 as the Table, when the levels changes in the future, just change the values in the Table without needing to update the formulas.

    Assumes anything 501 and over is $4 (including over 1000).

    Excel 2016 (Windows) 64 bit
    A
    B
    C
    D
    E
    F
    G
    1
    Amount
    520
    520
    Volumne Price
    2
    Price
    4
    4
    0
    200
    6
    3
    201
    500
    5
    4
    501
    1000
    4
    Sheet: Sheet33

    Excel 2016 (Windows) 64 bit
    B
    C
    2
    =LOOKUP(B1,$E$2:$E$4,$G$2:$G$4)
    =LOOKUP(C1,{0,201,501},{6,5,4})
    Sheet: Sheet33

+ 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. Volume Price Mix Calculation
    By Drewftaylor in forum Excel General
    Replies: 1
    Last Post: 11-15-2016, 12:39 PM
  2. Does anyone have models for price/volume variance
    By ammartino44 in forum Excel General
    Replies: 1
    Last Post: 03-27-2014, 01:16 PM
  3. Comparative chart for volume and price
    By Aman Bains in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 12-06-2013, 04:50 PM
  4. adjusting a price based on volume
    By kwkness in forum Excel General
    Replies: 6
    Last Post: 06-17-2013, 03:53 AM
  5. price breaks based on volume and a threshold
    By sallan in forum Excel General
    Replies: 2
    Last Post: 05-22-2013, 01:46 PM
  6. Replies: 4
    Last Post: 08-15-2012, 09:49 AM
  7. [SOLVED] calculate/convert volume price to monthly average price
    By Bultgren in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-14-2006, 05:40 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