EXCEL MINVERSE FUNCTION

The MINVERSE function in Excel computes the inverse of a square matrix.

Syntax : 

=MINVERSE( array )

Parameters :

The array parameter is a value array representing a square matrix (i.e. a matrix that has the same number of rows as columns). The inverse matrix that results has the same number of rows and columns as the original given array. However, keep in mind that the Minverse function output is calculated to around 16 decimal places, so there may be some minor rounding mistakes.

Step By Step Guide of MINVERSE Function

Example :

In cells A1-D4 of the sample spreadsheet, the Excel Minverse function is used to compute the inverse of the 4×4 matrix. =MINVERSE ( A1:D4 )

  • #VALUE! – This error occurs if the provided array has a blank or a non-numeric value, or if the supplied array does not have an equal number of rows and columns.
  • #NUM! – This value is returned if the supplied matrix is singular, i.e. there is no inverse for the specified matrix.
  • #N/A – Occurs in cells that are not within the range of the resultant matrix. For example, if we highlighted cells F1-I5 before entering the Minverse function in the above example, the ‘extra’ cells, F5-I5, are not included in the resultant matrix. As a result, these cells will show the #N/A error.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now