+ Reply to Thread
Results 1 to 2 of 2

Re: If cell does not include @, then blank

  1. #1
    Dave Peterson
    Guest

    Re: If cell does not include @, then blank

    =IF(ISNUMBER(SEARCH("@",A2,1)),A2,"")
    or
    =if(countif(a2,"*@*"),a2,"")

    Or just apply Data|filter|autofilter
    Contains
    @




    jermsalerms wrote:
    >
    > cells A2:A901 contain email addresses.
    >
    > some say n/a, none, no, etc.
    >
    > I want to filter all those out...so I am trying to figure out how to
    > write a formula that will only display the cell if the is and @ symbol
    > included.
    >
    > Im not sure what function will search for a peticular character and how
    > to write the formula
    >
    > --
    > jermsalerms
    > ------------------------------------------------------------------------
    > jermsalerms's Profile: http://www.excelforum.com/member.php...o&userid=30167
    > View this thread: http://www.excelforum.com/showthread...hreadid=501199


    --

    Dave Peterson

  2. #2
    Forum Contributor
    Join Date
    01-05-2006
    Posts
    113

    Thanks Dave

    you have been a big help on several occasions for this project

+ 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