+ Reply to Thread
Results 1 to 2 of 2

Text match and text update formula.

  1. #1
    Registered User
    Join Date
    08-13-2016
    Location
    india
    MS-Off Ver
    2010
    Posts
    61

    Text match and text update formula.

    The formula to match the text from list sheet with B and C Column of data sheet and in F column it should through up result if match found.
    if no matching text found then, just update as " no match"
    List sheet there will be additional line added daily.

    Thanks in advance.
    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: Text match and text update formula.

    Convert your range in List into a table, then use this in F2:

    =IFERROR(INDEX(List!A:A,AGGREGATE(15,6,ROW(Table1[List])/ISNUMBER(SEARCH(Table1[List],Data!B2:C2)),1)),"no match")

    See attachment.
    Attached Files Attached Files

+ 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. Creating INDEX MATCH MATCH formula based off text in cells
    By bbkdude in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-26-2017, 10:37 AM
  2. Replies: 2
    Last Post: 05-27-2016, 12:30 AM
  3. How to highlight formula text that does not match other text?
    By mrez in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-24-2015, 02:11 PM
  4. [SOLVED] How to match a cell with text with a range of text and return own text
    By ec4excel in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-16-2014, 11:07 AM
  5. [SOLVED] Formula to Match a text year against a =text(date,"yyyy") and return a 1 value
    By john dalton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-14-2014, 10:16 AM
  6. Replies: 3
    Last Post: 03-28-2014, 07:04 AM
  7. Replies: 6
    Last Post: 06-08-2012, 06:54 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