L
Loretta Jean
Is there an easy way to convert the following:
Col A Col B Col C .....and so forth
Row 1 UserID Role1 Role 2 ....
Row 2 JeandL ABK098 CDKG3
Row 3 EdmonK DS0987 CK987
To this:
Col A Col B
Row 1 JeandL ABK098
Row 2 JeandL CDKG3
Row 3 EdmonK DS0987
Row 4 EdmonK CK987
The goal is to move each role (which are in multiple
columns) to one column for role, but to have the userid
repeated.
Transpose would require doing it line but line and this
file is really huge...
Thanks in advance for any help,
Loretta
Col A Col B Col C .....and so forth
Row 1 UserID Role1 Role 2 ....
Row 2 JeandL ABK098 CDKG3
Row 3 EdmonK DS0987 CK987
To this:
Col A Col B
Row 1 JeandL ABK098
Row 2 JeandL CDKG3
Row 3 EdmonK DS0987
Row 4 EdmonK CK987
The goal is to move each role (which are in multiple
columns) to one column for role, but to have the userid
repeated.
Transpose would require doing it line but line and this
file is really huge...
Thanks in advance for any help,
Loretta