Hi!
I have a table with something like 1500 rows. Each row has two columns. On the first one there is the name of a person, on the second on a certain attribute for this person. One person can have several attributes so next row could be name1 attribute2. In total there are something like 500 names and 150 attributes. The problem is the following: I have another list of 44 names and I want to identify all the attributes for these names in separate columns each name. Can someone help me? Thanks in advance!!!
Regards
Francois
Here is how the table looks like:
A B C
1 name1 attribute1 name1
2 name1 attribute2 name3
3 name2 attribute1 name4
4 name2 attribute4
5 name2 attribute5
6 name3 attribute4
7 name3 attribute6
8 name5 attribute1
9 name5 attribute2
10 name6 attribute8
A B C
1 name1 name3 name4
2 attribute1 attribute4
3 attribute2 attribute6
I have a table with something like 1500 rows. Each row has two columns. On the first one there is the name of a person, on the second on a certain attribute for this person. One person can have several attributes so next row could be name1 attribute2. In total there are something like 500 names and 150 attributes. The problem is the following: I have another list of 44 names and I want to identify all the attributes for these names in separate columns each name. Can someone help me? Thanks in advance!!!
Regards
Francois
Here is how the table looks like:
A B C
1 name1 attribute1 name1
2 name1 attribute2 name3
3 name2 attribute1 name4
4 name2 attribute4
5 name2 attribute5
6 name3 attribute4
7 name3 attribute6
8 name5 attribute1
9 name5 attribute2
10 name6 attribute8
A B C
1 name1 name3 name4
2 attribute1 attribute4
3 attribute2 attribute6