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 / Worksheet Functions / October 2006

Tip: Looking for answers? Try searching our database.

separate a Capital starting word from a sentence

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rasoul Khoshravan - 19 Oct 2006 11:38 GMT
I have a sentence in cells of column A.
Sentence starts with a capital word and the next word starts with capital
but the rest is small.
I want to separate the first total capital word from the rest.
How can I do this.
Bernie Deitrick - 19 Oct 2006 18:21 GMT
Rasoul,

For a string in cell A1:

=LEFT(A1,FIND(" ",A1)-1)
=MID(A1,FIND(" ",A1)+1,LEN(A1))

HTH,
Bernie
MS Excel MVP

>I have a sentence in cells of column A.
> Sentence starts with a capital word and the next word starts with capital but the rest is small.
> I want to separate the first total capital word from the rest.
> How can I do this.
romelsb - 21 Oct 2006 00:16 GMT
Mr. Rasoul - try to place a space " " between the first and the second word
of the sentence. Or u can give me what sentence is it ?

> Rasoul,
>
[quoted text clipped - 11 lines]
> > I want to separate the first total capital word from the rest.
> > How can I do this.
Rasoul Khoshravan - 25 Oct 2006 18:31 GMT
They have  space between two words.
Bernie Deitrick solution, solved my problem.
> Mr. Rasoul - try to place a space " " between the first and the second
> word
[quoted text clipped - 16 lines]
>> > I want to separate the first total capital word from the rest.
>> > How can I do this.
 
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.