<?xml version="1.0"?><!-- generator="b2evolution/0.9.1" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>MetaChat - Excel question:</title>
        <link>http://metachat.org/index.php?disp=comments</link>
        <description></description>
        <language>en-US</language>
        <docs>http://backend.userland.com/rss</docs>
        <admin:generatorAgent rdf:resource="http://b2evolution.net/?v=0.9.1"/>
        <ttl>60</ttl>
                <item>
            <title>In response to: Excel question:</title>
            <pubDate>Thu, 03 Sep 2009 17:07:58 +0000</pubDate>
            <guid isPermaLink="false">c501922@http://metachat.org</guid>
            <description>Put the codes and names on a new sheet (where the codes are sorted numerically) and use @VLOOKUP on the codes to find the names.</description>
            <content:encoded><![CDATA[Put the codes and names on a new sheet (where the codes are sorted numerically) and use @VLOOKUP on the codes to find the names.]]></content:encoded>
            <link>http://metachat.org/index.php/2009/09/03/excel_question#c501922</link>
        </item>
                <item>
            <title>In response to: Excel question:</title>
            <pubDate>Fri, 04 Sep 2009 03:23:40 +0000</pubDate>
            <guid isPermaLink="false">c502004@http://metachat.org</guid>
            <description>First make a table of key:value pairs.... ie 1234 smith  in A1 and B1, and so on down (no need to sort or anything)

then, presuming your numbers are in column D and you want results in column F, F1 becomes:

=vlookup(D1,A:B,2,0) &#38; " | " &#38; D1




</description>
            <content:encoded><![CDATA[First make a table of key:value pairs.... ie 1234 smith  in A1 and B1, and so on down (no need to sort or anything)<br />
<br />
then, presuming your numbers are in column D and you want results in column F, F1 becomes:<br />
<br />
=vlookup(D1,A:B,2,0) &amp; " | " &amp; D1<br />
<br />
<br />
<br />
<br />
]]></content:encoded>
            <link>http://metachat.org/index.php/2009/09/03/excel_question#c502004</link>
        </item>
                <item>
            <title>In response to: Excel question:</title>
            <pubDate>Fri, 04 Sep 2009 19:48:02 +0000</pubDate>
            <guid isPermaLink="false">c502079@http://metachat.org</guid>
            <description>This is probably a moot point by now, but a hack that might work that looks less scary than the actual solutions proposed above:

Open a new Excel worksheet.  In column 1, fill in a series of sequential numbers.  In column 2, copy and paste your codes from the first sheet.  Now sort this new sheet by codes, and fill in the last names.  Now resort this sheet by your first, sequentially-numbered column.  Now copy and paste the column of last names, which should now be in the same order as on the original sheet, into your original sheet.</description>
            <content:encoded><![CDATA[This is probably a moot point by now, but a hack that might work that looks less scary than the actual solutions proposed above:<br />
<br />
Open a new Excel worksheet.  In column 1, fill in a series of sequential numbers.  In column 2, copy and paste your codes from the first sheet.  Now sort this new sheet by codes, and fill in the last names.  Now resort this sheet by your first, sequentially-numbered column.  Now copy and paste the column of last names, which should now be in the same order as on the original sheet, into your original sheet.]]></content:encoded>
            <link>http://metachat.org/index.php/2009/09/03/excel_question#c502079</link>
        </item>
            </channel>
</rss>
