Spread WPF 15
Spread WPF Documentation / Formula Reference / Formula Functions / MINVERSE
In This Topic
    MINVERSE
    In This Topic

    Summary

    This function returns the inverse matrix for the matrix stored in an array.

    Syntax

    MINVERSE(array)

    Arguments

    The array is a numeric array that has an equal number of columns and rows.

    Arrays can be a cell range. If any of the array cells are empty or contain text then an error is returned.

    Remarks

    Use the INDEX function to get individual elements from the returned array.

    Data Types

    Accepts an array. Returns an array.

    Examples

    MINVERSE(A3:E7)

    See Also