Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have used the XIRR function which returns an Effective Annual Rate of Return.
9/30/2008 -$104,119.16 10/1/2008 $942.05 10/6/2008 -$4,924.67 11/1/2008 $944.31 11/3/2008 -$4,966.81 12/1/2008 $945.74 12/3/2008 -$5,274.03 12/31/2008 $92,520.92 -61.52% How do I convert the -61.52% into a ROR for the quarter? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Divide by 4. -- If this helps, please click the Yes button Cheers, Shane Devenshire "Dkline" wrote: I have used the XIRR function which returns an Effective Annual Rate of Return. 9/30/2008 -$104,119.16 10/1/2008 $942.05 10/6/2008 -$4,924.67 11/1/2008 $944.31 11/3/2008 -$4,966.81 12/1/2008 $945.74 12/3/2008 -$5,274.03 12/31/2008 $92,520.92 -61.52% How do I convert the -61.52% into a ROR for the quarter? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Feb 24, 11:01 am, Dkline wrote:
I have used the XIRR function which returns an Effective Annual Rate of Return. [....] How do I convert the -61.52% into a ROR for the quarter? There are two schools of thought on this. The academic world is split 50-50. The simplest approach is to compute a simple (non-compounded) rate by dividing the XIRR result by 4. Personally, I think that is wrong, especially if you are using XIRR. The other approach is to compute the compounded quarterly rate. For example, RATE(4,0,-1,1+XIRR(...)). Alternatively: (1+XIRR(...))^ (1/4)-1. The "correctness" of one approach over the other depends, in part, on how you plan to use the quarterly rate. But since XIRR per se is compounded daily, I would say that any sub-annual rate derived from XIRR should be a compounded rate. ----- original formula ----- On Feb 24, 11:01*am, Dkline wrote: I have used the XIRR function which returns an Effective Annual Rate of Return. 9/30/2008 * * * -$104,119.16 10/1/2008 * * * $942.05 10/6/2008 * * * -$4,924.67 11/1/2008 * * * $944.31 11/3/2008 * * * -$4,966.81 12/1/2008 * * * $945.74 12/3/2008 * * * -$5,274.03 12/31/2008 $92,520.92 * * * * -61.52% How do I convert the -61.52% into a ROR for the quarter? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting annual rate of return to quarterly equivalent? | Excel Worksheet Functions | |||
Effective Annual Interest Rate | Excel Worksheet Functions | |||
Convert monthly data into quarterly data? | Excel Discussion (Misc queries) | |||
Annual vs Quarterly Rates | Excel Discussion (Misc queries) | |||
How do I convert monthly data to quarterly data? | Excel Discussion (Misc queries) |