IF Functions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to see if anyone would be able to help me out on this formula?

If B3+D3=o then E3 would have nothing but if C3+D3=any number but 0 that
number would show up on E3 and vice versa

Does this make sense to anyone?
 
In E3: =IF(B3+D3=0,"",B3+D3)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Sorry sent it too soon

=IF(B3+D3<>0,B3+D3,IF(C3+D3<>0,C3+D3,""))

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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