Thread: Text Extract
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arturo
 
Posts: n/a
Default Text Extract

Cell W3= Smith, Joseph
=LEFT(W3,FIND(" ",W3)-1) gives me the left text including €ś,€ť.
=RIGHT(W3,LEN(W3)-FIND(" ",W3,1)) gives me the last word in the string.
The end result Im trying to get is €śSmith, J€ť
Looking for a way to pull the first letter after the comma and concatenate
that into the left formula€¦
Direction appreciated.
Arturo