Forum Discussion

hmx876's avatar
hmx876
Copper Contributor
Aug 26, 2023
Solved

Extracting sentences from a cell

Hi.  I have a cell full of sentences.  I need to extract each sentence into new adjacent cells.  Thank you. 
  • HansVogelaar's avatar
    Aug 26, 2023

    hmx876

    Does each sentence end in a full stop (point)? If so, you could use Data > Text to Columns, with . as delimiter.

    If you have Microsoft 365, you can use a formula:

     

    =TRIM(TEXTSPLIT(A1, "."))

Resources