For simplicity, let us consider a number columns that are filled with values generated by the SEQUENCE formula with a variable number of rows (common for all columns).
What I would like to obtain is another column array (with the same variable number of rows) where each row or element of the array is a TEXTJOIN formula of the elements of that row.
The first small issue is that while it is possible to refer to a single array, e.g. A1#, it is not possible to refer to a range of them and do something like A1#:F1#. It is somewhat inconvenient but I could add the individual arrays to the TEXTJOIN formula (A1#,B1#,C1#,D1#,...). [Correction: It is actually possible to do so]
The main problem is that I have not found any way to get the corresponding concatenated strings for each of the rows. I do not know if I have not found the way or it is simply not possible. A VBA alternative would not be ideal but could be considered as well.