<?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: How do I reference data from column A to column B? (I honestly can't find the answer) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-reference-data-from-column-A-to-column-B-I-honestly-can/m-p/38440#M22500</link>
    <description>&lt;P&gt;Thanks for that advice. Yes, the recoding method does the job. I think the solution that I was looking for is a solution&amp;nbsp;similar to what you mentioned about making a formula column. How do I do something like how in excel where you input a simple formula e.g =CELLx:CELLy so that one cell or in my case, one column equals to another? I know its probably done by coding but since I'm still new to JMP I don't know how to do it and as I said, I had searched for the answer (as well as the program code) as far as I could search but for some reason couldn't find it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2017 10:30:42 GMT</pubDate>
    <dc:creator>slamer2000</dc:creator>
    <dc:date>2017-04-24T10:30:42Z</dc:date>
    <item>
      <title>How do I reference data from column A to column B? (I honestly can't find the answer)</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-reference-data-from-column-A-to-column-B-I-honestly-can/m-p/38419#M22485</link>
      <description>&lt;P&gt;Hi there, I know this is probably very easy for most but I've been searching through the JMP discussion pages, and also google searches just to simply do the following.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want all the data in my "Age" column to be "referenced" or the same, as another column called AgeGroups since in this column I have made age ranges for the data values (16 to 24, 25-30 etc..). I've seen plenty of similar discussion questions about scripting related problems. I've been searching but I really can't find an answer that I can understand as I just got started with JMP after previously using SPSS. I've only had a little experience with the SPSS' syntax but I'm still very new to programming. Help is much appreciated.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmp forum 2.jpg" style="width: 543px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5959i6642D3811CA7696B/image-size/large?v=v2&amp;amp;px=999" role="button" title="jmp forum 2.jpg" alt="jmp forum 2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2017 15:11:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-reference-data-from-column-A-to-column-B-I-honestly-can/m-p/38419#M22485</guid>
      <dc:creator>slamer2000</dc:creator>
      <dc:date>2017-04-23T15:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reference data from column A to column B? (I honestly can't find the answer)</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-reference-data-from-column-A-to-column-B-I-honestly-can/m-p/38428#M22489</link>
      <description>&lt;P&gt;There are a few different ways you can accomplish what you want. &amp;nbsp;From running in an interactive mode, using "Recode" is probably the easiest way.&lt;/P&gt;
&lt;P&gt;Select the column to be recoded&lt;/P&gt;
&lt;P&gt;Then click on the red triangle in the column panel and select "Recode"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Recode 1.PNG" style="width: 672px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5960iF55751ABE030B5A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Recode 1.PNG" alt="Recode 1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then just fill in the new bins you want&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Recode 2.PNG" style="width: 488px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5961iF1306CB73FDD2137/image-size/large?v=v2&amp;amp;px=999" role="button" title="Recode 2.PNG" alt="Recode 2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and then click on Done, and select new column, and you will find the new binning column&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="recode 3.PNG" style="width: 659px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/5962iC25CFA9DC8856FFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="recode 3.PNG" alt="recode 3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can also select to make a "Formula Column", rather than a "New Column". &amp;nbsp;If you do this, the new column that is created is done using a column formula, rather than hard coded values.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2017 16:16:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-reference-data-from-column-A-to-column-B-I-honestly-can/m-p/38428#M22489</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-04-23T16:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reference data from column A to column B? (I honestly can't find the answer)</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-reference-data-from-column-A-to-column-B-I-honestly-can/m-p/38440#M22500</link>
      <description>&lt;P&gt;Thanks for that advice. Yes, the recoding method does the job. I think the solution that I was looking for is a solution&amp;nbsp;similar to what you mentioned about making a formula column. How do I do something like how in excel where you input a simple formula e.g =CELLx:CELLy so that one cell or in my case, one column equals to another? I know its probably done by coding but since I'm still new to JMP I don't know how to do it and as I said, I had searched for the answer (as well as the program code) as far as I could search but for some reason couldn't find it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 10:30:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-reference-data-from-column-A-to-column-B-I-honestly-can/m-p/38440#M22500</guid>
      <dc:creator>slamer2000</dc:creator>
      <dc:date>2017-04-24T10:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reference data from column A to column B? (I honestly can't find the answer)</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-reference-data-from-column-A-to-column-B-I-honestly-can/m-p/38442#M22502</link>
      <description>&lt;P&gt;JMP allows you to build formula columns via 'pont and click'. To get started, take a look &lt;A href="http://www.jmp.com/support/help/13-1/Formula_Editor.shtml" target="_self"&gt;here&lt;/A&gt;. Also, note that 'Recode' allows you to make a formula column (see one of the screenshots above). No matter how you make it, a formula column will have a '+' sign next to it in the table columns panel. Clicking on the '+' takes you directly to the formula editor showing the formula involved.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 10:51:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-reference-data-from-column-A-to-column-B-I-honestly-can/m-p/38442#M22502</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-04-24T10:51:58Z</dc:date>
    </item>
  </channel>
</rss>

