fullthrottlecb
New Member
- Joined
- Mar 10, 2011
- Messages
- 5
I have a spreadsheet where I need to transpose a column based on the first five character of the that of a columns cell. Here is an example.
This is my starting data. I need to test for the first five characters and transpose.
12345-789
12345-123
12345-857
55555-123
55555-789
55555-023
This is the result I want.
12345-789 12345-789 12345-123 12345-857
12345-123
12345-857
55555-123 55555-123 55555-123 55555-023
55555-789
55555-023
Any help would be appreciated. Thanks.
This is my starting data. I need to test for the first five characters and transpose.
12345-789
12345-123
12345-857
55555-123
55555-789
55555-023
This is the result I want.
12345-789 12345-789 12345-123 12345-857
12345-123
12345-857
55555-123 55555-123 55555-123 55555-023
55555-789
55555-023
Any help would be appreciated. Thanks.