Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default I want to seperate two words in same cell to be in two diffrent ce

Hi,
Kindly help.. I need to seperate two letters in same cell into two different
cells

e.g Cell A1: 5000030 Salary

I need it to be
Cell A1: 5000030
Cell A2: Salary

Please, how do I do this, can anyone help?

Thank you
OluD
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default I want to seperate two words in same cell to be in two diffrent ce

datatext to columnsdelimitedspace

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"oasalako1" wrote in message
...
Hi,
Kindly help.. I need to seperate two letters in same cell into two
different
cells

e.g Cell A1: 5000030 Salary

I need it to be
Cell A1: 5000030
Cell A2: Salary

Please, how do I do this, can anyone help?

Thank you
OluD


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default I want to seperate two words in same cell to be in two diffrent ce

Why don't you use a help column and for instance B1 put


=LEFT(A1,FIND(" ",A1)-1)

in B2


=TRIM(SUBSTITUTE(A1,D1,""))


then when you are done with all values copy and paste special as values
and finally delete column A


You can also select column A, do datatext to columns and select delimited
and in the next step select space. That will split the cell but it would be
in column B

--


Regards,


Peo Sjoblom

"oasalako1" wrote in message
...
Hi,
Kindly help.. I need to seperate two letters in same cell into two
different
cells

e.g Cell A1: 5000030 Salary

I need it to be
Cell A1: 5000030
Cell A2: Salary

Please, how do I do this, can anyone help?

Thank you
OluD



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 do I have seperate headers for seperate pages in 1 worksheet? JessicaDL Excel Discussion (Misc queries) 1 February 22nd 08 07:14 PM
how can i format a cell with 3 diffrent group to add JMGRC Charts and Charting in Excel 0 October 26th 06 10:49 AM
seperate words in a cell JR Excel Worksheet Functions 1 February 6th 06 09:35 PM
seperate words in a cell JR Excel Worksheet Functions 0 February 6th 06 09:28 PM
Link the formate from one cell to a nother in diffrent sheet Markus Excel Worksheet Functions 1 February 2nd 05 01:50 PM


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