Formula using "If" and "or" criteria.

  • Thread starter Thread starter Rumy
  • Start date Start date
R

Rumy

I have 4 columns of currency data in columns A,B,C and D. I want to sum them
in Column E. The result I want in E should be the sum A+B or C-D if A+B is =
0.
Could someone please advise how to write a formula for this scenario. Thanks
!!!
 
=if(a1+b1=0,c1-d1,a1+b1)

I have 4 columns of currency data in columns A,B,C and D. I want to sum them
in Column E. The result I want in E should be the sum A+B or C-D if A+B is =
0.
Could someone please advise how to write a formula for this scenario. Thanks
!!!
 
Back
Top