Hi folks,
I’d like to calculate average of a (big) column. It contains (many) empty cells and I need to treat them as ZEROs.
Using simple AVERAGE() function lead to “wrong” result since it ignores those cells, so I overcome it “manually” and calculate the average by using SUM()/12.
I attach a sample file which shows the “issue”…
sample2.ods (13.0 KB)
I’d like to know if exist a proper/better way to calculate average in this context.
Thanks!