So I have this massive spreadsheet that was given to me with one column with about 100000 rows that require to be cleaned up. The client, the tech peasant that he is, over the course of the month entered it in this way.
What I need to do is to clean the column and place select rows them in the appropriate column I'll create. Everything is a number in here with the only flags is that the client put a special character at the end such as : and *
Don't ask.
Sadly, if it was at the start, I could have done something pretty easily.
What can I do?
Here's a sample size.
J5678234
0944645 :
H812634
0906618 :
A467832
0906843 :
I want it to look like
Column A :
J5678234
H812634
A467832
Column B :
0944645 :
0906618 :
0906843 :
What I need to do is to clean the column and place select rows them in the appropriate column I'll create. Everything is a number in here with the only flags is that the client put a special character at the end such as : and *
Don't ask.
Sadly, if it was at the start, I could have done something pretty easily.
What can I do?
Here's a sample size.
J5678234
0944645 :
H812634
0906618 :
A467832
0906843 :
I want it to look like
Column A :
J5678234
H812634
A467832
Column B :
0944645 :
0906618 :
0906843 :