Please see the example.
I want to take all the matching rows and add the employee name in the 5th column to the end of the row.
I want to take all the matching rows and add the employee name in the 5th column to the end of the row.
Project # | Type | Task | Description | Assigned To | ||||
HCC939 | NA | Design | Create Design for customer | Bob Smith | ||||
HCC939 | NA | Design | Create Design for customer | Frank Jones | ||||
HCC939 | NA | Design | Create Design for customer | Tom French | ||||
HCC939 | NA | Dev | Point of Sale Credit Card system creation | Ted Brown | ||||
HCC939 | NA | Dev | Point of Sale Credit Card system creation | Ed Black | ||||
Project # | Type | Task | Description | Assigned To | Assigned To | Assigned To | Assigned To | |
HCC939 | NA | Design | Create Design for customer | Bob Smith | Frank Jones | Tom French | ||
HCC939 | NA | Dev | Point of Sale Credit Card system creation | Ted Brown | Ed Black | |||
since rows 2,3,4 are the same in columns A-B-C-D I want to produce a row like row 9 with the names appened to the end. |