Thread: Sum a NULL cell
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Sum a NULL cell

=SUM(IF(ISNUMBER(A1:A5),A1:A5,""))

--
Gary''s Student - gsnu200817