View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
johannes johannes is offline
external usenet poster
 
Posts: 24
Default problem when creating a series of matrix

ok, seems great but i'm not sure i'm following. Could you explain that a
little more. Thanks!

"Joel" wrote:

At the top of the pmatrix for each month if you included the month number
then you can use the Address function to create a reference offset from O2.

"Johannes" wrote:

Thanks for your replay! I do not have the daily data though...


"Joel" wrote:

Don't use a calendar month, instead use a 30 day month.

" wrote:

I would like to create a number of matrixes from a list (covariance
between assets over time).
I put =MMULT(TRANSPOSE(O2:S25);O2:S25)/24 in excel and get a 5x5
covariance matrix calculated
on the dates 9301-9412 (January 93 until December 94 - 24
observations). I would like new matrix for every new months (moving
one month at a time). The next would refer to 9302-9501 or =MMULT
(TRANSPOSE(O3:S26);O3:S26)/24 and so on. The problem now is that I
cannot simply copy the matrix below the previous one because that one
is five rows down and refer to the date 9306-9505.

I would be very thankful if some one knows how to do, maybe with a
macro or in some other way.