View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default When I have a formula in a cell, how can I make it come up blank?

Try this in E4:

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

Hope this helps.

Pete

On Jun 21, 1:45 pm, Vi wrote:
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.