+ Reply to Thread
Results 1 to 5 of 5

Extract a Value from a Cell

  1. #1
    Registered User
    Join Date
    03-05-2017
    Location
    New Zealand
    MS-Off Ver
    2013
    Posts
    29

    Extract a Value from a Cell

    Hi All,

    Below is my few data values at column A.

    [Functional Structure]HarmonySecurity/SymSecGroup/FFIC-0105:AUTO
    [Functional Structure]AUP Site Tags/RootArea/SitePlant/Urea/FFIC-741:AUTO
    [Functional Structure]AUP Site Tags/RootArea/SitePlant/Urea/FIC-103:AUTO
    [Functional Structure]AUP Site Tags/RootUnit/SiteUnit/FIC-108:AUTO
    [Functional Structure]AUP Site Tags/RootUnit/SiteUnit/FFIC-102:AUTO
    [Functional Structure]HarmonySecurity/SymSecGroup/AIC-102:AUTO


    From each cell I have to take out the following values
    FFIC-0105
    FFIC-741
    FIC-103
    FIC-108
    FFIC-102
    AIC-102
    Kindly can some one advise me how to do this with any simple method.

    Thanks a lot.

    Warm Regards,
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Extract a Value from a Cell

    Try

    =SUBSTITUTE(TRIM(RIGHT(SUBSTITUTE(A1,"/",REPT(" ",99)),99)),":AUTO","")

  3. #3
    Forum Contributor
    Join Date
    01-05-2017
    Location
    New York
    MS-Off Ver
    Office 2016
    Posts
    206

    Re: Extract a Value from a Cell

    I notice that you're using Excel 2013. In that case, you can use flash fill. If you manually type the first two, then click on Data --> Data Tools --> Flash Fill, and it should work.

  4. #4
    Registered User
    Join Date
    03-05-2017
    Location
    New Zealand
    MS-Off Ver
    2013
    Posts
    29

    Re: Extract a Value from a Cell

    Thanks for your support on this. It works for me.

    Thanks again, for your support.

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Extract a Value from a Cell

    You're welcome. 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. Replies: 5
    Last Post: 06-06-2017, 07:19 PM
  2. Replies: 2
    Last Post: 02-09-2015, 09:40 AM
  3. [SOLVED] How to extract text data from one cell based on the date on another cell?
    By Prabhu.nanda in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-11-2013, 08:46 AM
  4. Replies: 5
    Last Post: 01-10-2013, 09:51 AM
  5. Replies: 12
    Last Post: 09-15-2012, 10:20 PM
  6. Replies: 3
    Last Post: 07-25-2012, 07:54 AM
  7. Replies: 0
    Last Post: 05-05-2011, 06:41 AM

Tags for this Thread

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