#1   Report Post  
Raj Shah
 
Posts: n/a
Default function - if


hi,
i m trying to do a commission statement for an agent and following are
the criterias based on profit margin:
Profit Margin upto 20% - 1% commission
Profit Margin from 21% to 30$ - 2% commission
Profit Margin from 31% to 35% - 3% commission
Profit Margin from 36% to 60%- 6% commission
Profit Margin above 61% - Error

Pls help me with the formula for this

Thanks
Raj


--
Raj Shah
------------------------------------------------------------------------
Raj Shah's Profile: http://www.excelforum.com/member.php...o&userid=27505
View this thread: http://www.excelforum.com/showthread...hreadid=470193

  #2   Report Post  
moondark
 
Posts: n/a
Default


Code:
--------------------
=IF(profit <=20;"1%";IF(profit<=30;"2%";IF(profit<=35;"3%";IF (profit<=60;"6%";"Error"))))
--------------------


you have to replace profit by the specific Cell e.g. A2


Simon


--
moondark
------------------------------------------------------------------------
moondark's Profile: http://www.excelforum.com/member.php...o&userid=27390
View this thread: http://www.excelforum.com/showthread...hreadid=470193

  #3   Report Post  
Roger Govier
 
Posts: n/a
Default

Hi Raj

Assuming your profit margin is in C1 then
=1%+(C120%)*1%+(C130%)*1%+(C135%)*3%+(C161%)*-6%

Will give your result, but rather than Error, it will show 0% for any value
in excess of 61%
Copy down column having changed range to suit

Regards

Roger Govier


Raj Shah wrote:
hi,
i m trying to do a commission statement for an agent and following are
the criterias based on profit margin:
Profit Margin upto 20% - 1% commission
Profit Margin from 21% to 30$ - 2% commission
Profit Margin from 31% to 35% - 3% commission
Profit Margin from 36% to 60%- 6% commission
Profit Margin above 61% - Error

Pls help me with the formula for this

Thanks
Raj


  #4   Report Post  
Raj Shah
 
Posts: n/a
Default


many thanks
that was fantastic!


--
Raj Shah
------------------------------------------------------------------------
Raj Shah's Profile: http://www.excelforum.com/member.php...o&userid=27505
View this thread: http://www.excelforum.com/showthread...hreadid=470193

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
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM


All times are GMT +1. The time now is 12:37 AM.

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"