+ Reply to Thread
Results 1 to 3 of 3

Lookup words contained in a cell

  1. #1
    Registered User
    Join Date
    06-15-2005
    Posts
    7

    Lookup words contained in a cell

    Hi

    I have a series of jumbled data (column A). Within the data set are certain key words highlighted (ie fruit names) that I want to strip out in a separate column (column B). Is there a lookup function that can lookup characters contained in a cell.

    Thanks in advance


    Long Description [B]
    031660UAPPLEBRCIPI0
    BRCIPI0ORANGEUBRC
    JBUPEAR00031653UBRC
    GFFUBORANGE0059716
    OUBORANGE572UB
    BKUBRCIPEAR555UBR
    AGY5UBAPPLE001924
    8YUBRAPPLE3413U
    8AIYFPEARI00033405U
    I3IUBORANGE33408U
    HEFUBPEAR0197510UB
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Lookup words contained in a cell

    one way...

    list words of interest in a range, say E2:E4 contain APPLE,PEAR,ORANGE

    B2: =INDEX($E$2:$E$4,MATCH(TRUE,INDEX(ISNUMBER(SEARCH($E$2:$E$4,$A2)),0),0))
    copied down to B12

  3. #3
    Registered User
    Join Date
    06-15-2005
    Posts
    7

    Re: Lookup words contained in a cell

    That was quick.

    Thanks heaps DonkeyOte.

    Problem fixed

+ 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