G GEM Mar 2, 2009 #1 How can I tell the function to not count or add a cell when there is no information in it??
S Shane Devenshire Mar 2, 2009 #4 Hi, SUM should not create problems, but COUNTA could. If A1 contains a formula that returns "" then use something like this array formula: =COUNTA(IF(LEN(A1:A10)>0,A1:A10,"")) to make it an array press Shift+Ctrl+Enter to enter it, not Enter. If your data is all numeric there see Dave's post.
Hi, SUM should not create problems, but COUNTA could. If A1 contains a formula that returns "" then use something like this array formula: =COUNTA(IF(LEN(A1:A10)>0,A1:A10,"")) to make it an array press Shift+Ctrl+Enter to enter it, not Enter. If your data is all numeric there see Dave's post.