New Excel Forum

This forum has been moved to TeachExcel.com

Ask all future questions in the New Excel Forum.

ExcelKey

Need Help Creating a Bonus Formula On Excel

Formulas, Functions, Formatting, Charts, Data Analysis, etc.

Need Help Creating a Bonus Formula On Excel

Postby akeemceo » Mon Feb 29, 2016 11:55 am

Hello everyone, I'm very new to excel, the company I work with gave me the task to come up with a bonus structure for our team since I kept asking them about it. As a beginner I do not no where to start, but I saw the following Nested If and would like to know how I can put this together in an logical excel format. Respectfully


Nested If Statement! - Excel
Excel Forum
Thank you in advance for all your help!

I am looking for the correct setup of a nested if statement with 4-5 arguments

if sales reach a certain thershold 1% bounus

if sales increase 5% - 10% = 2% bonus

if sales increase 11%-15% = 3% bonus

and if sales increase 15% = 4% bonus

Thanks again for all the help!
  • 0

akeemceo
Rookie
 
Posts: 1
Joined: Feb 29, 2016
Reputation: 0
Excel Version: 16.0.6568.2025

Re: Need Help Creating a Bonus Formula On Excel

Postby pecoflyer » Mon Feb 29, 2016 12:33 pm

Suppose sales are in A2 and threshold in B2 the the percentage is returned by
Code: Select all
=IF(A2<B2;"";IF(A2=B2;0,01;MIN(0,04;(CEILING(A2/B2;0,05)-1)/5)))

I suppose you still have to multiply this percentage with another value to obtain the bonus, but I will leave that over to you
  • 0

You do not have the required permissions to view the files attached to this post.
A relevant topic title helps get faster and more answers
pecoflyer
Moderator
 
Posts: 1274
Joined: Jan 24, 2012
Location: Belgium
Reputation: 39
Excel Version: 2003/2007/2010

Re: Need Help Creating a Bonus Formula On Excel

Postby Kevin UK » Mon Feb 29, 2016 4:41 pm

As you are using the latest version of excel, use the new IFS function.
  • 0

Regards

Kevin
Kevin UK
Excel Master
 
Posts: 568
Joined: Jun 24, 2012
Reputation: 86
Excel Version: 2016


Return to General Excel Questions

Who is online

Users browsing this forum: No registered users and 113 guests

cron