ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   % commision (https://www.excelbanter.com/excel-worksheet-functions/245332-%25-commision.html)

Bogi

% commision
 
I have following problem:
Salesmen give x% in discount
If discount % is between 0-4% he gets 25% bonus
If dscount is 5-9% he gets 20%
If discount is 10-14% he gets 15%
If discount is 15-20% he gets 5%
If discount is 20% he gets 0%

How can I make function for this.

Can someone help
Thanks
Bogi

Jacob Skaria

% commision
 
=IF(A1<"",LOOKUP(A1,{0,5,10,15,20},{25,20,15,5,0} ),"")

'OR in %'s

=IF(A1<"",LOOKUP(A1,{0,0.05,0.1,0.15,0.2},{0.25,0 .2,0.15,0.5,0}),"")

If this post helps click Yes
---------------
Jacob Skaria


"Bogi" wrote:

I have following problem:
Salesmen give x% in discount
If discount % is between 0-4% he gets 25% bonus
If dscount is 5-9% he gets 20%
If discount is 10-14% he gets 15%
If discount is 15-20% he gets 5%
If discount is 20% he gets 0%

How can I make function for this.

Can someone help
Thanks
Bogi



All times are GMT +1. The time now is 03:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com