nightcrawler23
Well-known Member
- Joined
- Sep 24, 2009
- Messages
- 721
HI,
i have the below formula which is working fine.
how do i change the array part to links to cells. Excel isnt allowing me to do so saying "You cannot change part of an array.
This is what i want
i have the below formula which is working fine.
Code:
=MMULT(MINVERSE({1,1,1;4,2,1;9,3,1}),L7:L9)
This is what i want
Code:
=MMULT(MINVERSE({A1^2,B1,1;A2^2,B2,1;A3^2,B3,1}),L7:L9)