Thanks Frank,
It works, but I have one question. Here's the story: the column I using this
for averages three other columns first. (Let's say it's the forth of four
columns.)
When I use the simple =AVERAGE(AV15:AV429), it returns the average including
zero values, which doesn't always give me accurate information for averages.
When I apply the new formula, =AVERAGE(IF(AV15:AV429<>0,AV15:AV429)) (as an
array)
it excludes zero values, which is exactly what I need. Currently, the sheet
is blank and the aveage of the three columns reported in the fourth is zero,
so the cell shows a #DIV/0 error. Is this normal?
(Even if I click on 'Ignore Error' the warning mark remains.)