+ Reply to Thread
Results 1 to 8 of 8

Building a commission spreadsheet

  1. #1
    Registered User
    Join Date
    08-16-2017
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    5

    Building a commission spreadsheet

    Hi All,

    Relatively beginner level with Excel but I've been tasked with creating a spreadsheet to track and calculate sales commission at my work.

    It's a tiered commission with the below structure based on monthly billings:

    £0-£4000 = 0%
    £4,001-£15,000 = 20%
    £15,001+ = 30%

    Does anyone have any tips on how's best to go about creating the formula's to calculate this - I've checked a few different places and they seems to suggest an IF or VLOOKUP but not sure what's best.

    Help is much appreciated!

    Thanks

  2. #2
    Valued Forum Contributor
    Join Date
    07-10-2017
    Location
    Toronto, Ontario
    MS-Off Ver
    Excel 2013
    Posts
    430

    Re: Building a commission spreadsheet

    If your sales are set up in column "A" and you want your commissions to appear in column "B", you could paste this into cell "B2" and copy down (see attached).
    Please Login or Register  to view this content.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    08-16-2017
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Building a commission spreadsheet

    Thanks for your help but it's not quite what I need.

    The structure is that you receive no commission on the first £4000 you earn, 20% between £4000-£15000 and over £15000 is 30%.

    For example if someone billed £20,000, they'd earn:

    £0-£4000 = £0
    £4000-£15000 (20%) = £2200
    £15000-£20000 (30%) = £1500

    This is where I was having the difficulty in creating the right nested IF's!

  4. #4
    Valued Forum Contributor
    Join Date
    07-10-2017
    Location
    Toronto, Ontario
    MS-Off Ver
    Excel 2013
    Posts
    430

    Re: Building a commission spreadsheet

    Ah I misunderstood sorry that's a little trickier but should be doable

  5. #5
    Valued Forum Contributor
    Join Date
    07-10-2017
    Location
    Toronto, Ontario
    MS-Off Ver
    Excel 2013
    Posts
    430

    Re: Building a commission spreadsheet

    You could try this
    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    08-16-2017
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Building a commission spreadsheet

    Perfect - thanks for your help!

  7. #7
    Registered User
    Join Date
    08-16-2017
    Location
    New Delhi
    MS-Off Ver
    2013
    Posts
    1

    Re: Building a commission spreadsheet

    =if(and(a2>0,a2<=4000),(a2*0/100),if(and(a2>4000,a2<=15000),(a2*20/100),if(a2>15000,(a2*30/100),)))

  8. #8
    Valued Forum Contributor
    Join Date
    07-10-2017
    Location
    Toronto, Ontario
    MS-Off Ver
    Excel 2013
    Posts
    430

    Re: Building a commission spreadsheet

    You're welcome

+ 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. [SOLVED] Commission Payment Spreadsheet
    By trickeyd93 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-15-2017, 03:27 AM
  2. Replies: 2
    Last Post: 09-11-2016, 12:52 PM
  3. Commission Calculation Spreadsheet
    By LMiller639 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-10-2014, 01:00 PM
  4. Need help building a commission sheet
    By redcougar78 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2013, 09:32 AM
  5. Building an EVE Online Spreadsheet of my own
    By Fraser_01 in forum Excel General
    Replies: 9
    Last Post: 03-18-2012, 12:36 AM
  6. [SOLVED] Commission Spreadsheet Help
    By abturbo in forum Excel General
    Replies: 3
    Last Post: 07-12-2006, 10:10 PM
  7. commission spreadsheet
    By Jen in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-09-2005, 02:05 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