J
JM
Hi,
I'm trying to enter an array function. This works:
INDIRECT("j"&2&":j31")
but this does not:
INDIRECT("j"&ROW(J2)&":j31")
I get a #VALUE error. Ultimately, I would like to have
the final function evaluate based on the row in which it
is located. I.e., I'd like to be able to simply use Row
() instead of "hardcoding" the J2 part.
Any help would be greatly appreciated.
Thanks,
JM
I'm trying to enter an array function. This works:
INDIRECT("j"&2&":j31")
but this does not:
INDIRECT("j"&ROW(J2)&":j31")
I get a #VALUE error. Ultimately, I would like to have
the final function evaluate based on the row in which it
is located. I.e., I'd like to be able to simply use Row
() instead of "hardcoding" the J2 part.
Any help would be greatly appreciated.
Thanks,
JM