<?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: Formulas in JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/68849#M34936</link>
    <description>I'm experiencing the same kind of problem. In my data set I have a column named "Month", with readings , "Jan,Feb, Mar,.........,Dec" and am trying to create a new column named "month2" which converts the Month to "01(for Jan), 02 for (Feb), 03 (for Mar), ...... , 12 (for Dec). I'm assuming an "IF" statement will be useful. Please assist me on how to go about this</description>
    <pubDate>Mon, 20 Aug 2018 09:15:50 GMT</pubDate>
    <dc:creator>ZosTa</dc:creator>
    <dc:date>2018-08-20T09:15:50Z</dc:date>
    <item>
      <title>Formulas in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/8556#M8550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been trying to write a formula since morning to refer to certain cells in my JMP table, however I seem to be able to get no where.&lt;/P&gt;&lt;P&gt;I can make a clear general statement:&amp;nbsp; When it comes to Formulas&amp;nbsp;&amp;nbsp; Excel is a far ahead of JMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its difficult to understand why its SO SO SO&amp;nbsp; difficult even simple formulas in JMP !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 12:41:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/8556#M8550</guid>
      <dc:creator>none1</dc:creator>
      <dc:date>2014-05-12T12:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Formulas in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/8557#M8551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry that you're frustrated in your attempts to use the Formula Editor in JMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing to recognize is that JMP isn't a spreadsheet like Excel (neither is Excel a structured data table like JMP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create a new column and give it a formula. The formula applies to the entire column and is evaluated for every row in the column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6281_JMPScreenSnapz007.png" style="width: 491px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/369i3A906B3F38BFE005/image-size/medium?v=v2&amp;amp;px=400" role="button" title="6281_JMPScreenSnapz007.png" alt="6281_JMPScreenSnapz007.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to reference a specific row in a column you can use the Subscript option from the Row functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6283_JMPScreenSnapz009.png" style="width: 296px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/370iA9DD522ED14375D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="6283_JMPScreenSnapz009.png" alt="6283_JMPScreenSnapz009.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you a subscript for the column you've got selected in the formula. You can put a row number in the subscript and you'll get the value for that column in the row specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This formula returns the value for ABRASION in row 3 for every row of this new column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6284_JMPScreenSnapz010.png" style="width: 552px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/371iB8AB1D858E4A337F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="6284_JMPScreenSnapz010.png" alt="6284_JMPScreenSnapz010.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you tell us what you're trying to do and how you've tried to do it and we can give you some pointers to accomplish it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:42:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/8557#M8551</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-10-18T20:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Formulas in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/68849#M34936</link>
      <description>I'm experiencing the same kind of problem. In my data set I have a column named "Month", with readings , "Jan,Feb, Mar,.........,Dec" and am trying to create a new column named "month2" which converts the Month to "01(for Jan), 02 for (Feb), 03 (for Mar), ...... , 12 (for Dec). I'm assuming an "IF" statement will be useful. Please assist me on how to go about this</description>
      <pubDate>Mon, 20 Aug 2018 09:15:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/68849#M34936</guid>
      <dc:creator>ZosTa</dc:creator>
      <dc:date>2018-08-20T09:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Formulas in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/68855#M34941</link>
      <description>&lt;P&gt;Here is a formula that will give you a numeric value for month&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;monthList={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"};
contains( monthList, :Month );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Aug 2018 12:44:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/68855#M34941</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-08-20T12:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Formulas in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/68860#M34943</link>
      <description>&lt;P&gt;The recode tool or the mach function would be handy as well:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Match( :Month, "Jan", "01", "Feb", "02", "Mar", "03", "Apr", "04", :Month )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Aug 2018 17:24:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/68860#M34943</guid>
      <dc:creator>Thomas1</dc:creator>
      <dc:date>2018-08-20T17:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Formulas in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/68865#M34947</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 14:06:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Formulas-in-JMP/m-p/68865#M34947</guid>
      <dc:creator>ZosTa</dc:creator>
      <dc:date>2018-08-20T14:06:49Z</dc:date>
    </item>
  </channel>
</rss>

