+ Reply to Thread
Results 1 to 3 of 3

IF Function for calculating Sales Incentive

  1. #1
    Registered User
    Join Date
    11-08-2014
    Location
    Guwahati, India
    MS-Off Ver
    2010
    Posts
    20

    Question IF Function for calculating Sales Incentive

    Kindly help me out in creating the formula with IF function in calculating the sales incentive for different percentages of achivement against target set. I have uploaded the worksheet and requires the formula for coloumn D. The range of rates per car has been provided along with the worksheet.
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: IF Function for calculating Sales Incentive

    Several ways of accomplishing this and personally a nested IF statement would be the last I'd use.

    The below in D5:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    And this in E5:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Would do what you need.

    Or, the attachment uses an INDEX/MATCH lookup and a slightly amended version of your lookup table to do the same job.
    Personally I prefer this approach as if you need to amend the incentives in the future it can be easier to amend the table than the formula.

    Hope that helps

    BSB
    Attached Files Attached Files

  3. #3
    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,178

    Re: IF Function for calculating Sales Incentive

    Another variation..

    =IFERROR(VLOOKUP($C$5,$B$9:$C$13,2,1),0)
    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. calculating incentive fees
    By OmarHamza in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-23-2016, 07:54 AM
  2. [SOLVED] Calculating Range with IF formula for Incentive Calculation
    By kishoresp in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-11-2013, 01:45 AM
  3. [SOLVED] Need help in calculating sales tax
    By DickJ in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-18-2012, 06:10 PM
  4. Calculating a Sales Bonus When the Bonus Rate Changes as Sales Change
    By daydreamz in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-04-2012, 11:52 AM
  5. Exponential decreasing function - incentive model
    By Cavendish in forum Excel General
    Replies: 1
    Last Post: 04-27-2011, 11:58 AM
  6. Replies: 2
    Last Post: 07-21-2010, 12:54 PM
  7. Calculating Retail Price And Sales Tax Using The Round Function
    By ExcelTip in forum Tips and Tutorials
    Replies: 0
    Last Post: 07-10-2005, 01:25 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