I’m looking to get the row and column names for a specific value in a matrix.
In the below example with the value 5, I want to retrieve “B” & “X”
A B C
W 1 2 3
X 4 5 6
Y 7 8 9
I’m looking to get the row and column names for a specific value in a matrix.
In the below example with the value 5, I want to retrieve “B” & “X”
A B C
W 1 2 3
X 4 5 6
Y 7 8 9