scottyyboyy
New Member
- Joined
- Feb 2, 2015
- Messages
- 41
hi all,
i have 800,00 rows of data and i need to move the text into 1 cell where they have a matching value in another cell.
[TABLE="width: 300, align: center"]
<tbody>[TR]
[TD]11723[/TD]
[TD]scott smith[/TD]
[TD]scott smith[/TD]
[/TR]
[TR]
[TD]11723[/TD]
[TD]jack harry[/TD]
[TD]scott smith, jack harry[/TD]
[/TR]
[TR]
[TD]11723[/TD]
[TD]ben phillips[/TD]
[TD]scott smith, jack harry, ben phillips[/TD]
[/TR]
[TR]
[TD]11122[/TD]
[TD]carrie cloud[/TD]
[TD]carrie cloud[/TD]
[/TR]
[TR]
[TD]11122[/TD]
[TD]gemma hugh[/TD]
[TD]carrie cloud, gemma hugh[/TD]
[/TR]
[TR]
[TD]11122[/TD]
[TD]billy temps[/TD]
[TD]carrie cloud, gemma hugh, billy temp[/TD]
[/TR]
[TR]
[TD]11122[/TD]
[TD]harry gent[/TD]
[TD]carrie cloud, gemma hugh, billy temp, harry gent[/TD]
[/TR]
</tbody>[/TABLE]
so if the number matches in column A then i need it to look like column c
i have tried using a normal concatenate but this doesn't work due to the amount or rows and data
Can anyone help with this and sorry if i'm not making sense
i have 800,00 rows of data and i need to move the text into 1 cell where they have a matching value in another cell.
[TABLE="width: 300, align: center"]
<tbody>[TR]
[TD]11723[/TD]
[TD]scott smith[/TD]
[TD]scott smith[/TD]
[/TR]
[TR]
[TD]11723[/TD]
[TD]jack harry[/TD]
[TD]scott smith, jack harry[/TD]
[/TR]
[TR]
[TD]11723[/TD]
[TD]ben phillips[/TD]
[TD]scott smith, jack harry, ben phillips[/TD]
[/TR]
[TR]
[TD]11122[/TD]
[TD]carrie cloud[/TD]
[TD]carrie cloud[/TD]
[/TR]
[TR]
[TD]11122[/TD]
[TD]gemma hugh[/TD]
[TD]carrie cloud, gemma hugh[/TD]
[/TR]
[TR]
[TD]11122[/TD]
[TD]billy temps[/TD]
[TD]carrie cloud, gemma hugh, billy temp[/TD]
[/TR]
[TR]
[TD]11122[/TD]
[TD]harry gent[/TD]
[TD]carrie cloud, gemma hugh, billy temp, harry gent[/TD]
[/TR]
</tbody>[/TABLE]
so if the number matches in column A then i need it to look like column c
i have tried using a normal concatenate but this doesn't work due to the amount or rows and data
Can anyone help with this and sorry if i'm not making sense