mxtrace

Syntax:

Value Number  mxtrace(Range matrix1)

Description:

Returns the trace of matrix1.

Examples:

($a4) = mxtrace($a1:$c3)
Before:
AB CD
1147
2258
33610
4
5
6
After:
AB CD
1147
2258
33610
416
5
6
($a2) = mxtrace($a1:$d4)