Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove ÿ | Excel Discussion (Misc queries) | |||
how to remove #DIV/0! | Excel Worksheet Functions | |||
Remove AM PM | Excel Discussion (Misc queries) | |||
remove an add in from xla | Excel Discussion (Misc queries) | |||
REMOVE #N/A | Excel Worksheet Functions |