Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 59
Default how to split cells

A1 B1
3000 Salg, innenlands avg.pl. -886355,08
3001 Salg, prov, avg.pl. 0
3002 Salg timer egene ansatte 0

A1 contains this: 3000 Salg, innenlands avg.pl.

i AM TRYING TO GET IT THIS WAY

A1 B1
3000 Salg, innenlands avg.pl.

Anyone know how to do it?

--
Just a regular user
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default how to split cells

Data Text to Columns Fixed width Next Remove 2nd and 3rd arrows
Finish


"Rockbear" wrote:

A1 B1
3000 Salg, innenlands avg.pl. -886355,08
3001 Salg, prov, avg.pl. 0
3002 Salg timer egene ansatte 0

A1 contains this: 3000 Salg, innenlands avg.pl.

i AM TRYING TO GET IT THIS WAY

A1 B1
3000 Salg, innenlands avg.pl.

Anyone know how to do it?

--
Just a regular user

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 29
Default how to split cells

Hi

If the numbers are always 4 digits long then I would suggest selecting these
cells and going DataTextToColumnsFixd WidthNext and place a delimiter
after the 4th digit and then click Finish.

--
Richard Schollar

Microsoft MVP - Excel


"Rockbear" wrote in message
...
A1 B1
3000 Salg, innenlands avg.pl. -886355,08
3001 Salg, prov, avg.pl. 0
3002 Salg timer egene ansatte 0

A1 contains this: 3000 Salg, innenlands avg.pl.

i AM TRYING TO GET IT THIS WAY

A1 B1
3000 Salg, innenlands avg.pl.

Anyone know how to do it?

--
Just a regular user


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default how to split cells

If the numbers vary,

In B1

=Left(A1,find(" ",A1)-1)

then
in C1

=Right(A1,len(A1)-Find(" ",A1)

Copy and paste special/values, delete column A

"Teethless mama" wrote:

Data Text to Columns Fixed width Next Remove 2nd and 3rd arrows
Finish


"Rockbear" wrote:

A1 B1
3000 Salg, innenlands avg.pl. -886355,08
3001 Salg, prov, avg.pl. 0
3002 Salg timer egene ansatte 0

A1 contains this: 3000 Salg, innenlands avg.pl.

i AM TRYING TO GET IT THIS WAY

A1 B1
3000 Salg, innenlands avg.pl.

Anyone know how to do it?

--
Just a regular user

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 59
Default how to split cells

Worked like a charm, a million thanks
--
Just a regular user


Teethless mama skrev:

Data Text to Columns Fixed width Next Remove 2nd and 3rd arrows
Finish


"Rockbear" wrote:

A1 B1
3000 Salg, innenlands avg.pl. -886355,08
3001 Salg, prov, avg.pl. 0
3002 Salg timer egene ansatte 0

A1 contains this: 3000 Salg, innenlands avg.pl.

i AM TRYING TO GET IT THIS WAY

A1 B1
3000 Salg, innenlands avg.pl.

Anyone know how to do it?

--
Just a regular user



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 59
Default how to split cells

Wow that worked also with the text fields, wonderfull, thanks a millon
--
Just a regular user


Sean Timmons skrev:

If the numbers vary,

In B1

=Left(A1,find(" ",A1)-1)

then
in C1

=Right(A1,len(A1)-Find(" ",A1)

Copy and paste special/values, delete column A

"Teethless mama" wrote:

Data Text to Columns Fixed width Next Remove 2nd and 3rd arrows
Finish


"Rockbear" wrote:

A1 B1
3000 Salg, innenlands avg.pl. -886355,08
3001 Salg, prov, avg.pl. 0
3002 Salg timer egene ansatte 0

A1 contains this: 3000 Salg, innenlands avg.pl.

i AM TRYING TO GET IT THIS WAY

A1 B1
3000 Salg, innenlands avg.pl.

Anyone know how to do it?

--
Just a regular user

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 59
Default how to split cells

thanks a millon :) worked just fine
--
Just a regular user


Richard Schollar skrev:

Hi

If the numbers are always 4 digits long then I would suggest selecting these
cells and going DataTextToColumnsFixd WidthNext and place a delimiter
after the 4th digit and then click Finish.

--
Richard Schollar

Microsoft MVP - Excel


"Rockbear" wrote in message
...
A1 B1
3000 Salg, innenlands avg.pl. -886355,08
3001 Salg, prov, avg.pl. 0
3002 Salg timer egene ansatte 0

A1 contains this: 3000 Salg, innenlands avg.pl.

i AM TRYING TO GET IT THIS WAY

A1 B1
3000 Salg, innenlands avg.pl.

Anyone know how to do it?

--
Just a regular user


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
How to Split the contents of cells across multiple cells anna New Users to Excel 5 May 29th 08 02:47 PM
Split cells Elaine New Users to Excel 3 April 21st 08 05:16 PM
Split cells Scudo New Users to Excel 1 February 11th 06 06:51 PM
Split cells moglione1 Excel Discussion (Misc queries) 5 September 22nd 05 05:47 PM
split cells mwuttke Excel Discussion (Misc queries) 1 August 4th 05 07:31 PM


All times are GMT +1. The time now is 07:16 AM.

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"