I am at a complete loss here.....I have a few columns that I need to spread out and can't quite figure it out. Obviously, this data was not collected correctly from the get-go, but now I have to deal with getting it right.
Example:
COLUMN A COLUMN B COLUMN C
Bob Miles 650
Bob Miles 575
Jim Miles 685
Jim Miles 480
Bob Stops 7
Bob Stops 5
Is there a way to convert this to 3 new columns like below:
Name Miles Stops
Bob 650 7
Bob 575 5
Jim 685 0
Jim 480 0
I hope that makes sense and I really hope it is do-able - any suggestions??
Example:
COLUMN A COLUMN B COLUMN C
Bob Miles 650
Bob Miles 575
Jim Miles 685
Jim Miles 480
Bob Stops 7
Bob Stops 5
Is there a way to convert this to 3 new columns like below:
Name Miles Stops
Bob 650 7
Bob 575 5
Jim 685 0
Jim 480 0
I hope that makes sense and I really hope it is do-able - any suggestions??