#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default % 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default % 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

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
Commision Rate by margin Brian Excel Worksheet Functions 3 July 30th 09 04:21 AM
Add to commision formula George Excel Discussion (Misc queries) 1 March 20th 09 11:36 PM
Commision calculation sylvia Excel Worksheet Functions 3 March 28th 07 04:28 PM
calculating commision on sales k-leo New Users to Excel 4 July 13th 06 08:44 PM
Calculating sales commision HELP!!!!!!! spunkysezza Excel Worksheet Functions 4 February 26th 06 05:45 AM


All times are GMT +1. The time now is 06:09 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"