Search code examples
spreadsheettranspose

Transpose thing in Google Sheets


I have question about transpose in Google Spreadsheets

I have source and expectation result in my file, maybe you will easily understand after open my sample file

Here is the link : TRANSPOSE SAMPLE FILE

Thank You!


Solution

  • =ArrayFormula(QUERY(SPLIT(FLATTEN(A3:A&"♦"&B3:F),"♦"),"select * where Col2 is not null",0))