I have a sheet that has data from E4:DT351. This data is arranged in groupings of 4 with each grouping having a header and corresponding to a player. Currently the "toon names" are down column C.I need to have all of this data copied to a new sheet, but the data needs to be kept in the groupings of 4 and associated with each player and each toon name with the Player names going down column C and the Toon Names across Row 2.Is there any way to accomplish this? It is a lot of data that I need to move without manually doing it.
I tried using this formula:
=TRANSPOSE( FILTER('Players and Toons'!E4:$DT4, MOD(COLUMN('Players and Toons'!E4:$DT4)- COLUMN('Players and Toons'!E4), 4) = 0))However, this requires me to then update it manually for every row (E5:DT5, E6:DT6, etc.) and there are a total of 351 rows. I don't know how to automate this process.
