Thread
:
Formula with options
View Single Post
#
2
ivano
Posts: n/a
"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
Reply With Quote