+ Reply to Thread
Results 1 to 3 of 3

need help with excel formula to calculate based on cumulative

  1. #1
    Registered User
    Join Date
    08-16-2013
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    25

    Angry need help with excel formula to calculate based on cumulative

    Hi guys,

    I am hoping someone can help with an excel formula. I have the following example:

    if sum of records is under 1000 then multiple by 5%. If cumulative of values goes over 1000, it needs to multiply by 10.

    On row 3 below, the sum of 200+300+550 = 1050. So, I need a formula to split the 550 into 500*.05 and 50*.10 so the result will come up as 30.

    1)200, result 10
    2)300, result 15
    3)550, result 30
    4)400, result 40
    5)600, result 60

    Any easy way of doing this?

  2. #2
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Arrow Re: need help with excel formula to calculate based on cumulative


    Hi !

    As here it is the VBA forum, any VBA question ?

    No, so ask a moderator to move this thread to the appropriate Excel forum !

  3. #3
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: need help with excel formula to calculate based on cumulative

    Assuming your data starts in A1:
    =0.05*A1+0.05*MEDIAN(SUM($A$1:A1)-1000,0,A1)
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

+ 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. Replies: 3
    Last Post: 03-20-2018, 02:04 AM
  2. Calculate cumulative total based on given number in cell
    By channguyen in forum Excel General
    Replies: 5
    Last Post: 10-02-2015, 04:44 AM
  3. Replies: 6
    Last Post: 08-07-2013, 06:05 PM
  4. [SOLVED] Formula to calculate cumulative profit
    By bigband1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-02-2013, 06:49 AM
  5. Replies: 6
    Last Post: 04-10-2011, 01:34 PM
  6. Formula to calculate cumulative balance
    By cmefino in forum Excel General
    Replies: 1
    Last Post: 02-01-2011, 09:48 AM
  7. [SOLVED] Formula to calculate cumulative interest
    By mam in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-26-2006, 06:10 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