Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I know how to split cell contents to columns, but how do you tell excel to
take the cell contents and insert into new rows. Each name is separated by a comma and I need each name to appear in its own row beneath that cell. PLEASE HELP! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Copy, paste special-transpose (now in columns). Data - Text to columns.
Copy, paste special- transpose back to rows. -- Best Regards, Luke M "nyarce" wrote in message ... I know how to split cell contents to columns, but how do you tell excel to take the cell contents and insert into new rows. Each name is separated by a comma and I need each name to appear in its own row beneath that cell. PLEASE HELP! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you need to use text functions like FIND, MID, LEFT, RIGHT to chop up the
cell, tell us what the data looks like and we can give specific examples. "nyarce" wrote: I know how to split cell contents to columns, but how do you tell excel to take the cell contents and insert into new rows. Each name is separated by a comma and I need each name to appear in its own row beneath that cell. PLEASE HELP! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Highlight the column, text to column, delimited,check the box that says comma, finish "nyarce" wrote: I know how to split cell contents to columns, but how do you tell excel to take the cell contents and insert into new rows. Each name is separated by a comma and I need each name to appear in its own row beneath that cell. PLEASE HELP! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Nancy Smith, Joe Pelegro, Janie Simmons are all in one cell. I need excel to
create a new row below Nancy Smith and insert Joe Pelegro in there by himself and the same for Janie Simmons so that it looks like: Nancy Smith Joe Pelegro Janie Simmons I also need to make sure the new rows to not overwrite/delete the contents of the existing rows beneath the original entry of Nancy Smith, Joe Pelegro, Janie Simmons, hence me needing excel not only to move these contents but create new row for each name. "dlw" wrote: you need to use text functions like FIND, MID, LEFT, RIGHT to chop up the cell, tell us what the data looks like and we can give specific examples. "nyarce" wrote: I know how to split cell contents to columns, but how do you tell excel to take the cell contents and insert into new rows. Each name is separated by a comma and I need each name to appear in its own row beneath that cell. PLEASE HELP! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I split contents of cell with no delimiter | Excel Discussion (Misc queries) | |||
split contents of cell | Excel Discussion (Misc queries) | |||
VBA to split contents of cell | Excel Discussion (Misc queries) | |||
Split contents of a cell | Excel Worksheet Functions | |||
How to split the contents of a cell between two cells. | Excel Worksheet Functions |