<?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 do I sum multiple columns using the formula window? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-sum-multiple-columns-using-the-formula-window/m-p/12473#M11869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also do this within the formula editor using the &lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;A href="http://www.jmp.com/support/help/Statistical_Functions.shtml" rel="noopener noreferrer" target="_blank"&gt;Sum()&lt;/A&gt;&lt;/SPAN&gt; function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8819_Pasted_Image_5_21_15__5_13_PM.png" style="width: 738px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1578i0AEA77B51BFF863F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8819_Pasted_Image_5_21_15__5_13_PM.png" alt="8819_Pasted_Image_5_21_15__5_13_PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill in the argument for the function by clicking on the first column that you want to sum, and then shift-click on the last.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8820_Pasted_Image_5_21_15__5_07_PM.png" style="width: 730px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1579iD2A6807536768749/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8820_Pasted_Image_5_21_15__5_07_PM.png" alt="8820_Pasted_Image_5_21_15__5_07_PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 23:21:35 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2016-10-18T23:21:35Z</dc:date>
    <item>
      <title>How do I sum multiple columns using the formula window?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-sum-multiple-columns-using-the-formula-window/m-p/12471#M11867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with 100 or more columns and would like to easily sum them in another column.&amp;nbsp; Best way to do so without making a formula A + B + C.....100 times&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 19:10:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-sum-multiple-columns-using-the-formula-window/m-p/12471#M11867</guid>
      <dc:creator>tarpon17</dc:creator>
      <dc:date>2015-05-21T19:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I sum multiple columns using the formula window?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-sum-multiple-columns-using-the-formula-window/m-p/12472#M11868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #555555; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If a dynamic formula is not crucial, the jsl script below should add a new static column with the row-wise sum of every numeric column in the data table. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;Current Data Table&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;()&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier;"&gt;dt &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;New Column&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #942193;"&gt;"sum"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; numeric&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; values&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;V Sum&lt;/SPAN&gt;&lt;STRONG&gt;((&lt;/STRONG&gt;dt &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;get as matrix&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;`&lt;/SPAN&gt;&lt;STRONG&gt;)))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #011993;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 20:34:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-sum-multiple-columns-using-the-formula-window/m-p/12472#M11868</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2015-05-21T20:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I sum multiple columns using the formula window?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-sum-multiple-columns-using-the-formula-window/m-p/12473#M11869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also do this within the formula editor using the &lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;A href="http://www.jmp.com/support/help/Statistical_Functions.shtml" rel="noopener noreferrer" target="_blank"&gt;Sum()&lt;/A&gt;&lt;/SPAN&gt; function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8819_Pasted_Image_5_21_15__5_13_PM.png" style="width: 738px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1578i0AEA77B51BFF863F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8819_Pasted_Image_5_21_15__5_13_PM.png" alt="8819_Pasted_Image_5_21_15__5_13_PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill in the argument for the function by clicking on the first column that you want to sum, and then shift-click on the last.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8820_Pasted_Image_5_21_15__5_07_PM.png" style="width: 730px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1579iD2A6807536768749/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8820_Pasted_Image_5_21_15__5_07_PM.png" alt="8820_Pasted_Image_5_21_15__5_07_PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 23:21:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-sum-multiple-columns-using-the-formula-window/m-p/12473#M11869</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-10-18T23:21:35Z</dc:date>
    </item>
  </channel>
</rss>

