<?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 How to export to excel with excel functional cell? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-to-excel-with-excel-functional-cell/m-p/304675#M64865</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to use proc export in base SAS to generate excel file from SAS dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that possible I can generate an excel file with cell function in it from SAS.&amp;nbsp;such as&amp;nbsp; a cell with function "=SUM(A1:A8)" &amp;nbsp; ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all that need be done in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2016 14:11:42 GMT</pubDate>
    <dc:creator>GeorgeSAS</dc:creator>
    <dc:date>2016-10-14T14:11:42Z</dc:date>
    <item>
      <title>How to export to excel with excel functional cell?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-to-excel-with-excel-functional-cell/m-p/304675#M64865</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to use proc export in base SAS to generate excel file from SAS dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that possible I can generate an excel file with cell function in it from SAS.&amp;nbsp;such as&amp;nbsp; a cell with function "=SUM(A1:A8)" &amp;nbsp; ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all that need be done in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:11:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-to-excel-with-excel-functional-cell/m-p/304675#M64865</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2016-10-14T14:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to export to excel with excel functional cell?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-export-to-excel-with-excel-functional-cell/m-p/304681#M64866</link>
      <description>&lt;P&gt;You can apply tagattr statements to things, for not only formats but to apply formulas:&lt;/P&gt;
&lt;PRE&gt;style={tagattr='format:Currency formula:RC[-1]-RC[-2]'};&lt;/PRE&gt;
&lt;P&gt;Taken from this page:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html&amp;nbsp;" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would however ask why, SAS can do any of the functionality of Excel so why not jsut do it in SAS and export it. &amp;nbsp;If you using Excel as a tool to do other things, then use Excel to build the tool, and pull in output CSV which is exported by SAS. &amp;nbsp;Don't try to drive one application with another, just pass data between them.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:18:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-export-to-excel-with-excel-functional-cell/m-p/304681#M64866</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-10-14T14:18:56Z</dc:date>
    </item>
  </channel>
</rss>

