View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
bj
 
Posts: n/a
Default Tricky Formula Codes ***Urgent***

try
=IF(G2="W",H2*0.15,i,if(G2="S",H2*0.1,H2*0.05))

"SweetSin80" wrote:

This one works fine, =IF(G2="S",H2*0.1,H2*0.05) But if I want to add in
another for "W" this is what I am trying, but it is not working....

=IF(G2=("W",H2*0.15),("S",H2*0.1),H2*0.05)

Help needed and very appreciated!