+ Reply to Thread
Results 1 to 2 of 2

Commission Structure Formula Issue

  1. #1
    Registered User
    Join Date
    04-27-2017
    Location
    Salt Lake City, UT
    MS-Off Ver
    2016
    Posts
    1

    Commission Structure Formula Issue

    Hey all,

    I'm working on a commission structure formula that's a flat-fee dollar amount rather than a percentage. Basically, I'm having trouble with the if/and statements.

    You'd put in the sale price, the percentage the agent is taking (i.e. 2.5%), and then a fee field would calculate how much in fees the agent owes based on this structure:

    0 - 249,999 = $395
    250,000 - 499,999 = $595
    500,000 -749,999 = $795
    750,000 - 999,999 = $995
    1,000,000 - 1,249,999 = $1195
    1,250,000 - 1,499,999 = $1395
    1,500,000 - 1,749,999 = $1595
    1,750,000 - 1,999,999 = $1795
    2,000,000 - 2,249,999 = $1995
    2,250,000 - 2,499,999 = $2195
    2,500,000 - 2,749,999 = $2395

    I've got the IF statements down, but I'm having trouble adding in the AND as well as including the math for the dollar amount to be deducted from the total gross commission.

    So it'd go as follows:

    A1: Purchase Price ($350,000)
    A2: Agent Commission Percentage (2.5%)
    A3: Total Gross Commission ($8,750.00)
    A4: Net Commission Minus Fee ($8750.00 - $595 fee = $8155)

    Essentially, our admin should be able to put in purchase price and percentage and get the net commission amount to cut the check for. I just can't seem to get the AND statements down with the single dollar amount.

    Any help or tips would be appreciated!

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,175

    Re: Commission Structure Formula Issue

    In A4

    =A3-VLOOKUP(A1,C1:E11,3,1)

    A1:C11 contains commission table

    See attached.
    Attached Files Attached Files

+ 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. Formula(s) needed for Tiered Commission structure
    By Charly6s in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-03-2016, 09:53 PM
  2. [SOLVED] Teird commission structure formula
    By ashdel in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-13-2013, 01:56 AM
  3. [SOLVED] Formula for sales commission structure
    By arkadd61 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 01-03-2013, 01:57 PM
  4. Formula for sales commission structure
    By arkadd61 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-03-2013, 11:11 AM
  5. Excel 2007 : Commission Structure Formula
    By mgale in forum Excel General
    Replies: 3
    Last Post: 11-23-2010, 02:58 PM
  6. Commission Structure Formula
    By Spac3Monkey in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-29-2009, 06:22 PM
  7. commission structure formula
    By birdoo2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-17-2008, 08: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