i have 4 columns containing data
a is employee number example 123132
b is employee name example joe blogs
c is a number
so example
123132 Joe Bloggs 1.00
213233 Peter Jones 1.00
213167 Sea Young 1.00
heres the challenge
if the column c says 3.00
i want this to create in total 2 additional rows for that person
or again if says 6.00 then 5 additional rows for that person
so heres the example
123132 Joe Bloggs 1.00
213233 Peter Jones 3.00
213167 Sea Young 1.00
213233 Peter Jones
213233 Peter Jones
or another example
123132 Joe Bloggs 6.00
213233 Peter Jones 3.00
213167 Sea Young 1.00
123132 Joe Bloggs
123132 Joe Bloggs
123132 Joe Bloggs
123132 joe Bloggs
123132 Joe Bloggs
213233 Peter Jones
213233 Peter Jones
hope the above clear ? lol
a is employee number example 123132
b is employee name example joe blogs
c is a number
so example
123132 Joe Bloggs 1.00
213233 Peter Jones 1.00
213167 Sea Young 1.00
heres the challenge
if the column c says 3.00
i want this to create in total 2 additional rows for that person
or again if says 6.00 then 5 additional rows for that person
so heres the example
123132 Joe Bloggs 1.00
213233 Peter Jones 3.00
213167 Sea Young 1.00
213233 Peter Jones
213233 Peter Jones
or another example
123132 Joe Bloggs 6.00
213233 Peter Jones 3.00
213167 Sea Young 1.00
123132 Joe Bloggs
123132 Joe Bloggs
123132 Joe Bloggs
123132 joe Bloggs
123132 Joe Bloggs
213233 Peter Jones
213233 Peter Jones
hope the above clear ? lol