In a Pivot - I have Animals in Column A and the list of 4 animals are populated in Column B, I want all the 4 to be merged to the first Cell, My Pivot has values in Green and I want the green to be converted like the below RED, Need a formula or macro to convert a huge list.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Animals[/TD]
[TD]Dog[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Lion[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Tiger[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Goat[/TD]
[/TR]
[TR]
[TD]Birds[/TD]
[TD]Pigeon[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Crow[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Eagle[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Sparrow[/TD]
[/TR]
[TR]
[TD]Animals[/TD]
[TD]Dog
Lion
Tiger
Goat[/TD]
[/TR]
[TR]
[TD]Birds[/TD]
[TD]Pigeon
Crow
Eagle
Sparrow[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Animals[/TD]
[TD]Dog[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Lion[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Tiger[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Goat[/TD]
[/TR]
[TR]
[TD]Birds[/TD]
[TD]Pigeon[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Crow[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Eagle[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Sparrow[/TD]
[/TR]
[TR]
[TD]Animals[/TD]
[TD]Dog
Lion
Tiger
Goat[/TD]
[/TR]
[TR]
[TD]Birds[/TD]
[TD]Pigeon
Crow
Eagle
Sparrow[/TD]
[/TR]
</tbody>[/TABLE]