hey everyone:
I've searched through the Office Forum regarding the issue of transposing data in one column to various columns/rows. Can't seem to find a thread that can answer what I'm looking for. Most seem to deal with static data and not dynamic.
I have company mailing information address in Column A and want to move the data into rows so all company names are in column A, all street info in Column B, and so forth. Problem is that some company info has 3 lines, some 4 lines and some 5. See data below:
Current Data Format:
Column A
1st In Service Mortgages Inc.
340 Jericho Turnpike
Metro, ST 00000
1st Option Financial, LLC
Option 1st Financial
1504 East
Smallville, ST 00000
1st Security
233 Route 17
Village, ST 00000
Would like:
Column A Column B Column C
1st In Service Mortgages Inc. 340 Jericho Turnpike Metro, ST
1st Option Financial, LLC Option 1st Financial 1504 East
1st Security 233 Route 17 Village, ST
I've tried Offset but that doesn't work neither does transpose funtction.
Willing to do VBA if necessary.
Thanks.
DMo
I've searched through the Office Forum regarding the issue of transposing data in one column to various columns/rows. Can't seem to find a thread that can answer what I'm looking for. Most seem to deal with static data and not dynamic.
I have company mailing information address in Column A and want to move the data into rows so all company names are in column A, all street info in Column B, and so forth. Problem is that some company info has 3 lines, some 4 lines and some 5. See data below:
Current Data Format:
Column A
1st In Service Mortgages Inc.
340 Jericho Turnpike
Metro, ST 00000
1st Option Financial, LLC
Option 1st Financial
1504 East
Smallville, ST 00000
1st Security
233 Route 17
Village, ST 00000
Would like:
Column A Column B Column C
1st In Service Mortgages Inc. 340 Jericho Turnpike Metro, ST
1st Option Financial, LLC Option 1st Financial 1504 East
1st Security 233 Route 17 Village, ST
I've tried Offset but that doesn't work neither does transpose funtction.
Willing to do VBA if necessary.
Thanks.
DMo