E
Eddy
Hi,
I've been checking (and trying) different answers given on the transpose
subject but no avail.
I've received a source file with data in rows like:
EmployeeNumber Field1
1 A
1 B
2 A
3 A
3 B
3 C
I need to manipulate the data to end up with following target table structure
EmployeeNumber Field1 Field2 Fieldd3
1 A B
2 A
3 A B C
Any suggestions will be much appreciated
Thanks
I've been checking (and trying) different answers given on the transpose
subject but no avail.
I've received a source file with data in rows like:
EmployeeNumber Field1
1 A
1 B
2 A
3 A
3 B
3 C
I need to manipulate the data to end up with following target table structure
EmployeeNumber Field1 Field2 Fieldd3
1 A B
2 A
3 A B C
Any suggestions will be much appreciated
Thanks