+ Reply to Thread
Results 1 to 2 of 2

Searching for a String of Text within a Range and returning an Adjacent Value

Hybrid View

  1. #1
    Registered User
    Join Date
    09-21-2020
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    1

    Searching for a String of Text within a Range and returning an Adjacent Value

    Hi,

    I need a formula for the below:

    I have a cell that contains a range of data, but more importantly a street name, with a reference in the adjacent cell.

    I have a report which has a street name on it's own. I need to see if that Street Name is present within the cell on the first tab, and then return the adjacent cell that contains the reference.

    I have attached a sample sheet.

    Please help.

    Thanks,

    Sam
    Attached Files Attached Files

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525

    Re: Searching for a String of Text within a Range and returning an Adjacent Value

    Possibly this,


    Formula: copy to clipboard
    =IFERROR(VLOOKUP("*" & A2 &"*",'Report 1'!$A$2:$B$12,2,FALSE),"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. [SOLVED] Searching for a range of terms in a string of text
    By cunayt in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 09-07-2015, 12:04 AM
  2. [SOLVED] Searching for unknown text string in a range and then matching it to a reference table
    By the_nibs in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 06-10-2015, 07:26 AM
  3. [SOLVED] Searching an array for unique value and returning adjacent cells
    By Grimace in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-01-2015, 01:39 AM
  4. [SOLVED] VBA for searching string in a column and copy rows depending on string in adjacent cell
    By xprakash in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-20-2013, 05:58 AM
  5. [SOLVED] Searching for a text string within a range of cells
    By mxplut in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-27-2012, 12:00 PM
  6. Searching for a text string in a list and returning a value
    By Panda2012 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-02-2011, 10:17 PM
  7. Searching a text string in a range of cells.
    By heenanmc in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-15-2006, 12:55 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