Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / May 2008

Tip: Looking for answers? Try searching our database.

How  I separate first two letters of the sentence in msexcel

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ubaid Yousuf - 16 May 2008 21:10 GMT
I have a name and address of the person in one cell of  the ms excel sheet
and  I like to separate name and address in two cells by using any command.
like shown

I have ;
         "Zarina Nawabe, FL No.72ohra Classic,317/1- A,Brftto" in one cell.
and I like;
       "Zarina Nawabe"  and  "FL No.72ohra Classic,317/1- A,Brftto" in two
cells.

Please  give me some commands to how to do it in msexcel?
Mike H - 16 May 2008 21:20 GMT
Hi,

First name
=LEFT(A1,FIND(",",A1,1)-1)
Second bit
=MID(A1,FIND(",",A1,1)+2,LEN(A1))

You may have to adjust the +2 to allow for spaces

Mike

> I have a name and address of the person in one cell of  the ms excel sheet
> and  I like to separate name and address in two cells by using any command.
[quoted text clipped - 7 lines]
>
> Please  give me some commands to how to do it in msexcel?
PCLIVE - 16 May 2008 21:23 GMT
One way,

If your data was in A1:

First cell:
=LEFT(A1,FIND(",",A1)-1)

Second Cell:
=RIGHT(A1,LEN(A1)-FIND(",",A1)-1)

HTH,
Paul

>I have a name and address of the person in one cell of  the ms excel sheet
> and  I like to separate name and address in two cells by using any
[quoted text clipped - 9 lines]
>
> Please  give me some commands to how to do it in msexcel?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.