Thanks for the help!
Trick is to get the formula to ignore the n/a. Essentially your grade is number of '1's divided by the number of numerical values.
=SUMIF([Properly Documented]1:Properly1, 1) / COUNTIF([Properly Documented]1:Properly1, ">=" + 0)