J
JamesBurrows
Hi all,
I have data that looks something like this
6"/7"/3" DATA1
1" DATA2
2"/1" DATA3
8" DATA4
9" DATA5
8" DATA6
1"/2" DATA7
what i need to be able to do is to split the data so that when there i
more than one size in one cell the whole row is copied as many times a
there are sizes so the result would look like. The copying of the dat
is not a problem but what code do I use to split it all up.
6" DATA1
7" DATA1
3" DATA1
1" DATA2
2" DATA3
1" DATA3
8" DATA4
9" DATA5
8" DATA6
1" DATA7
2" DATA7
Hope this makes sense.
Thanks in advanc
I have data that looks something like this
6"/7"/3" DATA1
1" DATA2
2"/1" DATA3
8" DATA4
9" DATA5
8" DATA6
1"/2" DATA7
what i need to be able to do is to split the data so that when there i
more than one size in one cell the whole row is copied as many times a
there are sizes so the result would look like. The copying of the dat
is not a problem but what code do I use to split it all up.
6" DATA1
7" DATA1
3" DATA1
1" DATA2
2" DATA3
1" DATA3
8" DATA4
9" DATA5
8" DATA6
1" DATA7
2" DATA7
Hope this makes sense.
Thanks in advanc