#1   Report Post  
Posted to microsoft.public.excel.misc
Daniel Sloan
 
Posts: n/a
Default IF Statement


I am attempting to use an IF formula to do the following:

IF sales are less than $75 no commission
IF sales are =$76 but < $150 1% commission
IF sales are=$151 but <$300 2% commision
IF sales are $300 3% Commission

The Commission paid is stepped at each point and any amount in between
the breaks also must have the commission paid.

Could some one please provide some pointers as to the right way to
approach this.

Thanks

Daniel


--
Daniel Sloan
------------------------------------------------------------------------
Daniel Sloan's Profile: http://www.excelforum.com/member.php...o&userid=28940
View this thread: http://www.excelforum.com/showthread...hreadid=486761

  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul Sheppard
 
Posts: n/a
Default IF Statement


Daniel Sloan Wrote:
I am attempting to use an IF formula to do the following:

IF sales are less than $75 no commission
IF sales are =$76 but < $150 1% commission
IF sales are=$151 but <$300 2% commision
IF sales are $300 3% Commission

The Commission paid is stepped at each point and any amount in between
the breaks also must have the commission paid.

Could some one please provide some pointers as to the right way to
approach this.

Thanks

Daniel


Hi Daniel

Assuming the sales figure to be in cell A1, use this formula

=IF(A1<=75,A1,IF(OR(A175,A1<=150),A1*1.01,IF(OR(A 1150,A1<=300),A1*1.02,A1*1.03)))

Your explanation does not cater for someone getting $150 sales, so have
given $150 1%, you can change the formula if required


--
Paul Sheppard


------------------------------------------------------------------------
Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783
View this thread: http://www.excelforum.com/showthread...hreadid=486761

  #3   Report Post  
Posted to microsoft.public.excel.misc
R.VENKATARAMAN
 
Posts: n/a
Default IF Statement

your value is in C1
in any other empy cell the formula is
=IF(C1<75,0,IF(AND(C1=76,C1<150),0.01*C1,IF(AND(C 1=A151,C1<300),0.02*C1,C1
*0.03)))

check the results for various entries
chang e C1 to suit you


"Daniel Sloan"
wrote in message
news:Daniel.Sloan.1yu5fg_1132557630.8885@excelforu m-nospam.com...

I am attempting to use an IF formula to do the following:

IF sales are less than $75 no commission
IF sales are =$76 but < $150 1% commission
IF sales are=$151 but <$300 2% commision
IF sales are $300 3% Commission

The Commission paid is stepped at each point and any amount in between
the breaks also must have the commission paid.

Could some one please provide some pointers as to the right way to
approach this.

Thanks

Daniel


--
Daniel Sloan
------------------------------------------------------------------------
Daniel Sloan's Profile:

http://www.excelforum.com/member.php...o&userid=28940
View this thread: http://www.excelforum.com/showthread...hreadid=486761



  #4   Report Post  
Posted to microsoft.public.excel.misc
Daniel Sloan
 
Posts: n/a
Default IF Statement


Thank you very much for your suggestions. The formula is held on my
laptop at work so I will get back to you when I reach the offfice in
approximately 12 hours. Thank you once again for your promt and
hopefully helpful suggestions :)


--
Daniel Sloan
------------------------------------------------------------------------
Daniel Sloan's Profile: http://www.excelforum.com/member.php...o&userid=28940
View this thread: http://www.excelforum.com/showthread...hreadid=486761

  #6   Report Post  
Posted to microsoft.public.excel.misc
Daniel Sloan
 
Posts: n/a
Default IF Statement


Thank you to all the people who replied in this thread. Your formula was
spot on and myself and my colleagues now have a quick, easy and
effective way of calculating commissions. Thanks again, regards,
Daniel. :)


--
Daniel Sloan
------------------------------------------------------------------------
Daniel Sloan's Profile: http://www.excelforum.com/member.php...o&userid=28940
View this thread: http://www.excelforum.com/showthread...hreadid=486761

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
If statement Matt Montagliano Excel Discussion (Misc queries) 1 September 8th 05 08:47 PM
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM
IF Statement Brent New Users to Excel 3 April 29th 05 04:24 PM
How to calculate a sum as one outcome of an IF statement barb in NC Excel Worksheet Functions 2 March 31st 05 08:01 PM
How do I fix a circular reference in a financial statement? drjayhawk25 Excel Discussion (Misc queries) 0 February 7th 05 05:19 PM


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