Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default Splitting data from cells into multiple lines

Hi,

I have the data in cells as

A1 cell: 123
456
789

A2 cell: abc
def
ghi
jkl
mno
pqr

This is how I have the data in cells and I need to move into different
lines.( each line into each cell)

Let me know how to go about this at the earliest.

Regards,
Igneshwara Reddy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Splitting data from cells into multiple lines


Show before/after example
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Igneshwara reddy" wrote in
message ...
Hi,

I have the data in cells as

A1 cell: 123
456
789

A2 cell: abc
def
ghi
jkl
mno
pqr

This is how I have the data in cells and I need to move into different
lines.( each line into each cell)

Let me know how to go about this at the earliest.

Regards,
Igneshwara Reddy


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default Splitting data from cells into multiple lines

Now in the spreadsheet it looks like

Before After
A1 cell 123 B1 cell 123
456 B2 cell 123
789 B3 cell 123

Like this it should split in the next column.

Regards,
Igneshwara Reddy

"Don Guillett" wrote:


Show before/after example
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Igneshwara reddy" wrote in
message ...
Hi,

I have the data in cells as

A1 cell: 123
456
789

A2 cell: abc
def
ghi
jkl
mno
pqr

This is how I have the data in cells and I need to move into different
lines.( each line into each cell)

Let me know how to go about this at the earliest.

Regards,
Igneshwara Reddy



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Splitting data from cells into multiple lines

Hi,

Looks like the data has been entered in one cell by using Alt+Enter. Select
cell A1 and go to Data Text to columns Delimited OK Other. In the
other box, hold down the Alt key and press 010 on the numeric keypad. Now
click on OK and then finish. the data will be segregated into columns

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Igneshwara reddy" wrote in
message ...
Hi,

I have the data in cells as

A1 cell: 123
456
789

A2 cell: abc
def
ghi
jkl
mno
pqr

This is how I have the data in cells and I need to move into different
lines.( each line into each cell)

Let me know how to go about this at the earliest.

Regards,
Igneshwara Reddy


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default Splitting data from cells into multiple lines

Hi,

The solution suggested is not working out for me. Not able to type the
numeric number in other field by holding the ALT key. It is allowing only one
numeric number.

Regards,
Igneshwara Reddy

"Ashish Mathur" wrote:

Hi,

Looks like the data has been entered in one cell by using Alt+Enter. Select
cell A1 and go to Data Text to columns Delimited OK Other. In the
other box, hold down the Alt key and press 010 on the numeric keypad. Now
click on OK and then finish. the data will be segregated into columns

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Igneshwara reddy" wrote in
message ...
Hi,

I have the data in cells as

A1 cell: 123
456
789

A2 cell: abc
def
ghi
jkl
mno
pqr

This is how I have the data in cells and I need to move into different
lines.( each line into each cell)

Let me know how to go about this at the earliest.

Regards,
Igneshwara Reddy





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Splitting data from cells into multiple lines

It does work. Make sure you are using the keys on the keypad and not at the top
of the keyboard. Select "Other", then hold down the Alt key. Type 010 on the
keypad, then let go of the Alt key.




Igneshwara reddy wrote:
Hi,

The solution suggested is not working out for me. Not able to type the
numeric number in other field by holding the ALT key. It is allowing only one
numeric number.

Regards,
Igneshwara Reddy

"Ashish Mathur" wrote:

Hi,

Looks like the data has been entered in one cell by using Alt+Enter. Select
cell A1 and go to Data Text to columns Delimited OK Other. In the
other box, hold down the Alt key and press 010 on the numeric keypad. Now
click on OK and then finish. the data will be segregated into columns

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Igneshwara reddy" wrote in
message ...
Hi,

I have the data in cells as

A1 cell: 123
456
789

A2 cell: abc
def
ghi
jkl
mno
pqr

This is how I have the data in cells and I need to move into different
lines.( each line into each cell)

Let me know how to go about this at the earliest.

Regards,
Igneshwara Reddy


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Splitting data from cells into multiple lines

CTRL + j does the same thing thing as Alt + 0010 on the NumPad


Gord Dibben MS Excel MVP

On Wed, 06 May 2009 09:52:04 -0500, Glenn wrote:

It does work. Make sure you are using the keys on the keypad and not at the top
of the keyboard. Select "Other", then hold down the Alt key. Type 010 on the
keypad, then let go of the Alt key.




Igneshwara reddy wrote:
Hi,

The solution suggested is not working out for me. Not able to type the
numeric number in other field by holding the ALT key. It is allowing only one
numeric number.

Regards,
Igneshwara Reddy

"Ashish Mathur" wrote:

Hi,

Looks like the data has been entered in one cell by using Alt+Enter. Select
cell A1 and go to Data Text to columns Delimited OK Other. In the
other box, hold down the Alt key and press 010 on the numeric keypad. Now
click on OK and then finish. the data will be segregated into columns

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Igneshwara reddy" wrote in
message ...
Hi,

I have the data in cells as

A1 cell: 123
456
789

A2 cell: abc
def
ghi
jkl
mno
pqr

This is how I have the data in cells and I need to move into different
lines.( each line into each cell)

Let me know how to go about this at the earliest.

Regards,
Igneshwara Reddy


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 one cell into multiple cells Money Penni Excel Discussion (Misc queries) 2 February 10th 09 08:16 PM
Splitting data in multiple cells Jeremy Excel Discussion (Misc queries) 5 October 30th 08 07:10 PM
Splitting data into multiple fields. DamselNTX Excel Worksheet Functions 3 April 18th 08 01:11 AM
Splitting data in cells Catracho4444 Excel Discussion (Misc queries) 2 October 20th 07 01:04 PM
splitting 1 column of data into multiple columns CiceroCF Setting up and Configuration of Excel 1 March 25th 05 01:50 AM


All times are GMT +1. The time now is 09:16 PM.

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

About Us

"It's about Microsoft Excel"