View Single Post
  #2   Report Post  
ivano
 
Posts: n/a
Default


"Becky" ha scritto nel messaggio
...
I want to create a formula that says 'if cell A1=0 then do this sum but if
cell A1 doesn't =0 then do a different sum.

Can this be done - if so how?!


hy,
=IF(A1=0,SUM(1,3),SUM(2,5))
ivano