+ Reply to Thread
Results 1 to 4 of 4

How to Separate an email address

  1. #1
    Bert Kinney
    Guest

    How to Separate an email address

    Hi,


    I have found a formula to separate an email address but would like it to
    leave the @

    =RIGHT(A1,LEN(A1)-SEARCH("@",A1))

    For example, this formula takes [email protected] and returns no.com

    Is there a way to make it return @no.com


    Thanks,
    Bert




  2. #2
    Don Guillett
    Guest

    Re: How to Separate an email address

    try
    >>=RIGHT(A1,LEN(A1)-SEARCH("@",A1))


    =RIGHT(A1,LEN(A1)-SEARCH("@",A1)+1)

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Bert Kinney" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    >
    >
    > I have found a formula to separate an email address but would like it to
    > leave the @
    >
    > =RIGHT(A1,LEN(A1)-SEARCH("@",A1))
    >
    > For example, this formula takes [email protected] and returns no.com
    >
    > Is there a way to make it return @no.com
    >
    >
    > Thanks,
    > Bert
    >
    >
    >




  3. #3
    Jim Thomlinson
    Guest

    RE: How to Separate an email address

    So close...

    =RIGHT(A1,LEN(A1)-SEARCH("@",A1)+1)

    Add 1
    --
    HTH...

    Jim Thomlinson


    "Bert Kinney" wrote:

    > Hi,
    >
    >
    > I have found a formula to separate an email address but would like it to
    > leave the @
    >
    > =RIGHT(A1,LEN(A1)-SEARCH("@",A1))
    >
    > For example, this formula takes [email protected] and returns no.com
    >
    > Is there a way to make it return @no.com
    >
    >
    > Thanks,
    > Bert
    >
    >
    >
    >


  4. #4
    Bert Kinney
    Guest

    Re: How to Separate an email address

    Thank you Don and Jim, that worked perfectly.

    --
    Regards,
    Bert Kinney MS-MVP Shell/User
    http://bertk.mvps.org


    Jim Thomlinson wrote:
    > So close...
    >
    > =RIGHT(A1,LEN(A1)-SEARCH("@",A1)+1)
    >
    > Add 1
    >
    >> Hi,
    >>
    >>
    >> I have found a formula to separate an email address but would like
    >> it to leave the @
    >>
    >> =RIGHT(A1,LEN(A1)-SEARCH("@",A1))
    >>
    >> For example, this formula takes [email protected] and returns no.com
    >>
    >> Is there a way to make it return @no.com
    >>
    >>
    >> Thanks,
    >> Bert




+ 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