Hi,
how can I get from Input to Output data:
Input
Employee Code
1 22
2 9
1 113
3 22
4 9
3 113
Output
Employee Code9 Code22 Code113
1 No Yes Yes
2 Yes No No
3 No Yes Yes
4 Yes
Creating the new fields (i.e. Code9, Code22, Code113) is not terribly difficult. I`m more struggling with how to fill them in correctly.
Thanks for any hints you folks can offer,
Joanna