yashwanthkumar
New Member
- Joined
- Nov 21, 2019
- Messages
- 2
Hi there,
I am trying to concatenate the related assignment numbers of students into one cell. The data in first 2 columns is what I have and I am trying to achieve the result as per third column. can some please assist me on how to do this?
there 1000 row items, each student will have different assignment numbers and can appear upto 10 times, what I need is all the assignment numbers belonging to a particular student to appear in a single cell with comma separators, is this doable?
I am trying to concatenate the related assignment numbers of students into one cell. The data in first 2 columns is what I have and I am trying to achieve the result as per third column. can some please assist me on how to do this?
there 1000 row items, each student will have different assignment numbers and can appear upto 10 times, what I need is all the assignment numbers belonging to a particular student to appear in a single cell with comma separators, is this doable?
Name | Assignment Numbers | What I need is |
ABC | 2 | 2,3,4 |
ABC | 3 | |
ABC | 4 | |
BBC | 1 | 1,7 |
BBC | 7 |