IF GEOMEAN() is overflowing, then so will KL's equivalent formula.
=EXP(AVERAGE(LN(data)))
or
=EXP(AVERAGE(IF(ISNUMBER(data),LN(data))))
is a more robust calculation. Both formulas must be array entered
(Ctrl-Shift-enter). The second formula permits empty and non-numeric
cells in the data range.
Jerry
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.