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 / March 2007

Tip: Looking for answers? Try searching our database.

minus first word in column

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Cathy - 07 Mar 2007 00:03 GMT
In Column L, I have a persons first name and last name eg:  John Smith.  In
column N, I just want the persons last name to appear.  I know this must be
an easy formula, but I just cannot figure it out.

I appreciate your help.
Gary''s Student - 07 Mar 2007 00:09 GMT
=RIGHT(L1,FIND(" ",L1))
Signature

Gary''s Student
gsnu200709

> In Column L, I have a persons first name and last name eg:  John Smith.  In
> column N, I just want the persons last name to appear.  I know this must be
> an easy formula, but I just cannot figure it out.
>
> I appreciate your help.
Chip Pearson - 07 Mar 2007 00:20 GMT
"Gary''s Student" <GarysStudent@discussions.microsoft.com> wrote in message

> =RIGHT(L1,FIND(" ",L1))

That won't work.  If, for example, L1 contains "abc defghi", that formula
will return the right 4 characters, not the text to the right of the space
character.

Instead, try

=MID(L1,FIND(" ",L1,1)+1,LEN(L1))

Signature

Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

> =RIGHT(L1,FIND(" ",L1))
>
[quoted text clipped - 5 lines]
>>
>> I appreciate your help.
 
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.