Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello everyone! I have a set of data that contains addresses for
thousands of vendors. An example is listed below: COLUMN 1 COLUMN 2 COLUMN 3 Vendor #1 1111 MULLBERRY CIRCLE EAST CHANHASSEN MN EMPTY CELL EMPTY CELL EMPTY CELL Vendor #2 1111 HIDDEN COURT CHANHASSEN MN 55317 As you can see, each vendor's information is on 3 rows (sometimes 4 or 5 if the address is long), and is then followed by 3 empty cells to seperate each vendor. All of this is one column. What I need to do, is take each vendor's address, and move it from being verticle (3-5 rows) to horizontal (3-5 columns). So the end data would look like: COLUMN 1 COLUMN 2 COLUMN 3 Vendor #1 1111 MULLBERRY CIRCLE EAST CHANHASSEN MN Vendor #2 1111 HIDDEN COURT CHANHASSEN MN 55317 Any thoughts or help? *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving info from rows to columns | Excel Worksheet Functions | |||
moving duplicate data in rows to columns with same name | Excel Discussion (Misc queries) | |||
Another question moving rows to columns | Excel Programming | |||
Moving rows to columns | Excel Discussion (Misc queries) | |||
Moving columns into rows | Excel Discussion (Misc queries) |