+ Reply to Thread
Results 1 to 2 of 2

Find function

  1. #1
    Registered User
    Join Date
    10-26-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    1

    Find function

    Hi All,

    I am trying to use a FIND function where I can search for multiple varibles instead of one. I need to search a huge list of email addresses and filter out those that contain the normal ISP tags - gmail, hotmail, aol etc. but I don't know how to search for more that one string at a time.

    Does anybody know how search for multiple variables in one cell?

    Thanks,

    Ed

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Find function

    Ed,

    Give this a try:
    =IF(OR(ISNUMBER(SEARCH({"@gmail.com","@hotmail.com","@aol.com"},A1))),"Found","Not Found")
    Hope that helps,
    ~tigeravatar

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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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