I need the formula to transpose and split a comma-separated list and repeat it by a value in another cell.
See my sheet:
https://docs.google.com/spreadsheets/d/1AuBOdGhQWaXKSKghSzS7wcwQpiAnzZ9rskNUvptPbEQ/edit?usp=sharing
So far I have the following formula to transpose and split but it needs to repeat:
=TRANSPOSE(SPLIT(A1,","))