+ Reply to Thread
Results 1 to 4 of 4

Find cell address of specific text

  1. #1
    Registered User
    Join Date
    03-30-2014
    Location
    Glendale, Arizona
    MS-Off Ver
    Excel 2013
    Posts
    25

    Find cell address of specific text

    I am fairly advanced in Excel but can't seem to find a way to locate the cell address of specific text. For instance the text "Cat" appears only once somewhere in a known range. I am looking for a formula similar to =address or =Cell("address" or perhaps =vlookup that will let me input 1) the text Cat and 2)the range to look in and then have it return the address of where it finds the text "Cat". Is this possible?

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Find cell address of specific text

    hi DMumme. say the known range where "cat" is will be column C. then simply use:
    =ADDRESS(MATCH("Cat",C:C,0),3)

    or
    ="C"&MATCH("Cat",C:C,0)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    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 cell address of specific text

    Say the known range is A1:O23 then array-enter this formula outside that range
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Array formulas are not committed in the regular way. You commit by pressing and holding Ctrl + Shift as you hit Enter. You will know that it has been entered successfully when you can see curly braces {} around your formula in the formula bar. You do not type these in yourself. Excel does it for you.
    Last edited by FlameRetired; 05-13-2015 at 01:26 AM. Reason: formula change

  4. #4
    Registered User
    Join Date
    03-30-2014
    Location
    Glendale, Arizona
    MS-Off Ver
    Excel 2013
    Posts
    25

    Re: Find cell address of specific text

    benishiryo
    Works perfect. Many thanks!
    Last edited by DMumme; 05-13-2015 at 07:14 PM.

+ 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. Find start and Next row with text and create Cell Address in groups
    By 2k05gt in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-27-2015, 10:06 PM
  2. [SOLVED] VBA to Find Specific Text, then Copy range to next open cell under specific text
    By Remotruker in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-24-2015, 10:59 AM
  3. Replies: 2
    Last Post: 08-05-2013, 07:32 PM
  4. Replies: 4
    Last Post: 07-11-2012, 04:00 PM
  5. to find the text and to know that particular cell address
    By cheenu in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-08-2006, 11:30 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