Hello,
I need to consolidate rows that have duplicate records, emails addresses, and concatente a unique data piece from the record into one field. I found a post using concatenate, but could not quite get the output I was looking for.
Example
Name Email Model#
Bob bob@bob.com A
Bob bob@bob.com B
Bob bob@bob.com C
Would turn into:
Name Email Model #
Bob bob@bob.com A,B,C
Any direction is appreciated!
I need to consolidate rows that have duplicate records, emails addresses, and concatente a unique data piece from the record into one field. I found a post using concatenate, but could not quite get the output I was looking for.
Example
Name Email Model#
Bob bob@bob.com A
Bob bob@bob.com B
Bob bob@bob.com C
Would turn into:
Name Email Model #
Bob bob@bob.com A,B,C
Any direction is appreciated!