Array functions

  • Thread starter Thread starter Jim Baldwin
  • Start date Start date
J

Jim Baldwin

Is there a way to sum the logs of the values in a column
using an array function? Using something like

=sum(ln(c2:c20))

doesn't work. I can place the logs in a scratch column but
I'm looking for a way to do it with only using an array
function. Any suggestions would be appreciated.

Thanks,

Jim
 
Jim,

Try

=LOG(PRODUCT(A1:A3))


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com (e-mail address removed)
 

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

Back
Top