Forum Discussion
MINVERSE works sometimes on Excel 365, but produces only 1 output on most
Thank you for the file. In the formula there is implicit intersection operator "@" which returns first element of the array
If use formula without it result will be expected matrix.
Operator could appear if open in older Excel the file created in Excel which supports dynamic arrays.
- SergeiBaklanJun 20, 2021Diamond Contributor
My respect.
No, inserting of implicit intersection operator is not configurable. Maybe something is in registry settings, but I don't know about such.
On the other hand this operator appears if you open created in old Excel file in new one to ensure compatibility. Old Excel performs implicit intersection silently in background, to have same result in new Excel you shall use this operator.
More about that is here Implicit intersection operator: @ - Office Support (microsoft.com)