+ Reply to Thread
Results 1 to 4 of 4

Formula to Find/Search more letters at once?

  1. #1
    Registered User
    Join Date
    08-13-2012
    Location
    Slovenia
    MS-Off Ver
    Excel 2010
    Posts
    72

    Formula to Find/Search more letters at once?

    Hi to all,

    i have one question. I would like to search more letters at once from more cells. Is this possible?

    Example:
    If cell have next letter make number "1". (search for next letters: č,š,ć,ž,đ)
    Formula in B1:

    Please Login or Register  to view this content.
    But formula doesn't work, and i don't know why

    Any idea?

    Thank you!

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Formula to Find/Search more letters at once?

    try like this
    =iferror(LOOKUP(1;1/ISNUMBER(SEARCH({"a";"b";"c";"d"};A1)));0)
    Last edited by martindwilson; 09-26-2014 at 07:10 AM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    08-13-2012
    Location
    Slovenia
    MS-Off Ver
    Excel 2010
    Posts
    72

    Re: Formula to Find/Search more letters at once?

    Great formula, but not working on range of cell?

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: Formula to Find/Search more letters at once?

    Quote Originally Posted by zeko90 View Post
    Great formula, but not working on range of cell?
    What do you mean by not working on range of cells. The formula was testing one cell A1.
    If you want to check whether a range say A1:A10 contain any of these letters "a","b","c" or "d", try this Array Formula which requires confirmation with Ctrl+Shift+Enter instead of just Enter which you normally use in case of a regular excel formula.
    Please Login or Register  to view this content.
    The above formula will return 1 if any cell in the range A1:A10 contains any of these letters.

    If this is not what you are trying to achieve, please upload a sample workbook with enough sample data along with the desired output shown manually.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

+ 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] Search CELL-A for one or two letters and display the found letters in CELL-B
    By adamtre in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-03-2014, 02:43 AM
  2. [SOLVED] Search in a compo box using the first 2 letters.
    By MariaPap in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-20-2014, 07:15 AM
  3. search, find formula
    By sput_sput in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-17-2013, 06:44 AM
  4. [SOLVED] Need to find a formula to extract a number out of a cell that also has letters
    By Cassi in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-25-2013, 09:39 PM
  5. Replies: 5
    Last Post: 12-30-2012, 10:59 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