Formula with options

B

Becky

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?!
 
I

ivano

Becky said:
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
 
B

Becky

Thanks.

It's not quite what I need - my fault for not being specific enough. I need
the formula to be if A=0 then 12*12 if A doesn't = 0 then 6*12.
 
B

Becky

It's ok, I've sorted it by modifying the answer ivano gave.

Thanks - you're a star!!! much frustration has now eased!
 
Top