<?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 Group Age Column into Categories in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Group-Age-Column-into-Categories/m-p/11756#M11260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.. I'm new to JMP and I have a basic question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a new column that groups customer's ages into age groups:&lt;/P&gt;&lt;P&gt;Age range 0 &amp;lt;34.9 should be labeled &amp;lt;35&lt;/P&gt;&lt;P&gt;Age range 35.0-44.9 should be labled 35-44&lt;/P&gt;&lt;P&gt;Age range 45.0-53.9 shoulf be 45-54&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I write the formula and reflect the labels?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2015 11:46:21 GMT</pubDate>
    <dc:creator>kassidy_lillard</dc:creator>
    <dc:date>2015-04-06T11:46:21Z</dc:date>
    <item>
      <title>Group Age Column into Categories</title>
      <link>https://community.jmp.com/t5/Discussions/Group-Age-Column-into-Categories/m-p/11756#M11260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.. I'm new to JMP and I have a basic question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a new column that groups customer's ages into age groups:&lt;/P&gt;&lt;P&gt;Age range 0 &amp;lt;34.9 should be labeled &amp;lt;35&lt;/P&gt;&lt;P&gt;Age range 35.0-44.9 should be labled 35-44&lt;/P&gt;&lt;P&gt;Age range 45.0-53.9 shoulf be 45-54&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I write the formula and reflect the labels?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:46:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Group-Age-Column-into-Categories/m-p/11756#M11260</guid>
      <dc:creator>kassidy_lillard</dc:creator>
      <dc:date>2015-04-06T11:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Group Age Column into Categories</title>
      <link>https://community.jmp.com/t5/Discussions/Group-Age-Column-into-Categories/m-p/11757#M11261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(:AGE &amp;lt; 35, "35", 35 &amp;lt;= :AGE &amp;lt; 45, "35 - 44", "45 -54")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to cut and paste this into a column formula.&amp;nbsp; The :AGE is the name of the column for age so you may need to update that based on your table.&amp;nbsp; Once you have the formula in place you can click on the "AGE" in the formula and then select the correct column from the column list in the formula editor.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 13:32:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Group-Age-Column-into-Categories/m-p/11757#M11261</guid>
      <dc:creator>KarenC</dc:creator>
      <dc:date>2015-04-06T13:32:08Z</dc:date>
    </item>
  </channel>
</rss>

