Hi π
I want to do this :
FROM :
col1 row1 : ["item1.1", "item1.2", "item1.3"] | col2 row1 : ["item2.1", "item2.2", "item2.3"]
TO :
col1 row1 : item1.1 | col2 row1 : item2.1
col1 row2 : item1.2 | col2 row2 : item2.2
col1 row3 : item1.3 | col2 row3 : item2.3
It's ok for a single Array (fuction Expand Array To Rows π ) but not ok for multiple Arrays π
Can you help me ?
Sorry for my English => i'm French π
Thanks for your help !
Regards.