I have a worksheet that I've been struggling with the past couple of days...
As an example, I've detailed the following:
Forename, Pet Type, Pet1, Pet2, Pet3, etc
John, Dog, , , ,
John, Cat, , , ,
Karen, Rabbit, , , ,
Bob, Horse, , , ,
Bob, Pony, , , ,
Mark, Dog, , , ,
Mark, Dog, , , ,
Mark, Bird, , , ,
What I want to be able to do is run down column A to find the forename and then populate the "Pet1", "Pet2", "Pet3" (etc - max of 10) with the relevant values from Column B and then delete the duplicate row (after the "original") to show a single row for each forename.
Example Wanted Result:
Forename, Pet Type, Pet1, Pet2, Pet3, etc
John, Dog, Cat, , ,
Karen, Rabbit, , , ,
Bob, Horse, Pony, , ,
Mark, Dog, Dog, Bird, ,
Please, can anyone help?
Bookmarks