+ Reply to Thread
Results 1 to 4 of 4

Pricing calculation based on quantity packs

Hybrid View

  1. #1
    Registered User
    Join Date
    07-28-2015
    Location
    Adelaide
    MS-Off Ver
    Office 2013
    Posts
    1

    Pricing calculation based on quantity packs

    Hi everyone,

    I've been searching everywhere for a solution to this, but haven't had much luck yet. Am sure there is an easy solution.
    This is kind of like a reverse progressive pricing scenario.

    We purchase an IT product which is sold in a variety of license quantities packs. Example as follows:

    1 unit - $750
    10 pack $7200
    25 pack $17500
    50 pack $33500
    75 pack $42750

    I would like to build a calculator, where I can type in the exact quantity the client needs, and it will calculate the price, based on the "packs" above.

    So if a client needs 36 units, it would be 1 x 25 pack, 1 x 10 pack, 1 x 1 unit. total $25450.

    If a client needed 68 units, it would be 1 x 50 pack, 1 x 10 pack, 8 x 1 unit.

    Most of the calculations I've found online work progressively... E.g. For 36 units, it would do 9 units at the lowest price ($750), then 10 units at $720 ($7200/10), then 17 units at $700 (17500/25) giving a total of $25850.00.

    Hope someone out there can assist with this one!

    Cheers
    Aaron

  2. #2
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: Pricing calculation based on quantity packs

    Hi Aaron. Something like this should work.

    Basically a table of what you listed above (units & price), together with some ROUNDDOWN(Units required / size,0) functions should get what you want. The total price is then calculated using a SUMPRODUCT.
    Attached Files Attached Files

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Pricing calculation based on quantity packs

    Try this out:
    Attached Files Attached Files
    Last edited by Glenn Kennedy; 07-28-2015 at 02:46 AM.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Pricing calculation based on quantity packs

    OR,

    See the attached file! I have used a supporting table with LOOKUP function here.
    Attached Files Attached Files

+ 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. Calculation of incremental pricing
    By komododragon in forum Excel General
    Replies: 4
    Last Post: 04-29-2016, 12:37 PM
  2. 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
  3. Replies: 6
    Last Post: 09-17-2013, 08:57 PM
  4. Replies: 3
    Last Post: 02-08-2012, 02:44 AM
  5. Tiered Pricing Commission Calculation
    By kludge in forum Excel General
    Replies: 2
    Last Post: 04-13-2011, 06:10 PM
  6. Replies: 5
    Last Post: 11-23-2009, 06:24 PM
  7. Pricing Sheet - If xx quantity, use this price
    By Hendy_100 in forum Excel General
    Replies: 3
    Last Post: 10-31-2006, 05:46 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