+ Reply to Thread
Results 1 to 6 of 6

Help Please ~ Formulas for Calculating Commission Prices ~ for many entries

Hybrid View

  1. #1
    Registered User
    Join Date
    06-08-2016
    Location
    USA
    MS-Off Ver
    2010
    Posts
    2

    Help Please ~ Formulas for Calculating Commission Prices ~ for many entries

    Hello .... and THANX in Advance

    I'am terrable at excel formula's, I would appreciate and Help here:

    Help Please ~ Formulas for Calculating Commission Prices ~ for many entries


    Domain Sale Price Commission
    $0 - $5,000 20% ( $15 minimum)
    $5,001 - $25,000 $1,000 + 15% of amount over $5,000
    $25,000 + $4,000 + 10% of amount over $25,000


    ******

    I know it is probably a simple formula to do, but my attempts, do not work correctly,

    tried to create ... formula in a single cell ....and can't figure out formula

    *********

    Again Thanx for any Help on this.

    akarr

  2. #2
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Help Please ~ Formulas for Calculating Commission Prices ~ for many entries

    Assuming the sale price is in A4:

    Formula: copy to clipboard
    =MAX(IF(A4>25000,4000+((A4-25000)*0.1),IF(A4>5000,1000+((A4-5000)*0.15),A4*0.2)),15)


    you can just paste this in row 4 of the column you want the comission in and then drag up or down to expand the formula
    Please help by:

    Marking threads as closed once your issue is resolved. How? The Thread Tools at the top
    Any reputation (*) points appreciated. Not just by me, but by all those helping, so if you found someone's input useful, please take a second to click the * at the bottom left to let them know

    There are 10 kinds of people in this world... those who understand binary, and those who don't.

  3. #3
    Forum Expert Greg M's Avatar
    Join Date
    08-16-2007
    Location
    Dublin. Ireland
    MS-Off Ver
    Office 2016
    Posts
    4,641

    Re: Help Please ~ Formulas for Calculating Commission Prices ~ for many entries

    Hi there,

    Alternatively, if the Sale Price is in Cell B3, use:

    
    =IF(B3 <= 75,  15,  IF(B3 <= 5000,  B3 * 20%,  IF(B3 <= 25000,  1000 + (B3 - 5000) * 15%,   4000 + (B3 - 25000) * 10%)))

    Hope this helps - please let me know how you get on.

    Regards,

    Greg M
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    06-08-2016
    Location
    USA
    MS-Off Ver
    2010
    Posts
    2

    Re: Help Please ~ Formulas for Calculating Commission Prices ~ for many entries

    Thank You ..... Arkadi & Greg

    Great Help .... and Fast Reply ....

    It would have taken me WEEEEEks ...of trial & error ....Mostly Error


    Both of you Have a Great Week and Great Day

    akarr

  5. #5
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Help Please ~ Formulas for Calculating Commission Prices ~ for many entries

    Lol akarr... happy to help
    Please remember to mark the thread as solved when you have a moment? Thanks!

  6. #6
    Forum Expert Greg M's Avatar
    Join Date
    08-16-2007
    Location
    Dublin. Ireland
    MS-Off Ver
    Office 2016
    Posts
    4,641

    Re: Help Please ~ Formulas for Calculating Commission Prices ~ for many entries

    Hi again,

    Many thanks for your feedback - glad I was able to help.

    Regards,

    Greg M

+ 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. Commission Calculating Formula HELP
    By borjasanz in forum Excel General
    Replies: 1
    Last Post: 02-18-2015, 11:39 PM
  2. Replies: 13
    Last Post: 11-10-2014, 11:46 PM
  3. IF/OR Formula for Calculating Commission
    By tig1142 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-06-2014, 10:03 AM
  4. Help!! If formulas for calculating commission payments
    By ALLYB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-16-2013, 08:14 AM
  5. Urgent Help required with Formulas for Calculating Commission
    By ALLYB in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-16-2013, 02:41 AM
  6. Calculating Accumulative Commission
    By outspokensa in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-12-2007, 04:01 AM
  7. Calculating Accumulative Commission
    By poshgaffer in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-30-2007, 02:49 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