I have couples of people’s names side by side. I need to move the second under the first maintain all other data doubled for the new line, without shifting rows data. Hoping to have been clear enough.
thanks in advance
There is another little problem. i need to maintain the couple information, in other words I need to know with whom the people in one column stays with the other after they are stacked.
At best should be the second name of the Mr. so the second name of the man in the first row, if this is too complex could be simply a unique number (common to both names in the couple), or another unique txt sequence.
The transformation is based on the assumption that the last name of the MR is the couple last name. If Couple last name is in the data it is just like the Value 1,…n fields
Thanks olaf, i can’t figure out to use a regex formula to use only the first two spaces to split name and second name, because often I have composit second names (built from more than one word)