+ Reply to Thread
Results 1 to 3 of 3

Tier pricing for data

  1. #1
    Registered User
    Join Date
    06-01-2018
    Location
    Lisbon
    MS-Off Ver
    2013
    Posts
    1

    Tier pricing for data

    Hello all,

    I'm driving crazy trying to calculate how much will my company pay for a service that charges a fixed amount per invoice plus a variable amount per amount of data. For the fixed amount it's fine, since it's an amount that will be automatically payed every year. For the variable amount, though, it's much more complicated.

    I have estimated the amount of data that we will be sending to this company per trimester. The pricing for this data from them is the following:

    - The first 100GB of data of every month are free.
    - From 101 to 2500 costs 10 EUR/GB - Tier 1
    - From 2501 to 5000 costs 7.5 EUR/GB - Tier 2
    - From 5001 to 10001 costs 5 EUR/GB - Tier 3
    - From 10001 to 25000 costs 2.5 EUR/GB - Tier 4
    - From 25001 to 50000 costs 1.5 EUR/GB - Tier 5
    - From 50000+ costs 1 EUR/GB - Tier 6

    My challenge here is the following: given the amount of data that I will upload every trimester, which I have disposed in an array, I want to know how much of it goes to each one of the tiers, taking into account that the tiers get reset to 0 every time a new invoice is payed (an invoice lasts 1 year). Once I know the amount of data that goes to every tier in each one of the trimesters, the rest is just multiplying it by the price of the tier.

    I tried first with IFs (I was using 6 or 7 in the same formula, did not work well), then with SUMPRODUCT for calculating the yearly costs and then do an average per trimester, but did not work well neither.

    Can anyone help me with this? Or suggest me the appropriate tool to use? Thank you very much.

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Tier pricing for data

    https://www.excelforum.com/excel-for...d-pricing.html
    Attached Files Attached Files
    Last edited by tim201110; 06-01-2018 at 09:41 AM.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,913

    Re: Tier pricing for data

    Or try:

    =SUMPRODUCT((A2>$H$4:$H$9)*(A2-$H$4:$H$9)*($I$4:$I$9-$I$3:$I$8))
    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. Tier pricing with few criteria to meet
    By Stephanie Tham in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-03-2018, 03:56 AM
  2. Tier pricing
    By cbolin in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-22-2017, 02:51 AM
  3. Replies: 0
    Last Post: 03-09-2016, 06:38 PM
  4. Tier Pricing help
    By xcllog in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-10-2015, 09:57 PM
  5. [SOLVED] Electirc Bill Formula with Tier based pricing help
    By hotzpacho in forum Excel General
    Replies: 4
    Last Post: 02-21-2015, 05:43 PM
  6. Aggregate User Counts and Pricing Tier Assistance
    By jjohnson985 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-15-2014, 02:58 PM
  7. tier pricing
    By billburr in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-26-2006, 02:20 AM

Tags for this Thread

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