Appending Arrays
Appending Arrays
Hi,
how is the syntax for specifying an array manually?
E.g. I have Data in A1, A2, B1, B2, that I need as a single array A1, A2, B1, B2
In Google Sheets I write {A1:A2,B1:B2}
In Excel I write VSTACK(A1:A2;B1:B2)
How do I do it in Zoho?
Thanks