View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default IF formula in spreadsheet

=IF(OR(A1="",A2=""),"",A1+A2)

--
Gary''s Student
gsnu200709


"Dennis1188" wrote:

C1 is the sum of A1 and A2
How can I get C1 to remain empty unless there is a number in BOTH cells.