mxsolve

Syntax:

Return Range  mxsolve(Range matrix1)

Description:

Solves the (N+1) x N matrix1 and places the solution column at the current cell.

Examples:

($a4) = mxsolve($a1:$d3)
Before:
AB CD
11474
22583
336202
4
5
6
After:
AB CD
11474
22583
336202
4-2.66666666666667
51.66666666666667
60
($a2) = mxsolve($a1:$d4)