+ Reply to Thread
Results 1 to 4 of 4

find and list ALL cells that contain a certain text

  1. #1
    Registered User
    Join Date
    01-04-2014
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2010
    Posts
    55

    find and list ALL cells that contain a certain text

    Is there a way to find and list all cells that contain a certain text without using the simple excel find feature?

    For example, in A1:R200, I want to find the location of and contents of all cells containing the word test. Sometimes it is XXtest or aa test or testb. There are hundreds of these possibilities and I want to find and list all of them.

    Is it possible for a formula to do this?

    Thanks

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: find and list ALL cells that contain a certain text

    You could do a conditional formatting (=ISNUMBER(SEARCH("test", A1)) ) to color all cells containing test.
    I have not been able to come up with a formula that pulls all these cells or would give their addresses. I'm sure there must be one.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: find and list ALL cells that contain a certain text

    Not sure a formula can accomplish this but a UDF certainly can.

    Please Login or Register  to view this content.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: find and list ALL cells that contain a certain text

    Struggling with variations of

    ADDRESS(ROW(A1:C6),COLUMN(A1:C6))

    INDEX(ADDRESS(ROW(A1:C6),COLUMN(A1:C6)),)

+ 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] Lookup, find, match and list text from multiple cells
    By JSTR250 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-19-2014, 02:04 PM
  2. Replies: 1
    Last Post: 09-28-2013, 03:45 PM
  3. Replies: 6
    Last Post: 06-14-2013, 09:18 AM
  4. find and list cells based on text on its next cell
    By calif in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-13-2013, 04:24 AM
  5. [SOLVED] Search text in cells, find matching text based on list, remove all but one entry
    By adam_mc in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-30-2013, 12:50 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