+ Reply to Thread
Results 1 to 8 of 8

Find specific text, in a string and retrieve that name according to a list of names

  1. #1
    Registered User
    Join Date
    07-14-2015
    Location
    lisbon
    MS-Off Ver
    2016
    Posts
    68

    Find specific text, in a string and retrieve that name according to a list of names

    Hi,

    I am looking for a formula that searches in a cell for specific text listed on a range of cells, and if it finds something then retrieve that name.

    It does not need to be case sensitive.

    I attach a example file so it can be easier to understand my need.

    ThanksFind specific text.xlsx

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Find specific text, in a string and retrieve that name according to a list of names

    This ID's the matches, working on pulling out that 1 word
    =IF(SUMPRODUCT(--(ISNUMBER(SEARCH($D$3:$D$7,B3))))>0,B3,"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Find specific text, in a string and retrieve that name according to a list of names

    CSE formula...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Find specific text, in a string and retrieve that name according to a list of names

    Another way.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Find specific text, in a string and retrieve that name according to a list of names

    C3
    Please Login or Register  to view this content.
    Try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Find specific text, in a string and retrieve that name according to a list of names

    try
    C3=IFERROR(LOOKUP(15^15,SEARCH($D$3:$D$7,B3),$D$3:$D$7),"") and drag down
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  7. #7
    Registered User
    Join Date
    07-14-2015
    Location
    lisbon
    MS-Off Ver
    2016
    Posts
    68

    Re: Find specific text, in a string and retrieve that name according to a list of names

    Thanks everyone for the help, fantastic formulas!!! this will help me a lot.

    The idea is to make a budget sheet where i just have to copy my bank monthly extract, and it pretty much says where im spending my money with little efford and with little data inserting...

    Thanks again.

  8. #8
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Find specific text, in a string and retrieve that name according to a list of names

    You're welcome. Glad to help. Thanks for the feedback and rep.

+ 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] Find specific text in a string
    By craaaig69 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-14-2015, 03:28 PM
  2. [SOLVED] Find text left or right of a specific character in a text string
    By Locopete99 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-14-2014, 05:55 AM
  3. [SOLVED] Find specific text in a string and return that text
    By K_Red in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-24-2013, 07:50 AM
  4. Formula to Find a specific text within a text string
    By ewong in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-13-2012, 01:36 PM
  5. [SOLVED] Find Specific Text in Text String and Return Value in Adjacent Column
    By watchouse in forum Excel General
    Replies: 2
    Last Post: 07-11-2012, 03:53 PM
  6. Find specific text at end of string
    By VegasL in forum Excel General
    Replies: 3
    Last Post: 11-05-2009, 07:31 PM
  7. [SOLVED] Find specific text in a string
    By Samuel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-22-2005, 07:06 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