+ Reply to Thread
Results 1 to 6 of 6

Capture the 2nd, 3rd words and so on..

Hybrid View

  1. #1
    Registered User
    Join Date
    04-13-2016
    Location
    Laguna Philippines
    MS-Off Ver
    O365 PRO PLUS
    Posts
    68

    Capture the 2nd, 3rd words and so on..

    Please help me out to provide the correct formula on how to get the desired data or words that i need. Attached is the sample sheet.

  2. #2
    Forum Contributor
    Join Date
    01-09-2016
    Location
    Perth Western Australia
    MS-Off Ver
    Office 365
    Posts
    257

    Re: Capture the 2nd, 3rd words and so on..

    Hi

    The sample sheet did not attach.
    To attach the sample GoAdvanced then Manage Attachments select file and submit.

    Cheers

  3. #3
    Registered User
    Join Date
    04-13-2016
    Location
    Laguna Philippines
    MS-Off Ver
    O365 PRO PLUS
    Posts
    68

    Re: Capture the 2nd, 3rd words and so on..

    Dear see attached..
    Attached Files Attached Files

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,410

    Re: Capture the 2nd, 3rd words and so on..

    Try this formula in B3 and fill down.
    Formula: copy to clipboard
    =TRIM(RIGHT(SUBSTITUTE(A3," ",REPT(" ",99),1),99))
    Dave

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Capture the 2nd, 3rd words and so on..

    something like this?
    =TRIM(MID(A3,SEARCH(" ",A3)+1,LEN(A3)))

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,410

    Re: Capture the 2nd, 3rd words and so on..

    And another way.

    Formula: copy to clipboard
    =TRIM(REPLACE(A3,1,FIND(" ",A3),""))

+ 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. [SOLVED] Capture real time data/DDE capture
    By rajre in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 01-07-2022, 05:14 AM
  2. Replies: 1
    Last Post: 06-14-2016, 06:21 PM
  3. Replies: 15
    Last Post: 10-12-2014, 08:53 AM
  4. Replies: 5
    Last Post: 09-02-2014, 03:49 PM
  5. [SOLVED] looking formula for Extract Specific WORDs in existing LONG Words
    By santosh226001 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-07-2013, 08:21 AM
  6. Replies: 3
    Last Post: 11-28-2012, 04:00 AM
  7. Replies: 1
    Last Post: 04-04-2012, 07:15 PM

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