Greetings everyone!
I'm looking for a way to combine several duplicate rows of data into one by combining columns. Here's a sample, as you can see column A and B don't change but columns C and D could be different combinations. I'm looking to see if I can combine the repeating rows into one by adding the different data to the C column and removing the D column by adding it into C somehow.
For example Jim Smith would go from 4 rows to 1 that looked similar to: TR10000144 | Jim Smith | ICS 700 (Pre-deployment) (Pending Completion Approval)/ICS-700 (Completed)/ICS-100 (Pre deployment)(Completed)/ICS-100(Completed)|
I really appreciate it, I've tried a few things but it throws me that sometimes there's 2 duplicates and sometimes there's up to 7, not sure how to work around that. Thanks!
-Mike
I'm looking for a way to combine several duplicate rows of data into one by combining columns. Here's a sample, as you can see column A and B don't change but columns C and D could be different combinations. I'm looking to see if I can combine the repeating rows into one by adding the different data to the C column and removing the D column by adding it into C somehow.
For example Jim Smith would go from 4 rows to 1 that looked similar to: TR10000144 | Jim Smith | ICS 700 (Pre-deployment) (Pending Completion Approval)/ICS-700 (Completed)/ICS-100 (Pre deployment)(Completed)/ICS-100(Completed)|
Excel 2012 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | TR Identification Number | User Full Name | Training Title | Transcript Status | ||
2 | TR10000144 | Jim Smith | ICS 700 (Pre-deployment Basic Course) | Pending Completion Approval | ||
3 | TR10000144 | Jim Smith | ICS-700 | Completed | ||
4 | TR10000144 | Jim Smith | ICS 100 (Pre-deployment Basic Course) | Completed | ||
5 | TR10000144 | Jim Smith | ICS-100 | Completed | ||
6 | TR0008365 | David Copperfield | ICS 700 (Pre-deployment Basic Course) | Completed | ||
7 | TR0008365 | David Copperfield | ICS 100 | Completed | ||
8 | TR0008365 | David Copperfield | ICS 100 (Pre-deployment Basic Course) | Completed | ||
9 | TR0008365 | David Copperfield | ICS 700 | Completed | ||
10 | TR0008365 | David Copperfield | IS-700a | Completed | ||
11 | TR0008365 | David Copperfield | IS-100b | Completed | ||
12 | TR0013751 | Wonder, Woman | FEMA ICS-100 | Completed | ||
13 | TR0013751 | Wonder, Woman | ICS-700 | Completed | ||
14 | TR10001115 | Super, Man | ICS 700 (Pre-deployment Basic Course) | Pending Approval | ||
15 | TR10001115 | Super, Man | IS-100 | Completed | ||
16 | TR10001115 | Super, Man | IS-700 | Completed | ||
Sheet1 |
I really appreciate it, I've tried a few things but it throws me that sometimes there's 2 duplicates and sometimes there's up to 7, not sure how to work around that. Thanks!
-Mike