<?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: excel losing decimal place in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765443#M2608</link>
    <description>&lt;P&gt;Since "2" and "2.0" calculate exactly the same I would not worry about differences in the "formula" bar of Excel. It does the same thing when you manually enter data.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2021 16:56:07 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-09-01T16:56:07Z</dc:date>
    <item>
      <title>excel losing decimal place</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765429#M2605</link>
      <description>&lt;P&gt;In going from SAS (Proc Tabulate) to Excel (via ODS), whenever there is a ".0" (from tabulate) it is lost in Excel.&lt;/P&gt;&lt;P&gt;Example: "2.0" from tabulate is shown as "2.0" in the excel table, but is actually shown as "2" in the formula bar and in subsequent formula bar output. Anything other than ".0" is OK. Thought I had a workaround for this. Thanks so much.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 16:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765429#M2605</guid>
      <dc:creator>wcw2</dc:creator>
      <dc:date>2021-09-01T16:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: excel losing decimal place</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765432#M2606</link>
      <description>Show your code. Which ODS?</description>
      <pubDate>Wed, 01 Sep 2021 16:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765432#M2606</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-09-01T16:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: excel losing decimal place</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765440#M2607</link>
      <description>&lt;P&gt;ods excel file='......xlsx';&lt;BR /&gt;OPTIONS orientation=landscape nodate;&lt;BR /&gt;proc tabulate data=s31cm.cm_coded_post_s format=10. S=[foreground=black just=c] out=post_table;&lt;BR /&gt;class level4 medpnt arm; keylabel N=' ';&lt;BR /&gt;table level4=''*(medpnt='') all='Overall',&lt;BR /&gt;arm=''*(n='' colpctn=''*f=8.1 )&lt;BR /&gt;(n='' colpctn=''*f=8.1 )/misstext='0';&lt;BR /&gt;where level4 in ('OTHER ANTIHISTAMINES FOR SYSTEMIC USE, R06AX' 'PROTON PUMP INHIBITORS, A02BC');&lt;BR /&gt;run;&lt;BR /&gt;ods excel close;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 16:42:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765440#M2607</guid>
      <dc:creator>wcw2</dc:creator>
      <dc:date>2021-09-01T16:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: excel losing decimal place</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765443#M2608</link>
      <description>&lt;P&gt;Since "2" and "2.0" calculate exactly the same I would not worry about differences in the "formula" bar of Excel. It does the same thing when you manually enter data.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 16:56:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765443#M2608</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-01T16:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: excel losing decimal place</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765444#M2609</link>
      <description>You probably need to use TAGATTR style options then. &lt;BR /&gt;See Page 9 here:&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings17/1482-2017.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings17/1482-2017.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You'll need to find the correct format for Excel though, their example is slightly different but the syntax is the same.</description>
      <pubDate>Wed, 01 Sep 2021 17:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765444#M2609</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-09-01T17:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: excel losing decimal place</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765447#M2610</link>
      <description>&lt;P&gt;this is for a table to present....here's 2 columns in Excel, counts and percentages (1 decimal place).....there needs to be a ".0" added for the 2 and 100 percentage values&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Arm 1: 2RHZE/4RH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;0&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;9.8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;2&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14&lt;/TD&gt;&lt;TD&gt;27.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;13.7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;TD&gt;29.4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;11.8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;2&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;51&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;100&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 17:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765447#M2610</guid>
      <dc:creator>wcw2</dc:creator>
      <dc:date>2021-09-01T17:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: excel losing decimal place</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765449#M2611</link>
      <description>The issue is from Excel side, it autoformats the data. Either way, using TAGATTR as I suggested will resolve the issue.</description>
      <pubDate>Wed, 01 Sep 2021 17:15:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/excel-losing-decimal-place/m-p/765449#M2611</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-09-01T17:15:54Z</dc:date>
    </item>
  </channel>
</rss>

