+ Reply to Thread
Results 1 to 3 of 3

Match, Search or Index? :S

  1. #1
    Registered User
    Join Date
    04-16-2010
    Location
    bradford
    MS-Off Ver
    Excel 2003
    Posts
    5

    Match, Search or Index? :S

    Hi Guys


    i have 2 columns, one is description and the other is manufacturer

    i would like to see if the first word in column b matches collums c
    if it does i need it to put "true" in column D, or false if the first word is not Columns C's value


    please see below image
    EXCEL.png

    can anyone help me with the formula for this?

    sorry if this is a little unclear
    thanks

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: Match, Search or Index? :S

    Try this in D1:

    =IF(ISNA(SEARCH(C1,B1)),FALSE,SEARCH(C1,B1)=1)

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Match, Search or Index? :S

    May be:

    =NOT(ISERROR(SEARCH(C1,B1)=1))

    Replace SEARCH with FIND in case-sensitive case
    Quang PT

+ 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] Working INDEX MATCH with SEARCH, but I need to add another MATCH to the formula!
    By DaveBre in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-11-2014, 01:03 AM
  2. need help using index/match to search grid
    By tsiguy96 in forum Excel General
    Replies: 2
    Last Post: 12-11-2013, 08:33 AM
  3. INDEX + MATCH + SEARCH not showing up the right value
    By Renan in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-23-2012, 07:13 AM
  4. Search,Index,Match which one
    By rlkerr1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-16-2007, 04:21 PM
  5. Using Search with either vlookup or match and index
    By jlowenstein in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 09-06-2005, 03:05 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