#1   Report Post  
vnsrod2000
 
Posts: n/a
Default Logical Function

I want just one formula to calculate employee bonuses given the following
three scenarios:
1) If Gross Profit is under 250,000, no bonus
2) If GP is between 250,000 and 750,000, bonus is 3% of GP minus 250,000
3) If GP is 750,000 or more, bonus is 3% of total GP

In cell A1, I will be inputing the employees GP.
In cell A2, I want the bonus amount to be calculated.

So far, I have the following formulas which calculate scenarios 1/2 and 3
respectively, but I don't know how to combine them:
=IF(D29<250000,0,0.03*(D29-250000))
=IF(D29=750000,0.03*D29)

Thanks for your help!!
  #2   Report Post  
CLR
 
Posts: n/a
Default

=IF(D29<250000,0,IF(D29<750000,0.03*(D29-250000),0.03*D29))


Vaya con Dios,
Chuck, CABGx3


"vnsrod2000" wrote in message
...
I want just one formula to calculate employee bonuses given the following
three scenarios:
1) If Gross Profit is under 250,000, no bonus
2) If GP is between 250,000 and 750,000, bonus is 3% of GP minus 250,000
3) If GP is 750,000 or more, bonus is 3% of total GP

In cell A1, I will be inputing the employees GP.
In cell A2, I want the bonus amount to be calculated.

So far, I have the following formulas which calculate scenarios 1/2 and 3
respectively, but I don't know how to combine them:
=IF(D29<250000,0,0.03*(D29-250000))
=IF(D29=750000,0.03*D29)

Thanks for your help!!



  #3   Report Post  
vnsrod2000
 
Posts: n/a
Default

Works perfectly, thanks!

"CLR" wrote:

=IF(D29<250000,0,IF(D29<750000,0.03*(D29-250000),0.03*D29))


Vaya con Dios,
Chuck, CABGx3


"vnsrod2000" wrote in message
...
I want just one formula to calculate employee bonuses given the following
three scenarios:
1) If Gross Profit is under 250,000, no bonus
2) If GP is between 250,000 and 750,000, bonus is 3% of GP minus 250,000
3) If GP is 750,000 or more, bonus is 3% of total GP

In cell A1, I will be inputing the employees GP.
In cell A2, I want the bonus amount to be calculated.

So far, I have the following formulas which calculate scenarios 1/2 and 3
respectively, but I don't know how to combine them:
=IF(D29<250000,0,0.03*(D29-250000))
=IF(D29=750000,0.03*D29)

Thanks for your help!!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trim function doesn't clean out ASCII Code 160 (Space) Ronald Dodge Excel Worksheet Functions 6 January 27th 05 03:48 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
using logical functions as criteria with the SUMIF function pfdubz Excel Worksheet Functions 6 December 1st 04 07:40 PM
change function variable prompts?? thinkingfield Excel Worksheet Functions 1 November 8th 04 04:01 PM
Counting Function Dilemma Simon Lloyd Excel Worksheet Functions 0 November 8th 04 03:13 PM


All times are GMT +1. The time now is 12:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"