<?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: Create sequential in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202377#M41759</link>
    <description>&lt;P&gt;The &lt;A href="https://www.jmp.com/support/help/14-2/row-functions-2.shtml#2737119" target="_blank"&gt;Sequence()&lt;/A&gt; function is what you're looking for.&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 13:26:18 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2019-05-08T13:26:18Z</dc:date>
    <item>
      <title>Create sequential</title>
      <link>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202336#M41752</link>
      <description>&lt;P&gt;I have data as below (column A, B, and C), I would like to create sequence column by add formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-05-08 16_44_37-Book5 - Excel.png" style="width: 194px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/17117iDDD659488224F6B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-05-08 16_44_37-Book5 - Excel.png" alt="2019-05-08 16_44_37-Book5 - Excel.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 09:47:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202336#M41752</guid>
      <dc:creator>Sibtid</dc:creator>
      <dc:date>2019-05-08T09:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create sequential</title>
      <link>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202375#M41757</link>
      <description>&lt;P&gt;Here is one form of a formula that will work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;if(row()==1, x=0);
If(:c==0, x=x+1);
x;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 May 2019 13:16:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202375#M41757</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-05-08T13:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create sequential</title>
      <link>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202377#M41759</link>
      <description>&lt;P&gt;The &lt;A href="https://www.jmp.com/support/help/14-2/row-functions-2.shtml#2737119" target="_blank"&gt;Sequence()&lt;/A&gt; function is what you're looking for.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 13:26:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202377#M41759</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2019-05-08T13:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create sequential</title>
      <link>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202472#M41769</link>
      <description>&lt;P&gt;If you are trying to create the sequence column, here is the formula that recreates the column you showed. It is based upon the formula&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp; provided.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is the table and the Sequence column with a formula.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 531px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/17120i063B4B7038090667/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 00:31:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202472#M41769</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-05-09T00:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create sequential</title>
      <link>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202500#M41771</link>
      <description>&lt;P&gt;Thanks all for solve my problem. I try all solution that you provide and &lt;SPAN&gt;gzmorgan0&lt;/SPAN&gt;'s formula is the best match my problem.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70"&gt;@gzmorgan0&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;If you are trying to create the sequence column, here is the formula that recreates the column you showed. It is based upon the formula&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp; provided.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the table and the Sequence column with a formula.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 531px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/17120i063B4B7038090667/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-05-09 09_40_38-Untitled 144 - JMP [2].png" style="width: 410px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/17128i2ABA828C01FA36A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-05-09 09_40_38-Untitled 144 - JMP [2].png" alt="2019-05-09 09_40_38-Untitled 144 - JMP [2].png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 02:52:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-sequential/m-p/202500#M41771</guid>
      <dc:creator>Sibtid</dc:creator>
      <dc:date>2019-05-09T02:52:27Z</dc:date>
    </item>
  </channel>
</rss>

