Excel 2003 and AVERAGE function

A

alexismanning

I've not been using Excel for a while. Has the AVERAGE function
changed in Excel 2003 from older versions?

If I have a set of data as follows in A1 to A4 as follows: 1, 2, 3,
"foo", then I expect AVERAGE(A1:A4) to complain bitterly that one of
those is, in fact, not a number (or rather, that it's not text that
can be converted to a number). Instead I get a result of 2.

Is there any way of getting Excel to use strong typing for these kind
of calculations, or do I have to rely on something ugly like
=IF(COUNT(A1:A4)=4,AVERAGE(A1:A4),"!!ERROR!!")

Cheers,

-- A.
 
G

Guest

You could use you own 'ugly' solution or stop the problem at source by using
data validation on the cells you want to average.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Average IF Function 3
Average cyclic error 4
Rolling Average 2
Average Question 2
Data Base Functions 2
AVERAGE IF in array not working 4
Average except for something lower... 2
average data from diff sheets 4

Top