Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Splitting information in cells

I need to split information in one cells into various cells. EG B1 holds an
address, 11 One Street, Kookoo, 1111. I want to divided that info into A1-
11 One Street, A2 - Kookoo, A3 - 1111. I would appreciate it if someone can
help please.
--
Zippy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 58
Default Splitting information in cells

I provided a similar answer a few minutes ago to another person. Here is your
quick answer.

This should not be too hard. Assuming that all your data is in one column.
1: Select /highlight the range/column with the numbers and names.
2: Go to the Data menu, select TEXT TO COLUMNS.
3: Select the DELIMITED option, press NEXT
4: Select the OTHER option, enter a comma in the space provided.
5: Press NEXT.
5: Press FINISH

--
tech1NJ


"Zippy" wrote:

I need to split information in one cells into various cells. EG B1 holds an
address, 11 One Street, Kookoo, 1111. I want to divided that info into A1-
11 One Street, A2 - Kookoo, A3 - 1111. I would appreciate it if someone can
help please.
--
Zippy

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Splitting information in cells

Hi Tech1nj, Am I missing something? I have tried and end up with all of the
data in one cell. I need to split the data. Sorry I am a bit new at this and
could not work it out.
--
Zippy


"tech1NJ" wrote:

I provided a similar answer a few minutes ago to another person. Here is your
quick answer.

This should not be too hard. Assuming that all your data is in one column.
1: Select /highlight the range/column with the numbers and names.
2: Go to the Data menu, select TEXT TO COLUMNS.
3: Select the DELIMITED option, press NEXT
4: Select the OTHER option, enter a comma in the space provided.
5: Press NEXT.
5: Press FINISH

--
tech1NJ


"Zippy" wrote:

I need to split information in one cells into various cells. EG B1 holds an
address, 11 One Street, Kookoo, 1111. I want to divided that info into A1-
11 One Street, A2 - Kookoo, A3 - 1111. I would appreciate it if someone can
help please.
--
Zippy

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 58
Default Splitting information in cells

I think that I can better help you if you post a sample of your data.
Meanwhile, the step by step instructions below will work.
--
tech1NJ


"tech1NJ" wrote:

I provided a similar answer a few minutes ago to another person. Here is your
quick answer.

This should not be too hard. Assuming that all your data is in one column.
1: Select /highlight the range/column with the numbers and names.
2: Go to the Data menu, select TEXT TO COLUMNS.
3: Select the DELIMITED option, press NEXT
4: Select the OTHER option, enter a comma in the space provided.
5: Press NEXT.
5: Press FINISH

--
tech1NJ


"Zippy" wrote:

I need to split information in one cells into various cells. EG B1 holds an
address, 11 One Street, Kookoo, 1111. I want to divided that info into A1-
11 One Street, A2 - Kookoo, A3 - 1111. I would appreciate it if someone can
help please.
--
Zippy

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Splitting information in cells

Hi again, Thankyou for your help. I have laid out the problem below.

The info in cell A1 needs to be split into cells B1,C1,D1,E1
A1 - 11 Smith Street, Smithville, Vic, 3500
B1 - 11 Smith Street,
C1 - Smithville,
D1 - Vic,
E1 - 3500

I hope this is OK, Cheers
--
Zippy


"tech1NJ" wrote:

I think that I can better help you if you post a sample of your data.
Meanwhile, the step by step instructions below will work.
--
tech1NJ


"tech1NJ" wrote:

I provided a similar answer a few minutes ago to another person. Here is your
quick answer.

This should not be too hard. Assuming that all your data is in one column.
1: Select /highlight the range/column with the numbers and names.
2: Go to the Data menu, select TEXT TO COLUMNS.
3: Select the DELIMITED option, press NEXT
4: Select the OTHER option, enter a comma in the space provided.
5: Press NEXT.
5: Press FINISH

--
tech1NJ


"Zippy" wrote:

I need to split information in one cells into various cells. EG B1 holds an
address, 11 One Street, Kookoo, 1111. I want to divided that info into A1-
11 One Street, A2 - Kookoo, A3 - 1111. I would appreciate it if someone can
help please.
--
Zippy



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 58
Default Splitting information in cells

This helps a great deal. In looking at this example, I am confident that the
recommendation suggested earlier will work. All you have to do is make sure
that you follow the steps as indicated.
--
tech1NJ


"Zippy" wrote:

Hi again, Thankyou for your help. I have laid out the problem below.

The info in cell A1 needs to be split into cells B1,C1,D1,E1
A1 - 11 Smith Street, Smithville, Vic, 3500
B1 - 11 Smith Street,
C1 - Smithville,
D1 - Vic,
E1 - 3500

I hope this is OK, Cheers
--
Zippy


"tech1NJ" wrote:

I think that I can better help you if you post a sample of your data.
Meanwhile, the step by step instructions below will work.
--
tech1NJ


