I have two columns, one where each cell contains a comma-separated list of first names and the second column where each cell contains a comma-separated list of second names. I need to "zipper" the two columns into a third column containing a comma-separated list of full names.
For example:
Column A Column B Column C (formula?)
Joe, Frank, Billy Bloggs, Spencer, Bragg Joe Bloggs, Frank Spencer, Billy Brag
Martin, Michael, Charlie Sheen, Sheen, Sheen Martin Sheen, Michael Sheen, Charlie Sheen
Unfortunately I cannot use Macros, the only option I can use is some kind of formula but nothing springs to mind.
Is this an impossible formula to write?
Many thanks for the help!