kshankar88
New Member
- Joined
- Jan 10, 2016
- Messages
- 7
Hello,
I took a look at the tiered payout problems posted but I could not apply same solution as my problems differs as below:
[TABLE="width: 141"]
<tbody>[TR]
[TD="width: 107, align: center"]Annual New client (no: of clients)[/TD]
[TD="width: 81, align: center"]Payout in $ per client[/TD]
[/TR]
[TR]
[TD="align: center"]0-40[/TD]
[TD="align: center"]50[/TD]
[/TR]
[TR]
[TD="align: center"]41-60[/TD]
[TD="align: center"]100[/TD]
[/TR]
[TR]
[TD="align: center"]61-90[/TD]
[TD="align: center"]200[/TD]
[/TR]
[TR]
[TD="align: center"]91+[/TD]
[TD="align: center"]250[/TD]
[/TR]
</tbody>[/TABLE]
In my problem, I have something called marginal pay in cumulative fashion, like how incentive/bounty gets paid. For e.g., I have the first 40 clients paid $50 each, the next 20 paid $100 each and the next 30 are paid $200 each, etc. so, when I have 90 new clients, the payout is $10,000 (NOT $18,000).
I tried to calculate the payout at each tier and different payout, but did not go right with sumproduct logic. Could you pl help what could be solution suggested?
Thanks,
Shankar
I took a look at the tiered payout problems posted but I could not apply same solution as my problems differs as below:
[TABLE="width: 141"]
<tbody>[TR]
[TD="width: 107, align: center"]Annual New client (no: of clients)[/TD]
[TD="width: 81, align: center"]Payout in $ per client[/TD]
[/TR]
[TR]
[TD="align: center"]0-40[/TD]
[TD="align: center"]50[/TD]
[/TR]
[TR]
[TD="align: center"]41-60[/TD]
[TD="align: center"]100[/TD]
[/TR]
[TR]
[TD="align: center"]61-90[/TD]
[TD="align: center"]200[/TD]
[/TR]
[TR]
[TD="align: center"]91+[/TD]
[TD="align: center"]250[/TD]
[/TR]
</tbody>[/TABLE]
In my problem, I have something called marginal pay in cumulative fashion, like how incentive/bounty gets paid. For e.g., I have the first 40 clients paid $50 each, the next 20 paid $100 each and the next 30 are paid $200 each, etc. so, when I have 90 new clients, the payout is $10,000 (NOT $18,000).
I tried to calculate the payout at each tier and different payout, but did not go right with sumproduct logic. Could you pl help what could be solution suggested?
Thanks,
Shankar