Kentman
Active Member
- Joined
- Apr 26, 2010
- Messages
- 260
I've searched the forum and cannot seem to find the answer to this but I'm sure I've seen it before somewhere!
I have a column of names along with a crime number. Some names are associated with more than one crime but the victim will be different so a name might appear a number of times in the name column but the corresponding other name for a crime number will be different - it's a bit difficult to put into words so an example might look like this:
CrimeNumber Name
1 JimJones190600101
1 Jack
2 JimJones190600101
2 John
3 HarryArnold19760304
3 Bill
4 HarryArnold19760304
4 Gordon
I would like to be able to get:
Col1 Col2 Col3
JimJones190600101 Jack John
HarryArnold19760304 Bill Gordon
The names are unique as they are a concatenation of the forename, sirname & DOB so if there are a number of Jims each could be picked out as a different person (I haven't written every name in full but they are this format).
I can't put real data as it is sensitive (the data above is ficticious and does not identify anyone with similar details).
Any help would be appreciated.
I have a column of names along with a crime number. Some names are associated with more than one crime but the victim will be different so a name might appear a number of times in the name column but the corresponding other name for a crime number will be different - it's a bit difficult to put into words so an example might look like this:
CrimeNumber Name
1 JimJones190600101
1 Jack
2 JimJones190600101
2 John
3 HarryArnold19760304
3 Bill
4 HarryArnold19760304
4 Gordon
I would like to be able to get:
Col1 Col2 Col3
JimJones190600101 Jack John
HarryArnold19760304 Bill Gordon
The names are unique as they are a concatenation of the forename, sirname & DOB so if there are a number of Jims each could be picked out as a different person (I haven't written every name in full but they are this format).
I can't put real data as it is sensitive (the data above is ficticious and does not identify anyone with similar details).
Any help would be appreciated.