I am looking for a solution to expand an excel matrix as per the example below:
Source data:
        6-14        14-22         22-6
Peter     3           4             2 
Paul      4           4           
Percy     2           2  
Pauline               1             4
Eventual output:
Peter    6-14
Peter    6-14
Peter    6-14
Peter    14-22
Peter    14-22
Peter    14-22
Peter    14-22
Peter    22-6
Peter    22-6
Paul     6-14
Paul     6-14
Paul     6-14
Paul     6-14
Paul     14-22
.....
The idea being that i adjust the values in the matrix to increase/decrease the number of rows generated per person.
Does anyone have any idea how to do this as i am stumped....
Many thanks for any help.
 
    