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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top