View Single Post
  #11  
Old 22nd April 2007, 09:14 AM
Crackone Crackone is offline
Member
 
Join Date: Apr 2006
Posts: 368
Default

Quote:
Originally Posted by moeee
looks a bit untidy but will do the job

=IF(H2 =1,X1,IF(H2 =2,X1,IF(H2 =3,X1,0)))

Where X1 is the cell containing your Profit /loss Formula
Thanks for your help ended up with =IF(H2 <4,F2*E2-(D2*F2),(F2*0)) does the job
Reply With Quote