=SUMIF(Range,"<>#N/A") or remove the cause that give the #N/A result =IF(ISNA(A2),"",A2)
P Peo Sjoblom Jan 9, 2006 #1 =SUMIF(Range,"<>#N/A") or remove the cause that give the #N/A result =IF(ISNA(A2),"",A2)
B Bernard Liengme Jan 9, 2006 #2 =SUM(IF(ISNA(D15),0,D15)) enter as an array formulas - use SHIFT+CTRL+ENTER