Table of Contents
This guide explains how to use MINVERSE Function in Excel, including its syntax, required arguments, practical examples, and common errors.
Description: The function returns the inverse matrix of a given matrix.
Syntax: MINVERSE (array) .
Inside:
- array is an array with equal number of rows and columns.
Example: Find the inverse matrix of the following matrix:

Step 1: In the cell to calculate the inverse matrix, enter the formula: MINVERSE (D6: D8) .

Step 2: After entering the formula, press Enter to get the results:

Step 3: Highlight the data area from D11: F13 (note the number of rows and highlighted columns depending on the original size of the matrix) -> Press F2 to get the results as shown:

Step 4: Press the key combination Ctrl + Shift + Enter to get the results:

Thus, with a simple operation, you can immediately find the inverse matrix of a given matrix.
Good luck!
FAQ
What does the MINVERSE function do in Excel?
The MINVERSE function performs the calculation described in this guide. Use the correct arguments and compatible data types for reliable results.
How do I enter the MINVERSE function correctly?
Start with an equals sign, enter MINVERSE, add the required arguments inside parentheses, and confirm that cell references and separators are correct.
Why does the MINVERSE function return an error?
Common causes include missing arguments, invalid data types, incorrect cell references, unsupported values, or regional separator settings.
Reader Comments 0
Sign in with email or Google to join the discussion.