+ Reply to Thread
Results 1 to 2 of 2

Different calculation value based on passing a total value

  1. #1
    Registered User
    Join Date
    07-14-2014
    Location
    Marbella, Spain
    MS-Off Ver
    2010
    Posts
    1

    Different calculation value based on passing a total value

    Hi

    I am trying to calculate the expense per mile for each journey, whilst all the while totalling total mileage. When the total reaches over 10,000 miles there is a different rate that is paid. I can do this where as soon as it tips over 10000 the new row in excel starts to calculate at the new rate, but the point it crosses needs to allow for 2 calculations - one at pre 10k miles and other at post 10k miles.

    E.g. I have total of 9990 miles and do 20 miles. 10 miles should be calculated at pre rate 10 miles at post rate.

    Any ideas how I can do this?

    Thanks!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    10-26-2008
    Location
    Birmingham, UK
    MS-Off Ver
    All versions up to 2010
    Posts
    1,025

    Re: Different calculation value based on passing a total value

    Hi
    Try this formula in cel G10 of your example and copy down.

    =IF(E10<=10000,D10*0.45,IF(E10>10000,(10000*0.45+((E10-10000)*0.25))))

    Good luck.
    Tony

+ 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. how to work out rate based on total time and total amount
    By lisaathers in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-09-2013, 06:44 AM
  2. [SOLVED] Conditional statement calculation based on result of previous calculation.(Need some help)
    By takeprofit in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-01-2012, 01:45 AM
  3. Excel 2007 : Using Grand Total in a calculation
    By AJS777 in forum Excel General
    Replies: 0
    Last Post: 10-25-2011, 04:54 AM
  4. Total Time Calculation
    By acastell in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-30-2011, 06:47 PM
  5. Calculation help from average total
    By Middlemix in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-16-2006, 09:30 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