Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
fronty
 
Posts: n/a
Default How do I type this so excel recognizes it?


I need to calculate the geometric average of returns on stocks.

I looked at the definition of geomean and it will not work for me. I
need to use this formula.

Rgeo={[(1+R1)(1+R2)....(1+Rn)]}^(1/n) -1

Any help would be greatly appreciated.


--
fronty
------------------------------------------------------------------------
fronty's Profile: http://www.excelforum.com/member.php...o&userid=33530
View this thread: http://www.excelforum.com/showthread...hreadid=533217

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt
 
Posts: n/a
Default How do I type this so excel recognizes it?

Add a helper column to calculate 1 + R1, 1+ R2, ETC.

Let's say that your data is in R1, R2, R3 to R10 for this example.
Create Q1-Q10
Q1:R1+1
Copy to Q10

Q11: =product(Q1:Q10)^(1/10)-1

"fronty" wrote in
message ...

I need to calculate the geometric average of returns on stocks.

I looked at the definition of geomean and it will not work for me. I
need to use this formula.

Rgeo={[(1+R1)(1+R2)....(1+Rn)]}^(1/n) -1

Any help would be greatly appreciated.


--
fronty
------------------------------------------------------------------------
fronty's Profile:
http://www.excelforum.com/member.php...o&userid=33530
View this thread: http://www.excelforum.com/showthread...hreadid=533217



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dana DeLouis
 
Posts: n/a
Default How do I type this so excel recognizes it?

Hi. If v represents the Range A1:A10, then the following two Array Formulas
appear to work ok.

=POWER(PRODUCT(v+1),1/10)-1

=GEOMEAN(v+1)-1

Enter w/ Ctrl+Shift+Enter.
--
HTH. :)
Dana DeLouis
Windows XP, Office 2003


"fronty" wrote in
message ...

I need to calculate the geometric average of returns on stocks.

I looked at the definition of geomean and it will not work for me. I
need to use this formula.

Rgeo={[(1+R1)(1+R2)....(1+Rn)]}^(1/n) -1

Any help would be greatly appreciated.


--
fronty
------------------------------------------------------------------------
fronty's Profile:
http://www.excelforum.com/member.php...o&userid=33530
View this thread: http://www.excelforum.com/showthread...hreadid=533217



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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Excel will not let me type any characters....I can type in Word. deholly Excel Discussion (Misc queries) 0 March 17th 06 10:20 AM
enable automatic refresh Vass Excel Worksheet Functions 2 March 11th 06 04:36 AM
type mismatch on saving excel calculation mode via VB app Ken Shaffer Excel Discussion (Misc queries) 3 November 2nd 05 01:51 PM
When I type 100 EXCEL changes it to 10. Why? Griff Excel Discussion (Misc queries) 2 May 19th 05 04:44 PM


All times are GMT +1. The time now is 08:53 PM.

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

About Us

"It's about Microsoft Excel"