Hello,
I try to use theis function:
=MATCH(A1;M1:M10;1)
but I want the letter M of the array argument to generated by another function (like another MATCH.
When using for example:
=MATCH(A1;CHAR(64+13)&1&":"&CHAR(64+13)&10;1)
I get #VALUE! error, as the whole CHAR(64+13)&1&":"&CHAR(64+13)&10 introduces double quotes when evaluated.
How to get rid of the quotes?
I try to use theis function:
=MATCH(A1;M1:M10;1)
but I want the letter M of the array argument to generated by another function (like another MATCH.
When using for example:
=MATCH(A1;CHAR(64+13)&1&":"&CHAR(64+13)&10;1)
I get #VALUE! error, as the whole CHAR(64+13)&1&":"&CHAR(64+13)&10 introduces double quotes when evaluated.
How to get rid of the quotes?