Forum Discussion

renjie0315's avatar
renjie0315
Copper Contributor
Feb 06, 2023
Solved

Extracting the Words from the Cell

Hi all,   Here's my question: There are some contents in cell B4 to B6. I would like to know is there any formula to extract the words and put them into cell C4 to C6?       
  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Feb 06, 2023

    renjie0315 Then perhaps this:

    =RIGHT(B4,LEN(B4)-FIND(" ",B4)-1)

     

    In stead of stripping off the first nine characters it finds the space between the code and the text.

     

    If this is still not giving consistent results, please provide an example that includes all possible inconsistencies. There are other, more stable ways to do this kind of job.

Resources