I would use the average function. But the value for N/A needs to be NULL. If you use AVG(text1,text2,text3...) the fuction should do the work for you. If I'm correct It should not count any null values. But you can label the null value "N/A"
I hope this helps.