You need to write a script that goes over the fields, checking if their value is "NA" (or blank), and if not it adds their value to a "total" variable and increments a "counter" variable. At the end it divides the total value by the counter (if it's not 0, of course).
↧