Hello,
I know I can assign a single cell or a continuous range of cells to a LET parameter as below:
=LET(x,A1,operation...)
=LET(x,A1:M1,operation...)
But how would I assign multiple discontinuous cells to the x parameter? I'm hoping I can do something like this:
=LET(x,{A1;B6;D23;G12},operation...)
Thanks for any input!
Edit: I meant to say LET parameter in the title, but there is no way of editing it now. If possible, it would be great if one of the forum administrators could fix this; thank you
I know I can assign a single cell or a continuous range of cells to a LET parameter as below:
=LET(x,A1,operation...)
=LET(x,A1:M1,operation...)
But how would I assign multiple discontinuous cells to the x parameter? I'm hoping I can do something like this:
=LET(x,{A1;B6;D23;G12},operation...)
Thanks for any input!
Edit: I meant to say LET parameter in the title, but there is no way of editing it now. If possible, it would be great if one of the forum administrators could fix this; thank you