<?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: IF/Else formula - how to return a blank cell in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/IF-Else-formula-how-to-return-a-blank-cell/m-p/724032#M90608</link>
    <description>&lt;P&gt;Since it's a character column, use "".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( :Orientation == "X", :"X Ave"n / 100, "")&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 13 Feb 2024 15:10:23 GMT</pubDate>
    <dc:creator>mmarchandTSI</dc:creator>
    <dc:date>2024-02-13T15:10:23Z</dc:date>
    <item>
      <title>IF/Else formula - how to return a blank cell</title>
      <link>https://community.jmp.com/t5/Discussions/IF-Else-formula-how-to-return-a-blank-cell/m-p/724021#M90606</link>
      <description>&lt;P&gt;I am creating an conditional formula. If the condition I am evaluating is false, How do I return a blank cell?&lt;/P&gt;&lt;P&gt;If( :Orientation == "X", :"X Ave"n / 100, ??)&lt;/P&gt;&lt;P&gt;I want to evaluate a column and if it is "X" then I want to perform an equation. If it is any other value I want to return a blank cell.&lt;/P&gt;&lt;P&gt;What do use in the "else" part of the formula to return a blank cell?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 14:43:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/IF-Else-formula-how-to-return-a-blank-cell/m-p/724021#M90606</guid>
      <dc:creator>JSledz289</dc:creator>
      <dc:date>2024-02-13T14:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: IF/Else formula - how to return a blank cell</title>
      <link>https://community.jmp.com/t5/Discussions/IF-Else-formula-how-to-return-a-blank-cell/m-p/724032#M90608</link>
      <description>&lt;P&gt;Since it's a character column, use "".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( :Orientation == "X", :"X Ave"n / 100, "")&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:10:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/IF-Else-formula-how-to-return-a-blank-cell/m-p/724032#M90608</guid>
      <dc:creator>mmarchandTSI</dc:creator>
      <dc:date>2024-02-13T15:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: IF/Else formula - how to return a blank cell</title>
      <link>https://community.jmp.com/t5/Discussions/IF-Else-formula-how-to-return-a-blank-cell/m-p/724049#M90609</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If your column type is numeric, you can use the following syntax because the solution provided is geared toward a character type column:&lt;/P&gt;
&lt;P&gt;if(:Orientation == "X", :"X ave"n / 100, .)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The empty value is represented by a single period.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 15:38:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/IF-Else-formula-how-to-return-a-blank-cell/m-p/724049#M90609</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2024-02-13T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: IF/Else formula - how to return a blank cell</title>
      <link>https://community.jmp.com/t5/Discussions/IF-Else-formula-how-to-return-a-blank-cell/m-p/724363#M90652</link>
      <description>&lt;P&gt;Thank You&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11634"&gt;@Thierry_S&lt;/a&gt;&amp;nbsp;. The resulting column is numeric therefore " " does not work. Adding the single period worked perfectly.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 20:26:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/IF-Else-formula-how-to-return-a-blank-cell/m-p/724363#M90652</guid>
      <dc:creator>JSledz289</dc:creator>
      <dc:date>2024-02-14T20:26:09Z</dc:date>
    </item>
  </channel>
</rss>

