I'm using below code for joining multiple range(s)'s value to form a string, it work fine,
But now i need to use other formula to form the range inside it, it doesn't work anymore.
please see sample below
<tbody>
A
B
C
1
a
2
c
3
b
4
5
</tbody>
join(", ",A1:A3)...