<?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 Transfer Excel COUNTIF and MATCH functions into JMP in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33726#M20010</link>
    <description>&lt;P&gt;Thanks for your help, much appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2016 16:34:41 GMT</pubDate>
    <dc:creator>sellerm</dc:creator>
    <dc:date>2016-12-15T16:34:41Z</dc:date>
    <item>
      <title>How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33670#M19971</link>
      <description>&lt;P&gt;&lt;FONT face="georgia,palatino"&gt;I am having an issue in&amp;nbsp;scripting the JSL code for two functions (see screen shot) which I currently have in Excel but want to transfer over into JMP. The data is found in the attached file&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="georgia,palatino"&gt;&lt;STRONG&gt;JMP_Test_Average2.xlsx&lt;/STRONG&gt; and the functions I wish to transfer&amp;nbsp;to JMP are as follows:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="georgia,palatino"&gt;&lt;EM&gt;column VS&lt;/EM&gt; has a &lt;STRONG&gt;COUNTIF&lt;/STRONG&gt; function;&amp;nbsp;&lt;FONT color="#0000ff"&gt;=COUNTIF(C3:N3,"-1")&lt;/FONT&gt;&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000" face="georgia,palatino"&gt;I want to know the number of instances&amp;nbsp;-1 appears in each row (e.g. in row 3 the number of instances of -1 are 2). &lt;FONT color="#000000"&gt;&lt;FONT face="Georgia"&gt;&lt;EM&gt;Column m(AB)&lt;/EM&gt; is ignored in the function but it is impoirtant as it is part of the data sequence.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="georgia,palatino"&gt;&lt;EM&gt;column PD&lt;/EM&gt; has a &lt;STRONG&gt;MATCH&lt;/STRONG&gt; function;&amp;nbsp;&lt;FONT color="#0000ff"&gt;=(MATCH("-1",C3:N3,0))+1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000" face="georgia,palatino"&gt;I want to know where the first instance of -1 appears in each row (e.g. in row 3 the first -1 appears in &lt;EM&gt;column m(LM) &lt;/EM&gt;or column 12 when considering &lt;EM&gt;columns m(AB)&lt;/EM&gt; to &lt;EM&gt;m(MN)&lt;/EM&gt;). &lt;EM&gt;Column m(AB)&lt;/EM&gt; is ignored in the functions but it is impoirtant as it is part of the data sequence.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#000000" face="georgia,palatino"&gt;I would like to know &lt;FONT color="#ff0000"&gt;how to script these&amp;nbsp;functions in JSL &lt;/FONT&gt;so I can update my JMP table and not have to complete the&amp;nbsp;calculations in Excel and then bring the results over into my JMP table.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="georgia,palatino"&gt;Any help would be much appreciated.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="georgia,palatino"&gt;Thanks.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="georgia,palatino"&gt;Mike&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="georgia,palatino"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Data as found in file JMP_Test_Average2.xlsx" style="width: 735px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/4563i3944D70908247271/image-size/large?v=v2&amp;amp;px=999" role="button" title="Excel_Sheet.JPG" alt="Data as found in file JMP_Test_Average2.xlsx" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Data as found in file JMP_Test_Average2.xlsx&lt;/span&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:49:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33670#M19971</guid>
      <dc:creator>sellerm</dc:creator>
      <dc:date>2016-12-14T18:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33675#M19974</link>
      <description>&lt;P&gt;This should give you a basic Idea. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to here(1);
dt = new table("Test", add rows(10),
New Column("AB", formula(if(random uniform()&amp;lt;=.8, 1, -1))),
New Column("BC", formula(if(random uniform()&amp;lt;=.8, 1, -1))),
New Column("CD", formula(if(random uniform()&amp;lt;=.8, 1, -1))),
New Column("DE", formula(if(random uniform()&amp;lt;=.8, 1, -1))),
New Column("EF", formula(if(random uniform()&amp;lt;=.8, 1, -1))),
);

cols = dt &amp;lt;&amp;lt; Get Column Reference(dt &amp;lt;&amp;lt; Get Column Names);

