+ Reply to Thread
Results 1 to 4 of 4

Matching words in other cells

  1. #1
    Registered User
    Join Date
    09-02-2016
    Location
    canada
    MS-Off Ver
    365
    Posts
    22

    Matching words in other cells

    Hello

    In one cell, I have this: AA1125D and need to be able to match this in another cell that that looks like this http://celltwo.com/dsss/4543/file/aa1125D.jpg

    So I need to scan for different style #s in this second cell that has this http in it.

    Thank you !!!

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Matching words in other cells

    And what result do you want?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    09-02-2016
    Location
    canada
    MS-Off Ver
    365
    Posts
    22

    Re: Matching words in other cells

    I want it to find it, and return or copy the full http:// to a cell

    If http: cell contains AA1125D, return it to cell C

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Matching words in other cells

    Maybe something like this...

    A2 = http://celltwo.com/dsss/4543/file/aa1125D.jpg

    B2 = AA1125D

    This formula entered in C2:

    =IF(COUNT(SEARCH(B2,A2)),A2,"Not Found")

+ 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: 21
    Last Post: 10-10-2019, 03:12 AM
  2. [SOLVED] Percentage of matching words between cells
    By papusale in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-19-2016, 06:00 AM
  3. Retrieving matching words
    By sathishkm in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-21-2015, 05:38 PM
  4. Replies: 1
    Last Post: 07-02-2014, 12:02 PM
  5. Matching first 4, 5, 6 or 7 words via vlookup
    By bradkrussell in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-12-2014, 11:08 PM
  6. [SOLVED] Find matching words in 10 columns and add row numbers of matching words
    By zeke 29 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-03-2012, 09:57 AM
  7. Find matching words of (sheet1)cell in (sheet2) cells.
    By ali84pk in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-28-2010, 01:06 PM

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