PC Review


Reply
Thread Tools Rate Thread

how do i use a formula count of figures between to conditions

 
 
=?Utf-8?B?YWFyaWY=?=
Guest
Posts: n/a
 
      25th Feb 2006
hi,

My question is, if a sales person gets his/her pay on different slabs of
target achieved than how to get the count of achieved figure by using a
formula in Microsoft Excel worksheet.

Incentive Slabs Percentage
Nil 0-40%
$10 40-50%
$15 50-60%
$20 60%+

Target given Achieved count of cases Percentage
200 140 70%

Incentive for the same
No. of cases Achieved % Payout he/she get (in Dollars)
80 cases >40% Nil
next 20 cases <40%>=50% $200 (20 cases * $10)
next 20 cases <50%>=60% $300 (20 cases * $15)
next 20 cases <60%+ $400 (20 cases * $20)

Total Achievment Percentage Total Payout
180 70% $900
I want to know how can i get seperate counts for all slabs by using
formulas, I had tried harder but stumped, Please help me for the same.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?YnBlbHR6ZXI=?=
Guest
Posts: n/a
 
      25th Feb 2006
Think of the problem instead as paying $10/unit for every unit over 40%
(*every* unit, not just up to 50%), PLUS $5/unit for every unit over 50%,
PLUS $5/unit for every unit over %60%.
Then, if the target is in B2 and the number sold in C2, the payout would be:
=MAX(0,C2-B2*0.4)*10 + MAX(0,C2-B2*0.5)*5 + MAX(0,C2-B2*0.6)*5
Each section calculates the number of units sold above the breakpoint (the
MAX(0,) ensures that we don't deduct pay for coming in below a breakpoint)
and multiplies that by the incremental unit pay in that tier.
HTH. --Bruce

"aarif" wrote:

> hi,
>
> My question is, if a sales person gets his/her pay on different slabs of
> target achieved than how to get the count of achieved figure by using a
> formula in Microsoft Excel worksheet.
>
> Incentive Slabs Percentage
> Nil 0-40%
> $10 40-50%
> $15 50-60%
> $20 60%+
>
> Target given Achieved count of cases Percentage
> 200 140 70%
>
> Incentive for the same
> No. of cases Achieved % Payout he/she get (in Dollars)
> 80 cases >40% Nil
> next 20 cases <40%>=50% $200 (20 cases * $10)
> next 20 cases <50%>=60% $300 (20 cases * $15)
> next 20 cases <60%+ $400 (20 cases * $20)
>
> Total Achievment Percentage Total Payout
> 180 70% $900
> I want to know how can i get seperate counts for all slabs by using
> formulas, I had tried harder but stumped, Please help me for the same.

 
Reply With Quote
 
=?Utf-8?B?YWFyaWY=?=
Guest
Posts: n/a
 
      27th Feb 2006
hi,
I was not certain about receiving answer very quickly, I am very thankful
for helping me. Formula u gave is very useful to me I want to knot that if I
want to seperate count of cases with to conditions like <40% and >=50% then
how can i use furmula for the task,

Thanks & Regards,
Aarif
"bpeltzer" wrote:

> Think of the problem instead as paying $10/unit for every unit over 40%
> (*every* unit, not just up to 50%), PLUS $5/unit for every unit over 50%,
> PLUS $5/unit for every unit over %60%.
> Then, if the target is in B2 and the number sold in C2, the payout would be:
> =MAX(0,C2-B2*0.4)*10 + MAX(0,C2-B2*0.5)*5 + MAX(0,C2-B2*0.6)*5
> Each section calculates the number of units sold above the breakpoint (the
> MAX(0,) ensures that we don't deduct pay for coming in below a breakpoint)
> and multiplies that by the incremental unit pay in that tier.
> HTH. --Bruce
>
> "aarif" wrote:
>
> > hi,
> >
> > My question is, if a sales person gets his/her pay on different slabs of
> > target achieved than how to get the count of achieved figure by using a
> > formula in Microsoft Excel worksheet.
> >
> > Incentive Slabs Percentage
> > Nil 0-40%
> > $10 40-50%
> > $15 50-60%
> > $20 60%+
> >
> > Target given Achieved count of cases Percentage
> > 200 140 70%
> >
> > Incentive for the same
> > No. of cases Achieved % Payout he/she get (in Dollars)
> > 80 cases >40% Nil
> > next 20 cases <40%>=50% $200 (20 cases * $10)
> > next 20 cases <50%>=60% $300 (20 cases * $15)
> > next 20 cases <60%+ $400 (20 cases * $20)
> >
> > Total Achievment Percentage Total Payout
> > 180 70% $900
> > I want to know how can i get seperate counts for all slabs by using
> > formulas, I had tried harder but stumped, Please help me for the same.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to count text with two conditions. Folletti Microsoft Excel Misc 3 28th Oct 2008 09:00 PM
I need a formula to count depending on conditions =?Utf-8?B?QWRhbUlOTg==?= Microsoft Excel Misc 3 14th Nov 2006 06:38 PM
Formula to count TWO conditions are met =?Utf-8?B?SW9IZUZ5?= Microsoft Excel Misc 3 22nd Aug 2006 03:59 PM
COUNT formula need two conditions DB Explorer Microsoft Excel Worksheet Functions 3 8th Dec 2005 07:52 PM
Count If Formula for multiple conditions?? How To?? LPrain Microsoft Excel Worksheet Functions 1 6th Dec 2004 09:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:50 PM.