View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default formula question


If I understand you corectly, commission is only calculated on the first
$1500, since commision on $1500 is $51 you could put:

=IF(A1<=1500,A1*.034,51)

Regards
JG


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=495470