I have a basic register format, Matrix format, names in first column and dates across the top row.
A2:A20 Names (Range changes on class size)
B1:E1 Dates (Range changes)
A2:E20 = Counts numeric: (1 to 5)
I would like to convert this into a tabular format, unpivot the results considering the counts.
So if Name 1 attends twice in on Day 1 and Name 2 Attended once on Day 2 and Name 3 attend 5 times on Day 3: the output would show:
Row1:n1, d1
Row2:n1, d1
Row3:n2, d2
Row3:n3, d3
Row3:n3, d3
Row3:n3, d3
Row3:n3, d3
Row3:n3, d3
Could anyone help me with this? Will this work on Google Sheets?