View Single Post
  #3   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Phil,

For a list starting in cell A1, use this formula

=RIGHT(A1,LEN(A1)-FIND(" ",A1))

Copy down to match your data list.

HTH,
Bernie
MS Excel MVP


"Philippe L. Balmanno" wrote in message
...
I am looking to extract everything on the right of a " " (space) in a text
line.
I have a lit of names in the form of FN" "LN in column A.
In column B I want to extract the LN portion of column A.

I guess the next logical question would be if I extract the LN and it is

in
column B can I compare column A to B and output the difference in column
C stripping off the extra space after the FN?

TIA
Phil