For a Sales Commission Calculator
I would like to be able to change the commission rate% for different
employees. As well, I would like to adjust the rate automaticaly for
different goals. ex.: employee under $100,000=1% commission then employee
over $200,000=2% commission etc...
Hi,
Your mail is more of a wish than a precise request ...
From what you wrote, I would say it is feasible probably with
sumproduct()
function ...
Carim--
Carim
------------------------------------------------------------------------
Carim's Profile: www.excelforum.com/member.php...oamp;userid=33259
View this thread: www.excelforum.com/showthread...hreadid=531420
Assuming your salesmancode is in column A, your sales in column B, your
commission table in column F and G (0,100000,200000,300000,400000 in
column F, 1,2,3,4,5 etc in column G), then
=VLOOKUP(SUMIF(A$1:A$9,A1,B$1:B$9),F$1:G$5,2,TRUE)
should achieve this.
--
evdesign Wrote:
gt; For a Sales Commission Calculator
gt; I would like to be able to change the commission rate% for different
gt; employees. As well, I would like to adjust the rate automaticaly for
gt; different goals. ex.: employee under $100,000=1% commission then
gt; employee
gt; over $200,000=2% commission etc...--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: www.excelforum.com/member.php...oamp;userid=21059
View this thread: www.excelforum.com/showthread...hreadid=531420I believe that you can use in this case the If statement .eg if employee
payments lt;10000, 1%, if.....
Hope this will help
? ??峸??庢? quot;evdesignquot; ?帠帠?帢?庰:
gt; For a Sales Commission Calculator
gt; I would like to be able to change the commission rate% for different
gt; employees. As well, I would like to adjust the rate automaticaly for
gt; different goals. ex.: employee under $100,000=1% commission then employee
gt; over $200,000=2% commission etc...
If the first $100K makes 1%, then the next $100K makes 2%, etc., take a
look at the examples he
www.mcgimpsey.com/excel/variablerate.html
Use a different table for different employees.
In article gt;,
evdesign gt; wrote:
gt; For a Sales Commission Calculator
gt; I would like to be able to change the commission rate% for different
gt; employees. As well, I would like to adjust the rate automaticaly for
gt; different goals. ex.: employee under $100,000=1% commission then employee
gt; over $200,000=2% commission etc...
- Sep 23 Tue 2008 20:46
How can I change the commission rate% for different employees?
close
全站熱搜
留言列表
發表留言
留言列表

