Cheers Excel Lovers,
I have a problem with which formula to use,
The problem is I have a sales data and I am giving out bonus based on the performance. The data is simple,
[TABLE="width: 500"]
<tbody>[TR]
[TD]Sales Peformance range A[/TD]
[TD]B[/TD]
[TD]Bonus[/TD]
[/TR]
[TR]
[TD]$0[/TD]
[TD]$250[/TD]
[TD]$50[/TD]
[/TR]
[TR]
[TD]$251[/TD]
[TD]$500[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]$501[/TD]
[TD]$750[/TD]
[TD]$150[/TD]
[/TR]
[TR]
[TD]$751[/TD]
[TD]$1000[/TD]
[TD]$200[/TD]
[/TR]
</tbody>[/TABLE]
and so on.
Lets say MR.A sales is $300 then the bonus is $100. It is very simple if i am using IF but the range goes on for about 20 rows. The list will be very long. I am thinking using vlookup but I do not think that would be the right choice.
Can anyone help me make it simpler ?
Regards
I have a problem with which formula to use,
The problem is I have a sales data and I am giving out bonus based on the performance. The data is simple,
[TABLE="width: 500"]
<tbody>[TR]
[TD]Sales Peformance range A[/TD]
[TD]B[/TD]
[TD]Bonus[/TD]
[/TR]
[TR]
[TD]$0[/TD]
[TD]$250[/TD]
[TD]$50[/TD]
[/TR]
[TR]
[TD]$251[/TD]
[TD]$500[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]$501[/TD]
[TD]$750[/TD]
[TD]$150[/TD]
[/TR]
[TR]
[TD]$751[/TD]
[TD]$1000[/TD]
[TD]$200[/TD]
[/TR]
</tbody>[/TABLE]
and so on.
Lets say MR.A sales is $300 then the bonus is $100. It is very simple if i am using IF but the range goes on for about 20 rows. The list will be very long. I am thinking using vlookup but I do not think that would be the right choice.
Can anyone help me make it simpler ?
Regards