View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Incoherent Incoherent is offline
external usenet poster
 
Posts: 7
Default entering a matrix that contains formulae

={TRANSPOSE(MMULT({0.999,-0.001,0;0.001,0.999,0;0,0,1},TRANSPOSE(E38:G38)))}

This is my array formula, it works ok, ie the coordinates in E38:G38 are
transformed by the matrix {0.999,-0.001,0;0.001,0.999,0;0,0,1}
What I want to do is replace the values in the matrix with formulae and cell
references, i.e. e.g. instead of 0.999 I want to enter COS(ATAN($Q$33)),
instead of -0.001 I want -sin(ATAN($Q$33))... etc. I get an error when I try
to enter this.

Any ideas? Is it possible to put formulae into imbedded matrices? I do not
want to have a seperately defined matrix.

Cheers

Incoherent