I'm trying to take a row of data in Google Sheets and transpose it into multiple rows in a new worksheet. See example spreadsheet. Each row should have the filenames for one product. The products can be distinguished by the unique hex product ID (which is the first four characters of the filename).
I assume that if this can be done it will be done with a combination of ARRAYFORMULA and TRANSPOSE, but I'm wondering if it can actually be done with standard Sheets formulas at all.
The list of filenames I would be pasting in could always have blank rows between products, so any formula/script could either use the blank rows or the 4-character ID to determine when to create a new row.