+ Reply to Thread
Results 1 to 3 of 3

Variable discount rate

Hybrid View

SyntaxSimon Variable discount rate 12-20-2014, 06:17 PM
dedevagilijus Re: Variable discount rate 12-20-2014, 06:30 PM
SyntaxSimon Re: Variable discount rate 12-20-2014, 07:26 PM
  1. #1
    Registered User
    Join Date
    12-20-2014
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    10

    Unhappy Variable discount rate

    Hello all,

    I'm pretty new to excel and have a few areas I need some help in.

    I'm trying to calculate the cost of data transfer dependent on size using IF statements preferably in a single cell. These numbers aren't exact as I don't have the details to hand but you get the picture.

    Every package will cost a minimum of £16 for initial upload and transfer up to 5GB. Above 5GB I want to charge the initial upload minimum of £16 plus £0.50 for every additional GB up to 50GB. Above 50GB again the initial charge of £16 plus £0.25 for every GB up to 100GB. Any transfer over 100GB will be a fixed cost of £100.

    Rates and range
    0 - 5 = £16
    5 - 50 = £0.50
    50 - 100 - £0.25
    >100 = £100

    Example
    25GB
    5GB Initial upload and transfer = £16
    20GB Remaining multiplied by £0.50 = £10
    Cost = £26

    I would be very grateful for some help.

  2. #2
    Registered User
    Join Date
    12-20-2014
    Location
    Lithuania
    MS-Off Ver
    2013
    Posts
    5

    Re: Variable discount rate

    (Take in note x = A1 or any other cell, which contains data transfer value)
    IF( x > 100; 100; ( IF( x <= 5; 16; IF( x <= 50; 16+(x-5)*0.5; 16+(x-5)*0.25) ) ) )

  3. #3
    Registered User
    Join Date
    12-20-2014
    Location
    London, England
    MS-Off Ver
    2007
    Posts
    10

    Re: Variable discount rate

    Thanks for your help. Much appreciated.

+ 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. Variable Discount
    By wilfreddie in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-25-2012, 01:31 PM
  2. Negative discount rate
    By zinseszins in forum Excel General
    Replies: 4
    Last Post: 04-18-2012, 12:37 PM
  3. Calculation Discounted Amount base on Discount Rate
    By Kenji in forum Excel General
    Replies: 1
    Last Post: 03-17-2010, 10:03 PM
  4. Solving for discount rate in present value calculation
    By scott.siegler@gmail.com in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-05-2006, 12:10 PM
  5. Discount rate - what to use?
    By tiger1969 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-07-2005, 12:05 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