mxscale

Syntax:

Return Range  mxscale(Range matrix1, Number scale)

Description:

Scales matrix1 by scale and places the solution column at the current cell.

Examples:

($a4) = mxscale($a1:$c3, 3.5)
Before:
AB CD
1147
2258
33620
4
5
6
After:
AB CD
1147
2258
33620
43.51424.5
5717.528
610.52170
($a2) = mxscale($a1:$d4, $f11)