+ Reply to Thread
Results 1 to 4 of 4

Find formula with multiple find (array)

  1. #1
    Valued Forum Contributor
    Join Date
    04-13-2011
    Location
    Ottawa, Canada
    MS-Off Ver
    365
    Posts
    1,067

    Find formula with multiple find (array)

    Hello Excel Gurus,

    I'm just wondering if there's a possibility to have lists of strings to search in the find function in excel?

    As all of you know, the find function is FIND(find_text, within_text, [start_num])

    In the 'find_text', is it possible to have a list to search in the given cell?

    For example, I'm trying to find the special character in Italics (!@#$%^&*()-=_+,./<>?;':"[]{})in a given cell.

    I tried to have {} and Ctrl+SHIFT+ENTER but it gives me an error.

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Find formula with multiple find (array)

    So you want something like:
    =MIN(FIND("(", within_text, [start_num]),FIND("!", within_text, [start_num]),FIND("@", within_text, [start_num]),...)

    I don't think there is a clean way of doing that with standard Excel functions, but I may be pleasantly surprised by some of the experts. I just wanted to make sure I (and others) understood your request.

    Pauley

  3. #3
    Valued Forum Contributor
    Join Date
    04-13-2011
    Location
    Ottawa, Canada
    MS-Off Ver
    365
    Posts
    1,067

    Re: Find formula with multiple find (array)

    Hi Pauleyb,

    I don't understand the purpose of the MIN function there, but yes, you got the idea there. So basically, instead of writing FIND for each of the special characters, I want to have 1 FIND function, with an arrays of special characters to find under the 'find_text' argument.

  4. #4
    Valued Forum Contributor
    Join Date
    04-13-2011
    Location
    Ottawa, Canada
    MS-Off Ver
    365
    Posts
    1,067

    Re: Find formula with multiple find (array)

    I've solved it with the use of Lookup and Find. Of course, this is through googling and found an older post that someone tried to accomplish similar of what I want.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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