+ Reply to Thread
Results 1 to 3 of 3

Address & Match function together (there may be an alternative function)

Hybrid View

  1. #1
    Registered User
    Join Date
    02-23-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1

    Address & Match function together (there may be an alternative function)

    Hello All,

    I'm new to the forum but wanted to ask a question about using the address function to find the exact cell of a unique string text.

    I'm using the following command to find the address of a string i have in a different cell, is anyone familiar with such function and could please assist with how to use it properly?

    =ADDRESS(MATCH("*$H$1*",A:A,0),1)

    The string text is in cell H1, H2, H3.......(or on another sheet). The goal is to find the address of a cell containing the unique string text from cell H1, H2, H3.....(that entire column) in a sheet with 13,000 lines. Basically, could someone please assist with searching for a specific cell address of a string text referenced from another cell.

    Thank you in advance,

    ~Alex

  2. #2
    Valued Forum Contributor
    Join Date
    09-07-2006
    Posts
    520

    Re: Address & Match function together (there may be an alternative function)

    Perhaps something like this for the fuzzy search ..
    Put this in say, I1, normal ENTER will do:
    =IF(H1="","","A"&MATCH(TRUE,INDEX((ISNUMBER(SEARCH(H1,$A$1:$A$100))),),0))
    Copy down
    -------------------------------
    Any good? Wave it, click the little star at the bottom left corner of my responses

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,631

    Re: Address & Match function together (there may be an alternative function)

    Quote Originally Posted by Max, Singapore View Post
    =IF(H1="","","A"&MATCH(TRUE,INDEX((ISNUMBER(SEARCH(H1,$A$1:$A$100))),),0))
    Isn't it a bit of an overkill?
    =IF(H1="","","a"&match("*"&h1&"*",$A1:$A100,0))
    should work.

    Also, if you need the cell reference for another formula, it is returned by
    =index(a:a,match("*"&h1&"*",$A1:$A100,0)
    (embedded in a formula)

+ 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] Address Match function
    By mahershams in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-19-2013, 05:01 AM
  2. [SOLVED] MATCH function workaround - nesting ADDRESS function?
    By BishBosh in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2013, 03:45 AM
  3. UDF Lookup function as an alternative to array functions & match/index
    By Andrew_Harris in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-15-2012, 09:34 PM
  4. If function using address/match
    By STarloff in forum Excel General
    Replies: 2
    Last Post: 03-16-2011, 04:37 PM
  5. alternative function to match (need "if containing" function, not an exact match)
    By xln00b in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-10-2010, 04:25 AM

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