<?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 to sum the values in an unnamed column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-sum-the-values-in-an-unnamed-column/m-p/744512#M92424</link>
    <description>&lt;P&gt;I think I may be misunderstanding what you want.&amp;nbsp; But it sounds like using Table-Summary and asking for the sum of the relevant columns will give you what you want.&amp;nbsp; You can then make it into a data table.&amp;nbsp; If you need to have it placed in the original table with each row a different sum of columns, then you probably need to do something else.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 17:05:35 GMT</pubDate>
    <dc:creator>dlehman1</dc:creator>
    <dc:date>2024-04-04T17:05:35Z</dc:date>
    <item>
      <title>How to sum the values in an unnamed column</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-sum-the-values-in-an-unnamed-column/m-p/744501#M92420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a DOE setup where the names of the columns change.&amp;nbsp; Is there a way to sum the values in column 1 and put them in Column "Total Volume" row 1, then sum column 2 and put them in "Total volume" row 2, etc?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 16:42:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-sum-the-values-in-an-unnamed-column/m-p/744501#M92420</guid>
      <dc:creator>wyler00</dc:creator>
      <dc:date>2024-04-04T16:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the values in an unnamed column</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-sum-the-values-in-an-unnamed-column/m-p/744510#M92423</link>
      <description>&lt;P&gt;It is possible but it isn't really something you should do with JMP as JMP table isn't a spreadsheet(&lt;LI-MESSAGE title="JMP is Not a Spreadsheet" uid="214307" url="https://community.jmp.com/t5/Discussions/JMP-is-Not-a-Spreadsheet/m-p/214307#U214307" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;). Below is example formula to give an idea how it could be done&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If(
	Row() == 1, Col Sum(Column(1)),
	Row() == 2, Col Sum(Column(2)),
	.
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1712250183921.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63092i6CBD0894DF40C98F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1712250183921.png" alt="jthi_1-1712250183921.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1712250165034.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63091iC4A8992FD69B2D1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1712250165034.png" alt="jthi_0-1712250165034.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 17:03:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-sum-the-values-in-an-unnamed-column/m-p/744510#M92423</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-04T17:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the values in an unnamed column</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-sum-the-values-in-an-unnamed-column/m-p/744512#M92424</link>
      <description>&lt;P&gt;I think I may be misunderstanding what you want.&amp;nbsp; But it sounds like using Table-Summary and asking for the sum of the relevant columns will give you what you want.&amp;nbsp; You can then make it into a data table.&amp;nbsp; If you need to have it placed in the original table with each row a different sum of columns, then you probably need to do something else.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 17:05:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-sum-the-values-in-an-unnamed-column/m-p/744512#M92424</guid>
      <dc:creator>dlehman1</dc:creator>
      <dc:date>2024-04-04T17:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum the values in an unnamed column</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-sum-the-values-in-an-unnamed-column/m-p/744513#M92425</link>
      <description>&lt;P&gt;Thank you this answered my question.&amp;nbsp; And thanks for the link to JMP is not a spreadsheet.&amp;nbsp; I've never seen this before and I do try to use JMP as a spreadsheet too often&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 17:17:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-sum-the-values-in-an-unnamed-column/m-p/744513#M92425</guid>
      <dc:creator>wyler00</dc:creator>
      <dc:date>2024-04-04T17:17:30Z</dc:date>
    </item>
  </channel>
</rss>

