+ Reply to Thread
Results 1 to 4 of 4

Spilt a sentence into 3

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    05-03-2020
    Location
    London
    MS-Off Ver
    MICROSOFT 365
    Posts
    282

    Spilt a sentence into 3

    Hi all

    Thank you in advance your help is always appreciated.

    i wanted to spilt a sentence into 3.

    there are common words in the sentence which helps, ADDED, DUE.

    i have attached sheet to help understand better.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    04-15-2013
    Location
    Singapore, Melbourne
    MS-Off Ver
    Office 365
    Posts
    167

    Re: Spilt a sentence into 3

    use this formula for C5, drag and fill to the range.

    =TRIM(MID(SUBSTITUTE(SUBSTITUTE($A5,"Added",REPT(" ",99)),"Due",REPT(" ",99)),COLUMN(A1)*99-98,99))
    Row row row your boat
    Gently down the stream

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,611

    Re: Spilt a sentence into 3

    In C2:

    =LEFT(A5,SEARCH("Added",A5)-2)

    In D2:

    =TRIM(MID(A5,SEARCH("Added",A5)+5,12))

    In E2:

    =TRIM(MID(A5,SEARCH("Due",A5)+4,12))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,611

    Re: Spilt a sentence into 3

    Thanks for the rep.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Cross reference letter case: Beginning of sentence and middle of sentence
    By caswell1000 in forum Word Formatting & General
    Replies: 4
    Last Post: 02-07-2019, 05:25 PM
  2. Spilt a date range into one row per day
    By liorchn in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-01-2014, 02:01 PM
  3. [SOLVED] Spilt of DATA
    By Nikunj15 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-10-2013, 05:15 AM
  4. Spilt the phone numbers
    By niladri20005 in forum Excel General
    Replies: 5
    Last Post: 07-08-2011, 10:46 AM
  5. spilt words
    By delboy2405 in forum Excel General
    Replies: 3
    Last Post: 11-04-2007, 10:05 AM
  6. [SOLVED] Spilt value and currency
    By AJ in forum Excel General
    Replies: 2
    Last Post: 05-16-2006, 05:15 AM
  7. Spilt Screen
    By owl527 in forum Excel General
    Replies: 3
    Last Post: 03-11-2005, 07:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1