<?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: Converting a number in one column to a word in another column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Converting-a-number-in-one-column-to-a-word-in-another-column/m-p/69042#M34990</link>
    <description>&lt;P&gt;This can be done with an IF() statement structure or with a Match() function or other.&amp;nbsp; I prefer&lt;/P&gt;
&lt;PRE&gt;Match(:Value, 1,"Red", 2,"Orange",2,"Green"...........) &lt;/PRE&gt;
&lt;P&gt;r&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Aug 2018 15:05:01 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2018-08-21T15:05:01Z</dc:date>
    <item>
      <title>Converting a number in one column to a word in another column</title>
      <link>https://community.jmp.com/t5/Discussions/Converting-a-number-in-one-column-to-a-word-in-another-column/m-p/69031#M34987</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is probably covered elsewhere but I couldn't find it. I'd like to make a formula that will give a specific word for a given value in a separate column. See below:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Column&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;Word&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Orange&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Orange&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Red&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;Green&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Any tips on how I can accomplish this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KH&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:45:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Converting-a-number-in-one-column-to-a-word-in-another-column/m-p/69031#M34987</guid>
      <dc:creator>kevin_herlihy_l</dc:creator>
      <dc:date>2018-08-21T14:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a number in one column to a word in another column</title>
      <link>https://community.jmp.com/t5/Discussions/Converting-a-number-in-one-column-to-a-word-in-another-column/m-p/69042#M34990</link>
      <description>&lt;P&gt;This can be done with an IF() statement structure or with a Match() function or other.&amp;nbsp; I prefer&lt;/P&gt;
&lt;PRE&gt;Match(:Value, 1,"Red", 2,"Orange",2,"Green"...........) &lt;/PRE&gt;
&lt;P&gt;r&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 15:05:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Converting-a-number-in-one-column-to-a-word-in-another-column/m-p/69042#M34990</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-08-21T15:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a number in one column to a word in another column</title>
      <link>https://community.jmp.com/t5/Discussions/Converting-a-number-in-one-column-to-a-word-in-another-column/m-p/69080#M34994</link>
      <description>&lt;P&gt;Another option is to use recode with the formula column option (drop down in upper left of dialog), click&amp;nbsp;ok when asked if you want to convert to character (JMP converts the new column to character). &amp;nbsp;The result is as provided by Jim but with JMP doing the formula writing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 15:32:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Converting-a-number-in-one-column-to-a-word-in-another-column/m-p/69080#M34994</guid>
      <dc:creator>KarenC</dc:creator>
      <dc:date>2018-08-21T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a number in one column to a word in another column</title>
      <link>https://community.jmp.com/t5/Discussions/Converting-a-number-in-one-column-to-a-word-in-another-column/m-p/69081#M34995</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5815"&gt;@KarenC&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Another option is to use recode with the formula column option (drop down in upper left of dialog), click&amp;nbsp;ok when asked if you want to convert to character (JMP converts the new column to character). &amp;nbsp;The result is as provided by Jim but with JMP doing the formula writing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Thanks Karen!&lt;/P&gt;&lt;P&gt;I thought there was a way to do it like this. I was struggling with the match formula.&amp;nbsp;&lt;/P&gt;&lt;P&gt;KH&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 16:26:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Converting-a-number-in-one-column-to-a-word-in-another-column/m-p/69081#M34995</guid>
      <dc:creator>kevin_herlihy_l</dc:creator>
      <dc:date>2018-08-21T16:26:38Z</dc:date>
    </item>
  </channel>
</rss>

