Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a list of many addresses in a spreadsheet - all in column A -- each
address taking 3 cells of column A: Grace Cushman 12 E. Mt. Vernon Place Baltimore, MD 21204 William Harris 2345 34th St. Boston, MA 02123 etc... I want to put these in rows and 3 columns (A, B, and C): Grace Cushman | 12 E. Mt. Vernon Place | Baltimore, MD 21204 William Harris | 2345 34th St | Boston, MA 02123 etc... Any suggestions? Thanks, Bob |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
bob_mhc wrote...
I have a list of many addresses in a spreadsheet - all in column A -- each address taking 3 cells of column A: Grace Cushman 12 E. Mt. Vernon Place Baltimore, MD 21204 William Harris 2345 34th St. Boston, MA 02123 etc... I want to put these in rows and 3 columns (A, B, and C): Grace Cushman | 12 E. Mt. Vernon Place | Baltimore, MD 21204 William Harris | 2345 34th St | Boston, MA 02123 etc... .... If every record spans exactly 3 rows, if the original table of such records were in a single-column range named D, and if the topmost result record would be in A2:C2, try these formulas. A2: =INDEX(D,3*(ROWS($A$2:$A2)-1)+COLUMNS($A$2:A$2)) Fill A2 right into B2:C2, then select A2:C2 and fill down as far as needed. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks, Harlan,
That was enormously helpful! Bob |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to prevent Excel from reformatting a chart wen updating data? | Charts and Charting in Excel | |||
need help reformatting spreadsheet | Excel Discussion (Misc queries) | |||
Exporting addresses from excel 2003 to outlook 2003 | Excel Discussion (Misc queries) | |||
Is there a fix to stop Excel from reformatting columns? | Excel Discussion (Misc queries) | |||
Excel 2003 addresses 1GB memory but only uses 200MB | Excel Discussion (Misc queries) |