I need help with a formula that will sum up a column of percentages (A2:A29) and divide by a count of the numbers in the column that fit 2 criteria: Are >0 and <>#NA. (to get an average). This is the formula I have so far but it justs returns #N/A:
=(SUM(A2:A29)/COUNTIFS(A2:A29,">0",A2:A29,"<>#NA")). I think the problem is with summing the column with NA's in it...so I also tried: =(SUMIF(A2:A29,"<>#NA")/COUNTIFS(A2:A29,">0",A2:A29,"<>#NA")). Am I close?
Bookmarks