"tech1NJ" wrote:

I provided a similar answer a few minutes ago to another person. Here is your
quick answer.

This should not be too hard. Assuming that all your data is in one column.
1: Select /highlight the range/column with the numbers and names.
2: Go to the Data menu, select TEXT TO COLUMNS.
3: Select the DELIMITED option, press NEXT
4: Select the OTHER option, enter a comma in the space provided.
5: Press NEXT.
5: Press FINISH

--
tech1NJ


"Zippy" wrote:

I need to split information in one cells into various cells. EG B1 holds an
address, 11 One Street, Kookoo, 1111. I want to divided that info into A1-
11 One Street, A2 - Kookoo, A3 - 1111. I would appreciate it if someone can
help please.
--
Zippy

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Splitting information in cells

Hello again, Thankyou very very much. This is exactly what I needed. Sorry
I was such a dodo to begin with. Cheers
--
Zippy


"tech1NJ" wrote:

This helps a great deal. In looking at this example, I am confident that the
recommendation suggested earlier will work. All you have to do is make sure
that you follow the steps as indicated.
--
tech1NJ


"Zippy" wrote:

Hi again, Thankyou for your help. I have laid out the problem below.

The info in cell A1 needs to be split into cells B1,C1,D1,E1
A1 - 11 Smith Street, Smithville, Vic, 3500
B1 - 11 Smith Street,
C1 - Smithville,
D1 - Vic,
E1 - 3500

I hope this is OK, Cheers
--
Zippy


"tech1NJ" wrote:

I think that I can better help you if you post a sample of your data.
Meanwhile, the step by step instructions below will work.
--
tech1NJ


"tech1NJ" wrote:

I provided a similar answer a few minutes ago to another person. Here is your
quick answer.

This should not be too hard. Assuming that all your data is in one column.
1: Select /highlight the range/column with the numbers and names.
2: Go to the Data menu, select TEXT TO COLUMNS.
3: Select the DELIMITED option, press NEXT
4: Select the OTHER option, enter a comma in the space provided.
5: Press NEXT.
5: Press FINISH

--
tech1NJ


"Zippy" wrote:

I need to split information in one cells into various cells. EG B1 holds an
address, 11 One Street, Kookoo, 1111. I want to divided that info into A1-
11 One Street, A2 - Kookoo, A3 - 1111. I would appreciate it if someone can
help please.
--
Zippy

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 58
Default Splitting information in cells

Not a problem. Please do not forget to rate the post to indicate if it was
helpful or not. Thanks
--
tech1NJ


"Zippy" wrote:

Hello again, Thankyou very very much. This is exactly what I needed. Sorry
I was such a dodo to begin with. Cheers
--
Zippy


"tech1NJ" wrote:

This helps a great deal. In looking at this example, I am confident that the
recommendation suggested earlier will work. All you have to do is make sure
that you follow the steps as indicated.
--
tech1NJ


"Zippy" wrote:

Hi again, Thankyou for your help. I have laid out the problem below.

The info in cell A1 needs to be split into cells B1,C1,D1,E1
A1 - 11 Smith Street, Smithville, Vic, 3500
B1 - 11 Smith Street,
C1 - Smithville,
D1 - Vic,
E1 - 3500

I hope this is OK, Cheers
--
Zippy


"tech1NJ" wrote:

I think that I can better help you if you post a sample of your data.
Meanwhile, the step by step instructions below will work.
--
tech1NJ


"tech1NJ" wrote:

I provided a similar answer a few minutes ago to another person. Here is your
quick answer.

This should not be too hard. Assuming that all your data is in one column.
1: Select /highlight the range/column with the numbers and names.
2: Go to the Data menu, select TEXT TO COLUMNS.
3: Select the DELIMITED option, press NEXT
4: Select the OTHER option, enter a comma in the space provided.
5: Press NEXT.
5: Press FINISH

--
tech1NJ


"Zippy" wrote:

I need to split information in one cells into various cells. EG B1 holds an
address, 11 One Street, Kookoo, 1111. I want to divided that info into A1-
11 One Street, A2 - Kookoo, A3 - 1111. I would appreciate it if someone can
help please.
--
Zippy

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 up information in a cell dmedina Excel Discussion (Misc queries) 1 July 21st 08 09:04 PM
Process for splitting information in a cell(s) yamefui Excel Discussion (Misc queries) 7 January 6th 07 04:19 AM
Splitting Information in a Cell Mad Dog Excel Discussion (Misc queries) 3 February 2nd 06 06:33 PM
I'm stumped, splitting up a clump of text into useable information Dorn Excel Discussion (Misc queries) 8 January 6th 06 03:52 AM
Splitting Cells D Head Excel Discussion (Misc queries) 1 June 30th 05 02:08 PM


All times are GMT +1. The time now is 10:29 AM.

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"