+ Reply to Thread
Results 1 to 3 of 3

How to filter exact string within another string???

  1. #1
    Registered User
    Join Date
    08-31-2010
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    2

    How to filter exact string within another string???

    I have this spread sheet that have more than one model numbers in a single cell.
    I am trying to extract record that have a specific model number in it
    how can i do it?

    example:
    the model numbers in the cell are
    "ACT CBS CHSBBL DPPDV HTDOM HTINTL LDAP PPD PTT1 PTTSUS STD"
    all in one cell, and i am looking for PTT only.
    If i use filter to search for record that contain PTT, all these PTTSUS and PTT1 will show up
    is there anyway i can extract record only with PTT but nothing else?

    Many thanks

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to filter exact string within another string???

    Welcome to the forum.

    Use a formula in an adjacent column, e.g.

    =ISNUMBER(FIND(" PTT ", " " & F11 & " "))

    ... and filter on that.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    08-31-2010
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: How to filter exact string within another string???

    Thank you so much
    I have spend hours on internet searching for this, but the extracted record always include the PTT1
    Last edited by shg; 08-31-2010 at 07:50 PM. Reason: Deleted quote

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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