Thread: If Function
View Single Post
  #1   Report Post  
meekone
 
Posts: n/a
Default If Function

If C2<1 then D2=c2*.032 If C2<10 then D2=C2*.02 If C2<=1000 then D2=C2*.01
How would I do this?