#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default remove a name

have a column of names, first and last. would like a formula that will allow
me to remove either the first or last names from this list.
--
George
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 791
Default remove a name

assuming there is a space after each name you could use data text to columns
and choose the delimited option and select space as the separator

"George A. Yorks" wrote:

have a column of names, first and last. would like a formula that will allow
me to remove either the first or last names from this list.
--
George

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 76
Default remove a name

A specific formula option (assuming a space as a delimiter) would be:

=TRIM(LEFT(A1,FIND(" ",A1)))

and

=TRIM(MID(A1,FIND(" ",A1),255))

Hope this helps!

Richard


On 15 Mar, 14:02, George A. Yorks .(donotspam)
wrote:
have a column of names, first and last. would like a formula that will allow
me to remove either the first or last names from this list.
--
George



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default remove a name

Richard,

Guess I am more computer illiterate than I thought. I tried using this
formula with no success I used the formula on the same row as the name. Is
that correct
--
George


"RichardSchollar" wrote:

A specific formula option (assuming a space as a delimiter) would be:

=TRIM(LEFT(A1,FIND(" ",A1)))

and

=TRIM(MID(A1,FIND(" ",A1),255))

Hope this helps!

Richard


On 15 Mar, 14:02, George A. Yorks .(donotspam)
wrote:
have a column of names, first and last. would like a formula that will allow
me to remove either the first or last names from this list.
--
George




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
Remove ÿ Otto Moehrbach Excel Discussion (Misc queries) 2 August 28th 06 03:31 AM
how to remove #DIV/0! kuansheng Excel Worksheet Functions 7 May 9th 06 03:54 AM
Remove AM PM gennario Excel Discussion (Misc queries) 5 September 30th 05 08:13 PM
remove an add in from xla Norman Smith Excel Discussion (Misc queries) 3 August 21st 05 01:24 AM
REMOVE #N/A Peter Excel Worksheet Functions 1 March 10th 05 03:06 AM


All times are GMT +1. The time now is 11:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"