average

V

Vinny

I am trying to use the LN function inside the average
function and get an error message. Is it possible to nest
these two functions?
 
J

J.E. McGimpsey

What is your formula and what error message do you get.

It's possible to nest:

=AVERAGE(LN(10), LN(20)) ==> 2.649158683
 
J

Jerry W. Lewis

Are any of the numbers <=0, or blank? Try

=AVERAGE(IF(ISNUMBER(E1:E9),LN(E1:E9)))

array entered (Ctrl-Shift-Enter)

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.

Ask a Question

Top