Column A has cell index values like Z44,A666, etc.
For example, maybe cell A6 has value B5.
How do I write a function that maps input A6 to output which is the value in cell B5?
That is, what function do I use to make
=FUNCTION(A6)
return the value at B5?
Thanks for any help!