IF nested problem ..!

P

Peter

Good afternoon,

I have been attempting to create a formula to do the following:

In three columns: B, C & H. If B3 & C3 do not contain a value I want to H3 to also be
blank despite H2 containing a figure.
However, if B2 and or C2 contain a figure, I wish to display the result - if this makes sense!
The existing formula in H3 is: =H2+C3-B3 and I've been trying to create the appropriate
formula without success.

What am I doing wrong?

Regards

Peter
 
P

Peter

=IF(B3& C3="","",H2+C3-B3)
Many thanks Gary''s Student - it works a treat, I was trying to use OR!
The next question is when either B3 or C3 contain a number, how do I change the font
colour of H3 to say, white?
Kind regards
 

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

Top