Forum Discussion
aviva65
Sep 22, 2023Copper Contributor
Separating names into 2 columns
I have been able to separate first/last names from one column to 2 in the past but can no longer, and I don't understand why. When I have a list of names, some of which might be 2 words, some might ...
aviva65
Sep 23, 2023Copper Contributor
I went back and tried your suggestion again with clearing the data using ALT0160 and it has helped. I am still playing with it, but I thank you for that suggestion!
SergeiBaklan
Sep 23, 2023MVP
You may
=SUBSTITUTE(E3, " ", CHAR(160) )
drag it down and split result. Before entering the formula be sure cells are in General format.
- aviva65Sep 25, 2023Copper ContributorThank you!