Yes....but it's a 2-step process,
Step_1: Break apart the values into separate columns.
Select the one-column range of values containing the "alt-entered' items.
(Make sure there are enough blank columns to the right of that range to accommodate the number of items in the cells)
<data><text-to-columns>
Check: Delimited...........Click [Next]
Check: Other
....select the "other box"
...Ctrl+J <--That puts an invisible carriage return in the box.
Click [Finish]
If A1 contains the below list separated by Alt-Enters
1
2
3
4
After you follow the above steps, the results will be
A1: 1
B1: 2
C1: 3
D1: 4
That was the easy part.
Step_2: Convert the horizontal arrays to vertical arrays.
Make room below each horizontal list
Copy/Paste_Special.Transpose each list
Post back if you have more questions.
Bookmarks