This should be easy for you all, but I am stuck.
I am using this equation...
=SUMIF(M3:AB3,">0",M3:AB3)/COUNTIF(M3:AB3,">0")
to do this...
Cell M3 through AB3 is a series of drop downs. the list included these values...
n/a
25%
50%
75%
100%
All I want to do is SUM up the range, and if there is an "n/a" in that range, I want to ignore it and calculate the total percentage.
I keep getting: #DIV/0! error.
Bookmarks