Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Text to columns. Only the first column appears in the wizard.

Hi
I have a column of cells, each populated with entries delimited by
semicolon. When I try to use text to columns, delimited by semicolon, only
the first entry in each column appears in step 2 of the wizard.

Instead of separating the column into multiple, the wizard is deleting all
but the first entry in the cell. How do I prevent this?

Note: This is not occurring due to selection of the 'Do not import column'
option. The data dissappears before reaching that step.

Thanks for any advice


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Text to columns. Only the first column appears in the wizard.

In Step1 are you able to view more than l record?

If this post helps click Yes
---------------
Jacob Skaria


"Carpet" wrote:

Hi
I have a column of cells, each populated with entries delimited by
semicolon. When I try to use text to columns, delimited by semicolon, only
the first entry in each column appears in step 2 of the wizard.

Instead of separating the column into multiple, the wizard is deleting all
but the first entry in the cell. How do I prevent this?

Note: This is not occurring due to selection of the 'Do not import column'
option. The data dissappears before reaching that step.

Thanks for any advice


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Text to columns. Only the first column appears in the wizard.

Hi Jacob
No - the second record never appears. I have discovered the cause. Text to
columns does not recognise entries that have been separated into rows in the
cell using ALT-ENTER.
Now my challenge is to find a way to automatically remove a high volume of
ALT-ENTER entries. Any ideas anyone?

Thanks




"Jacob Skaria" wrote:

In Step1 are you able to view more than l record?

If this post helps click Yes
---------------
Jacob Skaria


"Carpet" wrote:

Hi
I have a column of cells, each populated with entries delimited by
semicolon. When I try to use text to columns, delimited by semicolon, only
the first entry in each column appears in step 2 of the wizard.

Instead of separating the column into multiple, the wizard is deleting all
but the first entry in the cell. How do I prevent this?

Note: This is not occurring due to selection of the 'Do not import column'
option. The data dissappears before reaching that step.

Thanks for any advice


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Text to columns. Only the first column appears in the wizard.

Use CLEAN function to remove the Alt+Enter characters

CLEAN(A1)
--
If this post helps click Yes
---------------
Jacob Skaria


"Carpet" wrote:

Hi Jacob
No - the second record never appears. I have discovered the cause. Text to
columns does not recognise entries that have been separated into rows in the
cell using ALT-ENTER.
Now my challenge is to find a way to automatically remove a high volume of
ALT-ENTER entries. Any ideas anyone?

Thanks




"Jacob Skaria" wrote:

In Step1 are you able to view more than l record?

If this post helps click Yes
---------------
Jacob Skaria


"Carpet" wrote:

Hi
I have a column of cells, each populated with entries delimited by
semicolon. When I try to use text to columns, delimited by semicolon, only
the first entry in each column appears in step 2 of the wizard.

Instead of separating the column into multiple, the wizard is deleting all
but the first entry in the cell. How do I prevent this?

Note: This is not occurring due to selection of the 'Do not import column'
option. The data dissappears before reaching that step.

Thanks for any advice


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Text to columns. Only the first column appears in the wizard.

If you want to replace it with a space use the below function

A1 = your text with alt+enter
=SUBSTITUTE(A1,CHAR(10)," ")

If this post helps click Yes
---------------
Jacob Skaria


"Carpet" wrote:

Hi Jacob
No - the second record never appears. I have discovered the cause. Text to
columns does not recognise entries that have been separated into rows in the
cell using ALT-ENTER.
Now my challenge is to find a way to automatically remove a high volume of
ALT-ENTER entries. Any ideas anyone?

Thanks




"Jacob Skaria" wrote:

In Step1 are you able to view more than l record?

If this post helps click Yes
---------------
Jacob Skaria


"Carpet" wrote:

Hi
I have a column of cells, each populated with entries delimited by
semicolon. When I try to use text to columns, delimited by semicolon, only
the first entry in each column appears in step 2 of the wizard.

Instead of separating the column into multiple, the wizard is deleting all
but the first entry in the cell. How do I prevent this?

Note: This is not occurring due to selection of the 'Do not import column'
option. The data dissappears before reaching that step.

Thanks for any advice




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Text to columns. Only the first column appears in the wizard.

Perfect. Thanks Jacob!



"Jacob Skaria" wrote:

Use CLEAN function to remove the Alt+Enter characters

CLEAN(A1)
--
If this post helps click Yes
---------------
Jacob Skaria


"Carpet" wrote:

Hi Jacob
No - the second record never appears. I have discovered the cause. Text to
columns does not recognise entries that have been separated into rows in the
cell using ALT-ENTER.
Now my challenge is to find a way to automatically remove a high volume of
ALT-ENTER entries. Any ideas anyone?

Thanks




"Jacob Skaria" wrote:

In Step1 are you able to view more than l record?

If this post helps click Yes
---------------
Jacob Skaria


"Carpet" wrote:

Hi
I have a column of cells, each populated with entries delimited by
semicolon. When I try to use text to columns, delimited by semicolon, only
the first entry in each column appears in step 2 of the wizard.

Instead of separating the column into multiple, the wizard is deleting all
but the first entry in the cell. How do I prevent this?

Note: This is not occurring due to selection of the 'Do not import column'
option. The data dissappears before reaching that step.

Thanks for any advice


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
Text to Columns wizard greyed out vic1 Excel Worksheet Functions 5 April 3rd 23 12:13 PM
Count the number of times specific text appears in a column Nannie Excel Worksheet Functions 5 August 27th 08 07:09 PM
Can you change the Text Import Wizard column options SteveB Excel Discussion (Misc queries) 3 July 28th 06 04:00 PM
Excel 2007 Beta 2 Error -- Text-to-Columns Wizard Data preview wha Bob from Yorktown Excel Discussion (Misc queries) 0 May 28th 06 03:49 PM
Formula to count text and alert me if a text appears more than twi Mike Excel Discussion (Misc queries) 1 August 29th 05 09:53 PM


All times are GMT +1. The time now is 12:52 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"