P
Payal
Hi, I have a excel data which is static till column "B",
after column "B" number of column with data varies for each row.
And I need to reformat the data as following. Please help!
Current Layout
**************************
NAME ADDRESS CON1Num CON1Name CON2Num CON2Name CON3Num CON3Name
CON4Num CON4Name CON5Num CON5Name
----------------------------------------------------------------------------------------------------------
X Inc. sffsdf 111 AAA 112 BBB 113 CCC
Y Inc. tyuity 211 eee 212 ggg
Z Inc. ewrwr 100 xxx 200 yyy 300 zzz
400 www 500 rrr
Desired Layout
***************************
Name Address CONNum CONName
---------------------------------------
X Inc. sffsdf 111 AAA
X Inc. sffsdf 112 BBB
X Inc. sffsdf 113 CCC
Y Inc. tyuity 211 eee
Y Inc. tyuity 212 ggg
Z Inc. ewrwr 100 xxx
Z Inc. ewrwr 200 yyy
Z Inc. ewrwr 300 zzz
Z Inc. ewrwr 400 www
Z Inc. ewrwr 500 rrr
after column "B" number of column with data varies for each row.
And I need to reformat the data as following. Please help!
Current Layout
**************************
NAME ADDRESS CON1Num CON1Name CON2Num CON2Name CON3Num CON3Name
CON4Num CON4Name CON5Num CON5Name
----------------------------------------------------------------------------------------------------------
X Inc. sffsdf 111 AAA 112 BBB 113 CCC
Y Inc. tyuity 211 eee 212 ggg
Z Inc. ewrwr 100 xxx 200 yyy 300 zzz
400 www 500 rrr
Desired Layout
***************************
Name Address CONNum CONName
---------------------------------------
X Inc. sffsdf 111 AAA
X Inc. sffsdf 112 BBB
X Inc. sffsdf 113 CCC
Y Inc. tyuity 211 eee
Y Inc. tyuity 212 ggg
Z Inc. ewrwr 100 xxx
Z Inc. ewrwr 200 yyy
Z Inc. ewrwr 300 zzz
Z Inc. ewrwr 400 www
Z Inc. ewrwr 500 rrr