LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
 
Posts: n/a
Default Excel nested IF formula question

I have a question regarding Nested If statements in Excel 2003. I have
a commission structure below that needs to be nested
0-$50K = 10%
50-100K = 20%
100-150K = 25%
150-200K = 30%
200K+ - 35%

For example:
Fee commission rate commission
19,125 10% 1,912.50
8,000 10% 800.00
8,000 10% 800.00

8,000 10% 800.00
Total Billings: 43,125

Here is where I am running into a problem. At this point the person has
reached a total billing of $43,125 with the next commission it needs
to be split between the 10% rate and the 20% rate as follows:
Fee commission rate
commission
8,000 10% of the first 6,875 (to get to 50,000)
687.50
20% of the next 1,125 (the dollar over
50,000) 225.00

8,000 20%
1,600
This split will happen at each new level reached and I'm failing to
figure out an easy way to handle these events. Is there an easy way to
add this into the IF statement:
=IF(H3=200000,D3*10%,IF(H3=150000,D3*30%,IF(H3= 100000,D3*25%,
IF(H3=50000,D3*20%,D3*10%))))

In the above H3 is the Total Billings and D3 is the fee that the
commission is paid on. In the above it gives the below:
Fee commission rate commission
19,125 10% 1,912.50
8,000 10% 800.00
8,000 10% 800.00

8,000 10% 800.00
8,000 20% 1600.00 this
should be the 6875 @10% and 1,125 @20% shown above for a total of
$912.50
8,000 20% 1600.00

I hope this makes sense. Any simple Excel trick I can add in here to
make this work smoothly would be greatly appreciate!!

Thanks in advance,
D

 
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
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
excel array formula gordo Excel Worksheet Functions 14 October 18th 05 05:19 PM
How can I add a new formula to Excel formula list Darafsh Excel Worksheet Functions 1 October 4th 05 05:56 PM
An Excel Formula Question JWCardington Excel Worksheet Functions 6 September 24th 05 09:00 PM
Excel Calculation Error for formula to sum longer Excel Discussion (Misc queries) 3 April 29th 05 03:40 PM


All times are GMT +1. The time now is 08:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"