felipelisboam
New Member
- Joined
- Jul 18, 2016
- Messages
- 1
Hello.
Im having trouble merging duplicate fields with same First and Last name. My spreadsheet looks like this:
[TABLE="width: 631"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]FIRST_NAME[/TD]
[TD]LAST_NAME[/TD]
[TD]YEAR[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2013[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2012[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2011[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2009[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2008[/TD]
[/TR]
</tbody>[/TABLE]
I basically need to combine it all under one row to look like this:
[TABLE="width: 631"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]FIRST_NAME[/TD]
[TD]LAST_NAME[/TD]
[TD]YEAR[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2008, 2009, 2011, 2012, 2013
[/TD]
[/TR]
</tbody>[/TABLE]
Can someone please help? Been struggling with this for a while.
Thanks a lot!
Felipe
Im having trouble merging duplicate fields with same First and Last name. My spreadsheet looks like this:
[TABLE="width: 631"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]FIRST_NAME[/TD]
[TD]LAST_NAME[/TD]
[TD]YEAR[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2013[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2012[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2011[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2009[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2008[/TD]
[/TR]
</tbody>[/TABLE]
I basically need to combine it all under one row to look like this:
[TABLE="width: 631"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]FIRST_NAME[/TD]
[TD]LAST_NAME[/TD]
[TD]YEAR[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Jones[/TD]
[TD]2008, 2009, 2011, 2012, 2013
[/TD]
[/TR]
</tbody>[/TABLE]
Can someone please help? Been struggling with this for a while.
Thanks a lot!
Felipe