I have a group of text boxes that you can choose either 1, 2, 3 or N/A. I would like to have a text box that would give the total average but not count any that have N/A chosen. Cant figure it out...any help is appreciated.
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"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.