<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Convert numeral to letter in adjacent column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Convert-numeral-to-letter-in-adjacent-column/m-p/820778#M99962</link>
    <description>&lt;P&gt;I think I found a solution! By using the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Match&lt;/STRONG&gt;&lt;/EM&gt; function and then defining each letter I wanted correlated to the respective numeral it was able to auto-populate in my new column.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2024 01:02:02 GMT</pubDate>
    <dc:creator>graphical</dc:creator>
    <dc:date>2024-12-05T01:02:02Z</dc:date>
    <item>
      <title>Convert numeral to letter in adjacent column</title>
      <link>https://community.jmp.com/t5/Discussions/Convert-numeral-to-letter-in-adjacent-column/m-p/820768#M99961</link>
      <description>&lt;P&gt;Hi, hopefully this isn't a dumb question, I'm new to JMP and coding generally. In JMP 18, if I have a column of numerals (0-11) and I want a second column that correlates to this column with letters (a-k) is there a simple formula command I could use to make the second column auto-populate with the corresponding letter for every numeral associated in the adjacent column? 0 = a, 1 = b, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 00:39:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Convert-numeral-to-letter-in-adjacent-column/m-p/820768#M99961</guid>
      <dc:creator>graphical</dc:creator>
      <dc:date>2024-12-05T00:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert numeral to letter in adjacent column</title>
      <link>https://community.jmp.com/t5/Discussions/Convert-numeral-to-letter-in-adjacent-column/m-p/820778#M99962</link>
      <description>&lt;P&gt;I think I found a solution! By using the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Match&lt;/STRONG&gt;&lt;/EM&gt; function and then defining each letter I wanted correlated to the respective numeral it was able to auto-populate in my new column.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 01:02:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Convert-numeral-to-letter-in-adjacent-column/m-p/820778#M99962</guid>
      <dc:creator>graphical</dc:creator>
      <dc:date>2024-12-05T01:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Convert numeral to letter in adjacent column</title>
      <link>https://community.jmp.com/t5/Discussions/Convert-numeral-to-letter-in-adjacent-column/m-p/820794#M99966</link>
      <description>&lt;P&gt;Match is a good option, other could be creating a list of alphabets&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;{"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q",
"r", "s", "t", "u", "v", "w", "x", "y"}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and then using the index from your numbers to get the value. Assuming Column 1 has the numbers, you can formula such as (JMP's indexing generally starts from 1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;{"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r",
"s", "t", "u", "v", "w", "x", "y"}[:Column 1 + 1]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use Recode&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1733378256762.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70858iBB6F123D7A678386/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1733378256762.png" alt="jthi_1-1733378256762.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and it will use Map Value&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Map Value(:Column 1, {0, "a", 1, "b", 2, "c", 3, "d", 4, "e", 5, "f", 6, "g", 7, "h", 8, "i", 9, "j", 10, "k"})&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Dec 2024 05:59:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Convert-numeral-to-letter-in-adjacent-column/m-p/820794#M99966</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-12-05T05:59:52Z</dc:date>
    </item>
  </channel>
</rss>

