I'm trying merge rows that contain similar data using the easiest method possible, but i assume it will require some VBA. If anybody is able to point me in the right direction that would be great.
An example of what i'm trying to achieve is:
Turned into:
EDIT: I've managed to pile together what i need, however it seems to place the non duplicate data into the same column separated by a ";" as opposed to my preferred Name 1 | Name 2 | Name 3 any thoughts on updating this to populate separate cells rather than the same? It also only seems to use logic on two columns as opposed to three i'm requiring.
Here is the update:
Bookmarks