Hi everyone!
I have stumbled upon a problem while trying to extract the address of the formula's result. Namely, I am talking about the formula that calculated minimum value from the matrix based on the different criteria.
The matrix that I have created is simplified just for the purpose of this question.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]V. Criteria 1[/TD]
[TD]V. Criteria 2[/TD]
[TD]V. Criteria 3[/TD]
[/TR]
[TR]
[TD]H. Criteria 1[/TD]
[TD]22[/TD]
[TD]33[/TD]
[TD]44[/TD]
[/TR]
[TR]
[TD]H. Criteria 2[/TD]
[TD]22[/TD]
[TD]33[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]H. Criteria 3[/TD]
[TD]25[/TD]
[TD]44[/TD]
[TD]11[/TD]
[/TR]
</tbody>[/TABLE]
**
If the "FORMULA" = 44, I would like to know the exact position of this result (the one bolded in the matrix)
So far I have tried CELL("address" but id doesn't seem to work because my formula is MIN(IF array formula.
I would appreciate any ideas or solutions.
I have stumbled upon a problem while trying to extract the address of the formula's result. Namely, I am talking about the formula that calculated minimum value from the matrix based on the different criteria.
The matrix that I have created is simplified just for the purpose of this question.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]V. Criteria 1[/TD]
[TD]V. Criteria 2[/TD]
[TD]V. Criteria 3[/TD]
[/TR]
[TR]
[TD]H. Criteria 1[/TD]
[TD]22[/TD]
[TD]33[/TD]
[TD]44[/TD]
[/TR]
[TR]
[TD]H. Criteria 2[/TD]
[TD]22[/TD]
[TD]33[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]H. Criteria 3[/TD]
[TD]25[/TD]
[TD]44[/TD]
[TD]11[/TD]
[/TR]
</tbody>[/TABLE]
**
If the "FORMULA" = 44, I would like to know the exact position of this result (the one bolded in the matrix)
So far I have tried CELL("address" but id doesn't seem to work because my formula is MIN(IF array formula.
I would appreciate any ideas or solutions.