dt &amp;lt;&amp;lt; new Column("VS", formula(nrows(Loc(Evallist({:AB, :BC, :CD, :DE, :EF}), -1))));
dt &amp;lt;&amp;lt; New Column("PD", formula(Contains(Evallist({:AB, :BC, :CD, :DE, :EF}), -1)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Dec 2016 19:56:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33675#M19974</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2016-12-14T19:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33676#M19975</link>
      <description>&lt;P&gt;Here are the 2 formulae that I came up with to replicate your spreadsheet&lt;/P&gt;
&lt;P&gt;For YS&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Sum(
	:Name( "m(AB)" ) == -1,
	:Name( "m(BC)" ) == -1,
	:Name( "m(CD)" ) == -1,
	:Name( "m(EF)" ) == -1,
	:Name( "m(FG)" ) == -1,
	:Name( "m(GH)" ) == -1,
	:Name( "m(HI)" ) == -1,
	:Name( "m(IJ)" ) == -1,
	:Name( "m(JK)" ) == -1,
	:Name( "m(KL)" ) == -1,
	:Name( "m(LM)" ) == -1,
	:Name( "m(MN)" ) == -1
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;For PD&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Contains(
	Char( :Name( "m(AB)" ) ) || Char( :Name( "m(BC)" ) ) ||
	Char( :Name( "m(CD)" ) ) || Char( :Name( "m(EF)" ) ) ||
	Char( :Name( "m(FG)" ) ) || Char( :Name( "m(GH)" ) ) ||
	Char( :Name( "m(HI)" ) ) || Char( :Name( "m(IJ)" ) ) ||
	Char( :Name( "m(JK)" ) ) || Char( :Name( "m(KL)" ) ) ||
	Char( :Name( "m(LM)" ) ) || Char( :Name( "m(MN)" ) ),
	"-1"
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 16:31:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33676#M19975</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-12-15T16:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33726#M20010</link>
      <description>&lt;P&gt;Thanks for your help, much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 16:34:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33726#M20010</guid>
      <dc:creator>sellerm</dc:creator>
      <dc:date>2016-12-15T16:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33727#M20011</link>
      <description>&lt;P&gt;Thanks for your help as well Jim, you and Vince solved my issue.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 16:36:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/33727#M20011</guid>
      <dc:creator>sellerm</dc:creator>
      <dc:date>2016-12-15T16:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85914#M38381</link>
      <description>Here I find the answer and solve my own problems.Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Contains( Eval List( :BC[Index(Row()-3,Row())] ), -1 )</description>
      <pubDate>Sun, 16 Dec 2018 15:11:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85914#M38381</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-12-16T15:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85922#M38386</link>
      <description>&lt;P&gt;howdy ! I'm dying to know:&lt;BR /&gt;If column "AB" has more than one "-1", how do figure out the number of rows that are within the range of the last "-1" in this range?&lt;BR /&gt;Thanks!&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="2018-12-18_09-12-46.png" style="width: 800px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14852iE3BCD3C5F6B75BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-12-18_09-12-46.png" alt="2018-12-18_09-12-46.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 07:42:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85922#M38386</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-12-17T07:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85924#M38387</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I tried to write code like this, but it didn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2018-12-18_15-43-41.png" style="width: 514px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/14853i7E800FAB0066ABA9/image-size/large?v=v2&amp;amp;px=999" role="button" title="2018-12-18_15-43-41.png" alt="2018-12-18_15-43-41.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 07:45:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85924#M38387</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-12-17T07:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85939#M38394</link>
      <description>&lt;P&gt;This might be&amp;nbsp;the formula you are looking for&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;x = 5 - Contains( Eval List( :ab[Index( Row(), Row() - 3 )] ), -1 );
If( x == 5, x = 0 );
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Dec 2018 13:59:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85939#M38394</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-12-17T13:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85943#M38398</link>
      <description>Thank Jim!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;x=5-Contains(Eval List(:ab[Index(Row(),Row()-3)]),-1);&lt;BR /&gt;If(x==5,0,x);</description>
      <pubDate>Mon, 17 Dec 2018 14:54:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85943#M38398</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2018-12-17T14:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85984#M38405</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//this gives you a vector of items that are -1
vector_of_neg1 = loc(Aslist(:AB[row()-3::row()]`), -1);
//then you just have to select the last one
n = nitems(vector_of_neg1);
if(n, 
	vector_of_neg1[n]
, //else 0
	0
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or you can use the start argument to look from the back.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Contains(  :AB[Index( Row() - 3, Row() )] , -1, -1 )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 17:31:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/85984#M38405</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2018-12-17T17:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/224216#M44558</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How can the column name table {:AB, :BC, :CD, :DE, :EF} of each column in the code be automatically generated by the code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{:AB, :BC, :CD, :DE, :EF}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've tried the following code to have the same effect, but it still doesn't generate automatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Evallist({As Column(1),As Column(2),As Column(3),As Column(4),As Column(5)})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 10:46:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/224216#M44558</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-08-30T10:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Transfer Excel COUNTIF and MATCH functions into JMP</title>
      <link>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/224217#M44559</link>
      <description>&lt;PRE class=" language-jsl"&gt;&lt;CODE class="  language-jsl"&gt;dt &lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="token messages"&gt; new Column&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"VS"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; formula&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;nrows&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Loc&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Evallist&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;{&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;:&lt;/SPAN&gt;AB&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;:&lt;/SPAN&gt;BC&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;:&lt;/SPAN&gt;CD&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;:&lt;/SPAN&gt;DE&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;:&lt;/SPAN&gt;EF&lt;SPAN class="token punctuation"&gt;}&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;1&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How does this code need to be modified to count the -1 of the line and the 2 lines above (3 lines in total)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 10:49:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Do-I-Transfer-Excel-COUNTIF-and-MATCH-functions-into-JMP/m-p/224217#M44559</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-08-30T10:49:33Z</dc:date>
    </item>
  </channel>
</rss>

