Wilco()
Member
Bluecell has an excercise and I could not solve it because the *1 was needed to get the right value. I attached the excercise.
The exercise is:
For the chessboard, insert a square reference in the yellow cell (ex. "d4"). Insert two separate formulas in each of the blue squares that will indicate how many cells to the right and how many cells down the square reference is positioned.
The formula (correct answer) is =MATCH(RIGHT(M8;1)*1;E12:E19;0)
But why the *1? All I know i get NA without it.
The exercise is:
For the chessboard, insert a square reference in the yellow cell (ex. "d4"). Insert two separate formulas in each of the blue squares that will indicate how many cells to the right and how many cells down the square reference is positioned.
The formula (correct answer) is =MATCH(RIGHT(M8;1)*1;E12:E19;0)
But why the *1? All I know i get NA without it.