<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:s="http://www.techrepublic.com/search" xmlns:dc="http://purl.org/dc/elements/1.1/"  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title><![CDATA[Discussion on I use MS Excel 2010. I have a list that conains email and non-email address ]]></title>
    <link><![CDATA[http://www.techrepublic.com/forum/discussions/101-401314]]></link>
    <atom:link rel="hub" type="application/rss+xml" href="http://pubsubhubbub.appspot.com/" />
    <atom:link rel="self" type="application/rss+xml" href="http://www.techrepublic.com/forum/discussions/101-401314/rss" />

    <description><![CDATA[]]></description>
    <language>en-us</language>
    <lastBuildDate>2013-05-25T10:34:44-07:00</lastBuildDate>
             

    <item>
        <title><![CDATA[Here is a formula that should do it]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/101-401314-3747410]]></link>
        <description><![CDATA[If your 1st e-mail address is in A1, type the following in B1: =IF(ISERROR(FIND(&quot;@&quot;,A1))=TRUE,&quot;&quot;,LEFT(A1,FIND(&quot;@&quot;,A1)-1))This should give you the part in front of the &quot;@&quot;then type this in C1=IF(ISERROR(FIND(&quot;@&quot;,A1))=TRUE,&quot;&quot;,MID(A1,FIND(&quot;@&quot;,A1)+1,FIND(&quot;.&quot;,A1)-FIND(&quot;@&quot;,A1)-1))This should give you the part between the &quot;@&quot; and the first &quot;.&quot;Hope this helps.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/101-401314-3747410]]></guid>
        <dc:creator><![CDATA[johbelnel@...]]></dc:creator>
        <pubDate>Mon, 18 Feb 2013 05:42:28 -0800</pubDate>
    </item>
             

    <item>
        <title><![CDATA[Reponse To Answer]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/101-401314-3742020]]></link>
        <description><![CDATA[Thanks, but this trucates the field, eliminating everything to the right of the &quot;@&quot;]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/101-401314-3742020]]></guid>
        <dc:creator><![CDATA[edwardfowler]]></dc:creator>
        <pubDate>Mon, 21 Jan 2013 06:00:48 -0800</pubDate>
    </item>
             

    <item>
        <title><![CDATA[I would convert text to columns using @ as the delimiter.]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/101-401314-3741650]]></link>
        <description><![CDATA[I am not an Excel guru, but I would parse/split  the data first, then sort on the two halves.The term for that is creating a 'helper column']]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/101-401314-3741650]]></guid>
        <dc:creator><![CDATA[robo_dev]]></dc:creator>
        <pubDate>Fri, 18 Jan 2013 13:37:30 -0800</pubDate>
    </item>
             

    <item>
        <title><![CDATA[I use MS Excel 2010. I have a list that conains email and non-email address]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/101-401314-3741639]]></link>
        <description><![CDATA[I used the FIND and MID commands,using the &quot;@&quot; as the midstring but could only sort the fields to the right, truncating the name on the left. Is there a way to give me both halves of the string (full email address) or another way to do it?ThanksEdward]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/101-401314-3741639]]></guid>
        <dc:creator><![CDATA[edwardfowler]]></dc:creator>
        <pubDate>Fri, 18 Jan 2013 13:28:27 -0800</pubDate>
    </item>
    </channel>
</rss>

