I did a search on "split" but was not able to find a solution for this one.
I've got a column of names but some of the cells contain multiple - up to 20 - lines of names and I'd like to create another column containing all of those names so that I can de-dupe it and the use it for getting totals from another tab.
The cells with multiple lines have "#. " in front of the names in a format like this:
ROW----- CELL DATA
1-------- OBAMA
2-------- HILLARY CLINTON
3-------- MCCAIN
4-------- 1. OBAMA
--------- 2. HILLARY CLINTON
--------- 3. MICKY MOUSE
5-------- 1. DAFFY DUCK
--------- 2. MINNIE MOUSE
So I would like to end up with:
row-cell data
1---OBAMA
2---HILLARY CLINTON
3---MCCAIN
4---OBAMA
5---HILLARY CLINTON
6---MICKY MOUSE
7---DAFFY DUCK
8---MINNIE MOUSE
Any ideas?
Thanks for having such a great source of shared info!!
Bookmarks