Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Automate cell splitting

Hello, I would like to know how to accomplish this:

I have a worksheet with single cells (in the A column), each with the same
layout of info inside, separated by semi-colons (they actually originate
from .csv files) I want that info to be separated from each cell into
multiple (I.e. to have info not altogether in column A but in multiple
comumns) automatically, and also, because more similar cells are added
regularly to that A column, I want that process to also update with the
latest added info every time.
For example I have cells like this:

Notes; 0001; "Economics"; "you should..."
Notes; 0002; "Literature"; "Hamlet tried..."
....
Scraps; 0040; "The Three Musketeers"; "Athos picked an..."
....

and I want this:

Category Number Subject Message
Notes 0001 Economics you should...
Notes 0002 Literature Hamlet
....etc....

I tried using combinations of formulas like LEFT, MID and SEARCH, and it
kinda worked for the cells that the formulas were referring to, however I
found no way to have new cells added and updated when I added new similarly
mingled cells. I also tried to select the first 4 columns and copy the
formulas to all cells, but that caused the file to require half an hour to
open, get saved and manipulate in general.....perhaps a macro is the way to
go? but how, I have no knowledge of VBA.

Thanks in advance for your help!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default Automate cell splitting

Use Text to columns under the Data menu.
Select Delimited, Next.
Change Delimiter to Semicolon, Next.

Regards,
Paul

"Bill G." wrote in message
...
Hello, I would like to know how to accomplish this:

I have a worksheet with single cells (in the A column), each with the same
layout of info inside, separated by semi-colons (they actually originate
from .csv files) I want that info to be separated from each cell into
multiple (I.e. to have info not altogether in column A but in multiple
comumns) automatically, and also, because more similar cells are added
regularly to that A column, I want that process to also update with the
latest added info every time.
For example I have cells like this:

Notes; 0001; "Economics"; "you should..."
Notes; 0002; "Literature"; "Hamlet tried..."
...
Scraps; 0040; "The Three Musketeers"; "Athos picked an..."
...

and I want this:

Category Number Subject Message
Notes 0001 Economics you should...
Notes 0002 Literature Hamlet
...etc....

I tried using combinations of formulas like LEFT, MID and SEARCH, and it
kinda worked for the cells that the formulas were referring to, however I
found no way to have new cells added and updated when I added new
similarly mingled cells. I also tried to select the first 4 columns and
copy the formulas to all cells, but that caused the file to require half
an hour to open, get saved and manipulate in general.....perhaps a macro
is the way to go? but how, I have no knowledge of VBA.

Thanks in advance for your help!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
splitting a cell wnfisba Excel Discussion (Misc queries) 7 April 10th 07 10:22 AM
Splitting a cell into two... Louise Excel Discussion (Misc queries) 3 April 21st 06 04:25 PM
Splitting a cell David Excel Worksheet Functions 2 March 16th 06 07:36 PM
Splitting a cell c Excel Worksheet Functions 1 April 12th 05 02:40 PM
Splitting a Cell c Excel Worksheet Functions 5 April 11th 05 10:23 PM


All times are GMT +1. The time now is 12:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"