When I have a formula in a cell, how can I make it come up blank?

G

Guest

Example, I have the formula e2+e3 in cell e4. I have data in cell e3 but
nothing in cell e2. I want e4 to be blank instead of putting in a zero.
Thanks.
 
G

Guest

=IF(E2="","",E2+E3)

Basically this does the check. Especially important if your formula has
divides.
 

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