HI,
i need to take data from a client excel file and make it into a load excel file for work
i need to then have the data look tike this for the load file:
then repeated like 100 times
Thanks!
i need to take data from a client excel file and make it into a load excel file for work
A | B | C | D |
123 | abc-10 | abc-az | abc-20-def |
456 | ghi-20 | ghi-cd | ghi-30-jkl |
789 | mno-30 | mno-ef | mno-30-pqr |
i need to then have the data look tike this for the load file:
A | B | C |
123 | abc-10 | 1 |
123 | abc-az | 2 |
123 | abc-20-def | 3 |
456 | ghi-20 | 1 |
456 | ghi-cd | 2 |
456 | ghi-30-jkl | 3 |
789 | mno-30 | 1 |
789 | mno-ef | 2 |
789 | mno-30-pqr | 3 |
then repeated like 100 times
Thanks!