Hey Again,
How would I go about doing this?
Lets say I have data like this:
0000abcd123
0001efgh123
0002ijkl123
0003mnop123
And I want to lay it out like:
Code Letters Numbers
0000 abcd 123
0001 efgh 123
0002 ijkl 123
0003 mnop 123
I know how to get the headings, but how do I separate the data like that? Thanks Again!
How would I go about doing this?
Lets say I have data like this:
0000abcd123
0001efgh123
0002ijkl123
0003mnop123
And I want to lay it out like:
Code Letters Numbers
0000 abcd 123
0001 efgh 123
0002 ijkl 123
0003 mnop 123
I know how to get the headings, but how do I separate the data like that? Thanks Again!