<?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 SAS into Excel with top 3/bottom 3 conditionally formatted/highlighted/colored font? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-into-Excel-with-top-3-bottom-3-conditionally-formatted/m-p/397831#M19397</link>
    <description>&lt;P&gt;I have a dataset with variables 'state', 'industry', 'year', 'amount'&amp;nbsp;and 'growth' (year to year percent increase in the 'amount'&amp;nbsp;variable).&lt;/P&gt;
&lt;P&gt;I want to determine the top 3 and bottom three 'amount' and 'growth'; by 'state', 'industry' and 'year'.&lt;/P&gt;
&lt;P&gt;I want to conditionally format the 'amount' and 'growth' values with green font if its a top 3 value, and red font if its a bottom three value.&lt;/P&gt;
&lt;P&gt;Then export it to an Excel worksheet - with the red/green conditional formatting intact. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the easiest way to do this? &amp;nbsp;If the red/green formatting can't be maintained when exporting to Excel, is there a way to do this with SAS reports. &amp;nbsp;Formatting once its in Excel seems impossible given my 500k+ obs. &amp;nbsp;I have very little experience with SAS reports.&lt;/P&gt;
&lt;P&gt;I am using SAS 9.4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2017 17:05:30 GMT</pubDate>
    <dc:creator>Malleable</dc:creator>
    <dc:date>2017-09-21T17:05:30Z</dc:date>
    <item>
      <title>SAS into Excel with top 3/bottom 3 conditionally formatted/highlighted/colored font?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-into-Excel-with-top-3-bottom-3-conditionally-formatted/m-p/397831#M19397</link>
      <description>&lt;P&gt;I have a dataset with variables 'state', 'industry', 'year', 'amount'&amp;nbsp;and 'growth' (year to year percent increase in the 'amount'&amp;nbsp;variable).&lt;/P&gt;
&lt;P&gt;I want to determine the top 3 and bottom three 'amount' and 'growth'; by 'state', 'industry' and 'year'.&lt;/P&gt;
&lt;P&gt;I want to conditionally format the 'amount' and 'growth' values with green font if its a top 3 value, and red font if its a bottom three value.&lt;/P&gt;
&lt;P&gt;Then export it to an Excel worksheet - with the red/green conditional formatting intact. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the easiest way to do this? &amp;nbsp;If the red/green formatting can't be maintained when exporting to Excel, is there a way to do this with SAS reports. &amp;nbsp;Formatting once its in Excel seems impossible given my 500k+ obs. &amp;nbsp;I have very little experience with SAS reports.&lt;/P&gt;
&lt;P&gt;I am using SAS 9.4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 17:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-into-Excel-with-top-3-bottom-3-conditionally-formatted/m-p/397831#M19397</guid>
      <dc:creator>Malleable</dc:creator>
      <dc:date>2017-09-21T17:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS into Excel with top 3/bottom 3 conditionally formatted/highlighted/colored font?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-into-Excel-with-top-3-bottom-3-conditionally-formatted/m-p/397832#M19398</link>
      <description>&lt;P&gt;ODS EXCEL or TAGSETS.EXCELXP if you're not on 9.4&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Condifional formatting is possible but you have to define the rules ahead of time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And a bunch of very specific examples here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings13/366-2013.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings13/366-2013.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 17:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-into-Excel-with-top-3-bottom-3-conditionally-formatted/m-p/397832#M19398</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-21T17:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS into Excel with top 3/bottom 3 conditionally formatted/highlighted/colored font?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-into-Excel-with-top-3-bottom-3-conditionally-formatted/m-p/397893#M19401</link>
      <description>&lt;P&gt;Are you sending all 500K records to Excel?&lt;/P&gt;
&lt;P&gt;If so, who actually reads 500k line&amp;nbsp;reports? In old fashion 80 line per page output that would be more that 6250 pages or a good chunk of an encyclopedia.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think we may be missing a bit of the puzzle.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 19:12:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-into-Excel-with-top-3-bottom-3-conditionally-formatted/m-p/397893#M19401</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-21T19:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS into Excel with top 3/bottom 3 conditionally formatted/highlighted/colored font?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-into-Excel-with-top-3-bottom-3-conditionally-formatted/m-p/399107#M19455</link>
      <description>&lt;P&gt;Thanks for the reply guys. &amp;nbsp;I will attempt the above solutions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I need to export everything to Excel. &amp;nbsp;The half the group reviewing the estimates work in programs besides SAS, so for review purposes we are all required to submit in Excel.&lt;/P&gt;
&lt;P&gt;A typical meeting might have people filtering by state/year/industry, making calculations on the fly, or throwing up Pivot charts from the Excel sheet - but I need to have the initial conditional formatting available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 10:28:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-into-Excel-with-top-3-bottom-3-conditionally-formatted/m-p/399107#M19455</guid>
      <dc:creator>Malleable</dc:creator>
      <dc:date>2017-09-27T10:28:15Z</dc:date>
    </item>
  </channel>
</rss>

