Home > Back-end >  Transforming data from multiple columns to rows and keeping "labels"
Transforming data from multiple columns to rows and keeping "labels"

Time:11-12

I am trying to create a Google Sheet where some of the data is inputet on a column basis. Like this

enter image description here

This input is done in a Input sheet. And then I want to transform the data into this form in the Output sheet.

enter image description here

I have no idea how I could do this in a simple way. I did think about some solution using the Transpose function, but I can't realy wrap my head around how to solve this.

Here is a link to the sheet if anyone can help me out: enter image description here

  • Related