Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
As long as there's a space between the first name and the rest:
=LEFT(TRIM(A1),FIND(" ",TRIM(A1))-1) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Harry C" wrote in message ... I have a column with first names, some of which are concatenated with middle initials or middle names. Is there a way to truncate to just the first names? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I truncate a text field in Excel? | Excel Worksheet Functions | |||
How do you truncate 2.22 to just 0.22? | Excel Worksheet Functions | |||
How do I truncate or hide portions of text in a pivot table? | Excel Worksheet Functions | |||
how do i truncate text-- create cell with only 125 charecters | Excel Worksheet Functions | |||
How do you truncate a text string? | Excel Worksheet Functions |