Hello,
Would it be possible to output a string corresponding to the syntax of a parameter? Here is an example:
=LET(x,A5:H5,operation...)
Would it be possible to have a function in place of "operation" that would get the string output of the second parameter's syntax as "A5:H5" (without the quotes)?
(Everything I tried so far generate strings from the actual contents of A5:H5.)
Thanks for any input!
Would it be possible to output a string corresponding to the syntax of a parameter? Here is an example:
=LET(x,A5:H5,operation...)
Would it be possible to have a function in place of "operation" that would get the string output of the second parameter's syntax as "A5:H5" (without the quotes)?
(Everything I tried so far generate strings from the actual contents of A5:H5.)
Thanks for any input!