Hi Tom, I do have a dataset in excel, and it looks somewhat as shown below in excel: A B C D E 1 name;age;state;country;labs 2 duf;45;lopos;;7 3 steve;;bol;90 rolo;76 4 kevin;30;nu;zip;32 5 bela;9;hun; zip;87;Neo;lot;9 There are about 9000 rows with most data located under column A. Occasionally, data is located in column B as well but nothing recorded in columns C, D, E. The main challenge I have is how to separate the data in column A and B (the A1 variables need to be split into separate columns and made the header of the table before splitting the variables in A2, A3, B3, and moving downwards till the 9000th row). The dataset is quite messed up, but it has very important data for my project. Hopefully, I will be able to work this out. Looking forward to a solution. Thanks so much.
... View more