View Single Post
  #1   Report Post  
carl
 
Posts: n/a
Default Modifying a Formula / OR Question

I am using this formula:

=IF(C29+D29<2;2;C29+D29)

I would like to modify it so that if C29=0, the formula returns 0.

Thank you in advance.