how do i seprate multi data cell into 2 or more cells

G

Guest

how do i seprate multi data cell into 2 or more cells

eg :
<Single Cell>
01-Dec-04 01:46:42 AM
01-Dec-04 05:07:21 PM
10-Feb-05 06:29:48 PM
01-Dec-04 06:05:18 PM
01-Dec-04 06:24:37 PM
01-Dec-04 07:05:51 PM

into
<Cell 1> <Cell 2>
01-Dec-04 01:46:42 AM
01-Dec-04 05:07:21 PM
10-Feb-05 06:29:48 PM
01-Dec-04 06:05:18 PM
01-Dec-04 06:24:37 PM
01-Dec-04 07:05:51 PM

please help,

Thank,
vinLouis
 
M

Max

One try ..

Assuming data is in col A, A1 down,
<Single Cell>
01-Dec-04 01:46:42 AM
01-Dec-04 05:07:21 PM
10-Feb-05 06:29:48 PM

Put in B1: =TEXT($A1,"dd-mmm-yy")
Put in C1: =TEXT($A1,"hh:mm:ss AM/PM")

Select B1:C1, fill down
 
G

gls858

vinlouis said:
how do i seprate multi data cell into 2 or more cells

eg :
<Single Cell>
01-Dec-04 01:46:42 AM
01-Dec-04 05:07:21 PM
10-Feb-05 06:29:48 PM
01-Dec-04 06:05:18 PM
01-Dec-04 06:24:37 PM
01-Dec-04 07:05:51 PM

into
<Cell 1> <Cell 2>
01-Dec-04 01:46:42 AM
01-Dec-04 05:07:21 PM
10-Feb-05 06:29:48 PM
01-Dec-04 06:05:18 PM
01-Dec-04 06:24:37 PM
01-Dec-04 07:05:51 PM

please help,

Thank,
vinLouis
Select the entire column go to Data > text to columns and
follow the prompts to split the data as needed.

gls858
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top