OK, this should be simple but its Monday, I have a deadline and its bugging me.
Im trying the get an AVERAGE of a column that contains a number between 0 and 5 OR the text "NA" (not an error of #NA), Im only interested in the numeric values, so I've tried:
and![]()
=AVERAGEIF(A:A,">=0",A:A)
but both return #DIV/0!![]()
=AVERAGEIF(A:A,"<>'NA'",A:A)
Bookmarks