<?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: Assigning values to new column based on 3 exsisting columns that are a result of a binning formula in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Assigning-values-to-new-column-based-on-3-exsisting-columns-that/m-p/891463#M105281</link>
    <description>&lt;P&gt;Jim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks that is a very clever use of those two functions! I will need to rewrite for my table but it is more than enough to get me on the right path. I would never have thought of such an elegant solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best -Ben&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jul 2025 18:52:19 GMT</pubDate>
    <dc:creator>TimeTortoise</dc:creator>
    <dc:date>2025-07-31T18:52:19Z</dc:date>
    <item>
      <title>Assigning values to new column based on 3 exsisting columns that are a result of a binning formula</title>
      <link>https://community.jmp.com/t5/Discussions/Assigning-values-to-new-column-based-on-3-exsisting-columns-that/m-p/891312#M105274</link>
      <description>&lt;P&gt;Hi JMP Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to find a clean way to assign a value to a column based on values of 3 columns which have been created using JMP's binning formula. Specifically, my team has found that 3 raw material metrics influence how our process runs best (the first one grouped into 4 categories &amp;amp; the other two grouped into 2 categories, giving a total of 16 categories). We would like to mine our historical process data and assign a Bin it. Any suggestions on what tool might be able to help do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is a snip showing how our bin's are structured.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best -TimeTortise&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 15:09:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Assigning-values-to-new-column-based-on-3-exsisting-columns-that/m-p/891312#M105274</guid>
      <dc:creator>TimeTortoise</dc:creator>
      <dc:date>2025-07-31T15:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to new column based on 3 exsisting columns that are a result of a binning formula</title>
      <link>https://community.jmp.com/t5/Discussions/Assigning-values-to-new-column-based-on-3-exsisting-columns-that/m-p/891328#M105275</link>
      <description>&lt;P&gt;For which column are you looking the values for? And what do you consider "clean"? If it is a Bin column you could: concatenate all the three columns together to create a new column. Then map that to bin values using Match() in a formula or by using Value Codes column property. You could also just create mapping table and use Join/Update to add the binning values&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 15:39:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Assigning-values-to-new-column-based-on-3-exsisting-columns-that/m-p/891328#M105275</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-07-31T15:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to new column based on 3 exsisting columns that are a result of a binning formula</title>
      <link>https://community.jmp.com/t5/Discussions/Assigning-values-to-new-column-based-on-3-exsisting-columns-that/m-p/891366#M105276</link>
      <description>&lt;P&gt;I didn't test this formula for your final bin column, but it should work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;As Constant(
	combos = {"HighHighHigh", "HighHigBaseline", "HighBaselineHigh", "HighBaselineBaseline", 
	"ElevatedHighHigh", "ElevatedHigBaseline", "ElevatedBaselineHigh", "ElevatedBaselineBaseline", 
	"BaselineHighHigh", "BaselineHigBaseline", "BaselineBaselineHigh", "BaselineBaselineBaseline", 
	"UnknownHighHigh", "UnknownHigBaseline", "UnknownBaselineHigh", "UnknownBaselineBaseline"};
	binList = "ABCDEFGHIJKLMNOP";
);

"Bin " || Substr( binList, Contains( combos, :Moisture || :Mw || :LOI ), 1 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Jul 2025 16:30:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Assigning-values-to-new-column-based-on-3-exsisting-columns-that/m-p/891366#M105276</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-07-31T16:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning values to new column based on 3 exsisting columns that are a result of a binning formula</title>
      <link>https://community.jmp.com/t5/Discussions/Assigning-values-to-new-column-based-on-3-exsisting-columns-that/m-p/891463#M105281</link>
      <description>&lt;P&gt;Jim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks that is a very clever use of those two functions! I will need to rewrite for my table but it is more than enough to get me on the right path. I would never have thought of such an elegant solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best -Ben&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 18:52:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Assigning-values-to-new-column-based-on-3-exsisting-columns-that/m-p/891463#M105281</guid>
      <dc:creator>TimeTortoise</dc:creator>
      <dc:date>2025-07-31T18:52:19Z</dc:date>
    </item>
  </channel>
</rss>

