Average (geometric)

G

Guest

Hi,

I want to find the average performance for a portfolio, which include shares
with a positive and negative performance. How can I calculate the average
performance, when I have negative numbers? Geomean does not work, and simple
average does not produce a theoretical correct number.
 
R

Ron Rosenfeld

Hi,

I want to find the average performance for a portfolio, which include shares
with a positive and negative performance. How can I calculate the average
performance, when I have negative numbers? Geomean does not work, and simple
average does not produce a theoretical correct number.

Add one to the percentages; compute the GEOMEAN and subtract 1 from the result.

This can be done either in a helper column or, if that is not convenient, you
could use the *array-entered* formula:

=GEOMEAN(rng+1)-1

Replace "rng" with the cell reference to your list performance percentages.

To *array-enter* a formula, hold down <ctrl><shift> while hitting <enter>. XL
will place braces {...} around the formula.


--ron
 

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