Hello,
I have to import data form .txt file that goes like this:
XXX | YYY | 111 | aaaa
| | | zzzz
| | | xccc
AAA | zzz | 222 | qqqq
After importing and using "|" as separator, my Excel 2013 seems to "ignore" blank cells, and, in this example, "zzzz" is in row 2 col 1 instead of being in row 2 col 4, "xccc" in row 3 col 1 (proper localization: row 3 col 4), and so on. Is it possible to do those things as I desired by formulas/vba script?
Thank you in advance.
Bookmarks