<?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 Mean value for empty cells with column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Mean-value-for-empty-cells-with-column/m-p/565570#M77765</link>
    <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I am tring to calculate mean for a column. The Mean have calcuated well for :Column 1 but their empty cells have also filled with mean values.&lt;/P&gt;&lt;P&gt;I donot want mean values to be filled for empty cell.&lt;/P&gt;&lt;P&gt;Is other any way to get rid of mean value for empty cell.&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="chandankishor66_1-1667800998510.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47080i672FBCC895B6EC79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chandankishor66_1-1667800998510.png" alt="chandankishor66_1-1667800998510.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 16:01:52 GMT</pubDate>
    <dc:creator>chandankishor66</dc:creator>
    <dc:date>2023-06-09T16:01:52Z</dc:date>
    <item>
      <title>Mean value for empty cells with column</title>
      <link>https://community.jmp.com/t5/Discussions/Mean-value-for-empty-cells-with-column/m-p/565570#M77765</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I am tring to calculate mean for a column. The Mean have calcuated well for :Column 1 but their empty cells have also filled with mean values.&lt;/P&gt;&lt;P&gt;I donot want mean values to be filled for empty cell.&lt;/P&gt;&lt;P&gt;Is other any way to get rid of mean value for empty cell.&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="chandankishor66_1-1667800998510.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47080i672FBCC895B6EC79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chandankishor66_1-1667800998510.png" alt="chandankishor66_1-1667800998510.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:01:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Mean-value-for-empty-cells-with-column/m-p/565570#M77765</guid>
      <dc:creator>chandankishor66</dc:creator>
      <dc:date>2023-06-09T16:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mean value for empty cells with column</title>
      <link>https://community.jmp.com/t5/Discussions/Mean-value-for-empty-cells-with-column/m-p/565607#M77768</link>
      <description>&lt;P&gt;Here is a column formula that works&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( Is Missing( :Column 1 ) == 0,
	Col Mean( :Column 1 )
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Nov 2022 07:01:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Mean-value-for-empty-cells-with-column/m-p/565607#M77768</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-11-07T07:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mean value for empty cells with column</title>
      <link>https://community.jmp.com/t5/Discussions/Mean-value-for-empty-cells-with-column/m-p/565612#M77769</link>
      <description>&lt;P&gt;You can check for missing values by using If-statement with IsMissing and if the value isn't missing add mean otherwise add missing value (note the "!" in formula for Not()).&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(!Is Missing(:Column 1),
	Col Mean(:Column 1)
,
	.
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Nov 2022 07:04:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Mean-value-for-empty-cells-with-column/m-p/565612#M77769</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-11-07T07:04:13Z</dc:date>
    </item>
  </channel>
</rss>

