+ Reply to Thread
Results 1 to 2 of 2

profit percentage formula

  1. #1
    Registered User
    Join Date
    06-19-2013
    Location
    Missouri
    MS-Off Ver
    Excel 2003
    Posts
    1

    profit percentage formula

    I need a formula that will calculate a percentage of a number in a cell up to a certain amount, plus a different percentage of anything above that amount. Example, partners in a company split profit 3 ways. The first $11,500 will be split 45%, 30%, and 25%. Each partner will also receive 20% of any profit above $11,500. I need a formula that will calculate how much profit a partner has earned from the total profit. Can anyone help me? Thanks

  2. #2
    Valued Forum Contributor
    Join Date
    11-20-2012
    Location
    Seattle, WA USA
    MS-Off Ver
    Excel 2010
    Posts
    597

    Re: profit percentage formula

    profit percentage.xlsx

    so the logic is this, if Profit > 11500 then each partner gets their cut of 11500, other wise they get that percent of the profit
    +
    20% of Profit - 11500
    =
    Partner's profit
    so partner 1 @ 45%
    =IF(Profit>11500,11500*.45,Profit*.45)+IF(Profit>11500,(Profit-11500)*.20)=22875

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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