<?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: Is there a way to put different forumlas in cells in the same column in JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-put-different-forumlas-in-cells-in-the-same/m-p/37366#M21926</link>
    <description>&lt;P&gt;Hi Elaina,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is one of the major differences between JMP and Excel. &amp;nbsp;JMP is column centric vs. Excel being cell centric. &amp;nbsp;So adding another formula in single JMP cell is not really something you can do on a permanent basis. &amp;nbsp;You can add a "temporary" formula in cell by clicking in the cell and typing the = sign to start the formula, but that will not stick once you click out of or overwrite with a column formula.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2017 19:11:31 GMT</pubDate>
    <dc:creator>Bill_Worley</dc:creator>
    <dc:date>2017-03-20T19:11:31Z</dc:date>
    <item>
      <title>Is there a way to put different forumlas in cells in the same column in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-put-different-forumlas-in-cells-in-the-same/m-p/37365#M21925</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Excel I can put&amp;nbsp;different formula/calculations in different&amp;nbsp;cells in the same column. It is very useful for a specific type of calculation I do regularly. Is there a way I could do this in JMP? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Elaina&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 18:56:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-put-different-forumlas-in-cells-in-the-same/m-p/37365#M21925</guid>
      <dc:creator>EFarrell</dc:creator>
      <dc:date>2017-03-20T18:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to put different forumlas in cells in the same column in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-put-different-forumlas-in-cells-in-the-same/m-p/37366#M21926</link>
      <description>&lt;P&gt;Hi Elaina,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is one of the major differences between JMP and Excel. &amp;nbsp;JMP is column centric vs. Excel being cell centric. &amp;nbsp;So adding another formula in single JMP cell is not really something you can do on a permanent basis. &amp;nbsp;You can add a "temporary" formula in cell by clicking in the cell and typing the = sign to start the formula, but that will not stick once you click out of or overwrite with a column formula.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:11:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-put-different-forumlas-in-cells-in-the-same/m-p/37366#M21926</guid>
      <dc:creator>Bill_Worley</dc:creator>
      <dc:date>2017-03-20T19:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to put different forumlas in cells in the same column in JMP</title>
      <link>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-put-different-forumlas-in-cells-in-the-same/m-p/37367#M21927</link>
      <description>&lt;P&gt;Elania,&lt;/P&gt;
&lt;P&gt;What Bill said is correct, but not the complete story. &amp;nbsp;Many times, I effectively have different equasions for different rows in JMP. &amp;nbsp;However, using JMP's terminology, they are all contained within one formula. &amp;nbsp;The following is a completly ligetament formula, with different equasions being used on 2 different cells.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( Row() == 1, :x + :Y );
If( Row() == 2, :x - :Y );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Typically, one does not use the row number as the flag for what formula to use, but rather something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( :Sex=="F", :x + :Y );
If( :Sex=="M", :x - :Y );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also remember, that a formula in JMP can be of any level of complexity. &amp;nbsp;You may find that your data is layed out in a less than convenient format, and changing it's structure might make it easier to use JMP formulas, or you may be able to solve you issues with something like the examples I provided. &amp;nbsp;I do know, that JMP should be able to handle any issues you have.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:32:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-there-a-way-to-put-different-forumlas-in-cells-in-the-same/m-p/37367#M21927</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-03-20T19:32:36Z</dc:date>
    </item>
  </channel>
</rss>

