I have sample output data that comes out in column form like this:
1:1
2:3
4:5
I need to separate the values into individual columns and then make it go across rows to end up looking like this:
1 1 2 3 4 5
I want to do this in Excel or Access. I can make excel separate it into 1 1 OR move it to rows but I can't figure out how to do both.
1:1
2:3
4:5
I need to separate the values into individual columns and then make it go across rows to end up looking like this:
1 1 2 3 4 5
I want to do this in Excel or Access. I can make excel separate it into 1 1 OR move it to rows but I can't figure out how to do both.
Comment