I have this formula that splits 7 columns into 84 columns.
=arrayformula(SPLIT(arrayformula(join(";",rept(B2:H2&";",12))),";"))
I'd like to use the arrayformula but for the entire rows without having to copy the formula.
I tried the following but it doesn't work: =arrayformula(SPLIT(arrayformula(join(";",rept(B2:B:H2:H&";",12))),";"))
https://docs.google.com/spreadsheets/d/1qtl_HVMHelT59-ysk8q0-CzuxOt9RWLbYe0ANUW9G6U/edit?usp=sharing
Thank you!