Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Stephen
 
Posts: n/a
Default Average (geometric)

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.
  #2   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Mon, 17 Jan 2005 09:03:04 -0800, "Stephen"
wrote:

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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using The Average Function if a cell has NA carl Excel Worksheet Functions 6 May 21st 23 07:46 PM
Average Reggie Excel Worksheet Functions 2 December 29th 04 10:26 PM
calculate average hours and minutes llstephens Excel Worksheet Functions 4 November 30th 04 03:47 PM
calculate average hours worked llstephens Excel Worksheet Functions 1 November 24th 04 02:37 PM
average, array and offsets Darin1979 Excel Worksheet Functions 0 November 17th 04 04:21 PM


All times are GMT +1. The time now is 07:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"