#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Formulas

I'm working on a sales commissions template. The bonus structure is as
follows:
over 101% of budget but below 105% of budget, the rep receives a bonus of
1%. If the rep exceeds their budget by 105% and over, the rep receives a 2%
bonus. I've worked out the over 105% budget bonus structure but I'm having
troubles working out the "over 101% but below 105% budget" calculation. Any
help is appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default Formulas

=IF(AND(A11.01,A1<1.05),0.01,0.02)*A1


"Susy" wrote:

I'm working on a sales commissions template. The bonus structure is as
follows:
over 101% of budget but below 105% of budget, the rep receives a bonus of
1%. If the rep exceeds their budget by 105% and over, the rep receives a 2%
bonus. I've worked out the over 105% budget bonus structure but I'm having
troubles working out the "over 101% but below 105% budget" calculation. Any
help is appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Formulas

Awesome! Thank you so much!!!
:-)

"Teethless mama" wrote:

=IF(AND(A11.01,A1<1.05),0.01,0.02)*A1


"Susy" wrote:

I'm working on a sales commissions template. The bonus structure is as
follows:
over 101% of budget but below 105% of budget, the rep receives a bonus of
1%. If the rep exceeds their budget by 105% and over, the rep receives a 2%
bonus. I've worked out the over 105% budget bonus structure but I'm having
troubles working out the "over 101% but below 105% budget" calculation. Any
help is appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Formulas

Okay...i forgot to include an important variable. Below 101%, the rep is not
entitled to any bonus. If i use that formula when the rep is at 80% of
budget, a bonus is calculated...
So here's the bonus structu
Below 101% = no bonus
Between 101% and 105% = 1%
Above 105% = 2%.

Thanks!


"Susy" wrote:

Awesome! Thank you so much!!!
:-)

"Teethless mama" wrote:

=IF(AND(A11.01,A1<1.05),0.01,0.02)*A1


"Susy" wrote:

I'm working on a sales commissions template. The bonus structure is as
follows:
over 101% of budget but below 105% of budget, the rep receives a bonus of
1%. If the rep exceeds their budget by 105% and over, the rep receives a 2%
bonus. I've worked out the over 105% budget bonus structure but I'm having
troubles working out the "over 101% but below 105% budget" calculation. Any
help is appreciated.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 618
Default Formulas

=IF(A1<1.01,0,IF(A1<1.05,0.01,0.02))*A1
--
David Biddulph

"Susy" wrote in message
...
Okay...i forgot to include an important variable. Below 101%, the rep is
not
entitled to any bonus. If i use that formula when the rep is at 80% of
budget, a bonus is calculated...
So here's the bonus structu
Below 101% = no bonus
Between 101% and 105% = 1%
Above 105% = 2%.

Thanks!


"Susy" wrote:

Awesome! Thank you so much!!!
:-)

"Teethless mama" wrote:

=IF(AND(A11.01,A1<1.05),0.01,0.02)*A1


"Susy" wrote:

I'm working on a sales commissions template. The bonus structure is
as
follows:
over 101% of budget but below 105% of budget, the rep receives a
bonus of
1%. If the rep exceeds their budget by 105% and over, the rep
receives a 2%
bonus. I've worked out the over 105% budget bonus structure but I'm
having
troubles working out the "over 101% but below 105% budget"
calculation. Any
help is appreciated.





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Formulas

Excellent. Thanks so much!

"David Biddulph" wrote:

=IF(A1<1.01,0,IF(A1<1.05,0.01,0.02))*A1
--
David Biddulph

"Susy" wrote in message
...
Okay...i forgot to include an important variable. Below 101%, the rep is
not
entitled to any bonus. If i use that formula when the rep is at 80% of
budget, a bonus is calculated...
So here's the bonus structu
Below 101% = no bonus
Between 101% and 105% = 1%
Above 105% = 2%.

Thanks!


"Susy" wrote:

Awesome! Thank you so much!!!
:-)

"Teethless mama" wrote:

=IF(AND(A11.01,A1<1.05),0.01,0.02)*A1


"Susy" wrote:

I'm working on a sales commissions template. The bonus structure is
as
follows:
over 101% of budget but below 105% of budget, the rep receives a
bonus of
1%. If the rep exceeds their budget by 105% and over, the rep
receives a 2%
bonus. I've worked out the over 105% budget bonus structure but I'm
having
troubles working out the "over 101% but below 105% budget"
calculation. Any
help is appreciated.




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
How to change column letters to correct ones in many formulas automatically? Dmitry Kopnichev Links and Linking in Excel 7 October 13th 05 09:52 PM
how can i get formulas in excel to copy and paste? bman Excel Worksheet Functions 1 October 3rd 05 04:15 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 02:58 PM.

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"