<?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 make cells empty for Excel ISBLANK function? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310897#M67094</link>
    <description>&lt;P&gt;Just to add, and not going any further as this is a SAS forum not an office one. &amp;nbsp;XLSB means proprietary binary file format, which is why it is smaller - but obviously you lose portability, and openess. &amp;nbsp;If you are happy with that then why not just directyl export the data via proc export to XLS which is virtually the same binary proprietary format and save the conversion process.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2016 10:03:12 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-11-11T10:03:12Z</dc:date>
    <item>
      <title>How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310717#M67039</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;whatever I do,&amp;nbsp;I can not&amp;nbsp;make blank cells be really "empty", after I export the dataset to xlsx.&lt;BR /&gt;Excel function ISBLANK returns always FALSE, no matter what data type the column is (datetime, number,string). Although, Cell.Value = "" (in Excel).&lt;BR /&gt;&lt;BR /&gt;I created an xlsx file which had really blank cells (ISBLANK returned TRUE), I imported it into SAS, without any change exported it&amp;nbsp;back&amp;nbsp;as xlsx and still i got FALSE from ISBLANK function.&lt;BR /&gt;&lt;BR /&gt;I tried to convert column to string, rewrite on "" (when the cell was null)&amp;nbsp;and then convert it back to its original data type, did not help.&lt;BR /&gt;&lt;BR /&gt;Any advice?&lt;BR /&gt;&lt;BR /&gt;Thanks, Vojtech&lt;BR /&gt;SAS vers. 7.1 HF1 (7.100.0.2002) (32-bit)&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 16:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310717#M67039</guid>
      <dc:creator>VojtechHerrmann</dc:creator>
      <dc:date>2016-11-10T16:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310731#M67043</link>
      <description>&lt;P&gt;I assume that you are exporting the data to XLSX or XLS using proc export. Try sending the data set to CSV and then opening in Excel and see if the behavior is the same.&lt;/P&gt;
&lt;P&gt;Note that SAS has "special" behaviors for missing. I am not sure what Excel receives as value in XLSX but I doubt is what Excel uses for "blank" to respond to the ISBLANK function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course I generally do all the data manipulation is SAS and very seldom every use Excel on SAS output.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 18:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310731#M67043</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-10T18:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310787#M67060</link>
      <description>&lt;P&gt;Do the logic in SAS and use Excel solely for display. Why use a kid's applecart when you have a Mack with the top speed of a Ferrari?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 21:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310787#M67060</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-10T21:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310875#M67086</link>
      <description>&lt;P&gt;Xlsx file with blank cells is appoximately&amp;nbsp;50% smaller then with "blank" cells on my dataset. When speaking about hundreds of GB, it makes difference.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 08:31:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310875#M67086</guid>
      <dc:creator>VojtechHerrmann</dc:creator>
      <dc:date>2016-11-11T08:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310876#M67087</link>
      <description>&lt;P&gt;It's the same, when I&amp;nbsp;export the dataset as csv.&lt;BR /&gt;I do not mind that the ISBLANK function returns TRUE, but when there are really blank cells, excel file is much smaller, I just want to save storage space and I observed, that this "fake blank" cells make the file much larger.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 08:35:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310876#M67087</guid>
      <dc:creator>VojtechHerrmann</dc:creator>
      <dc:date>2016-11-11T08:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310880#M67088</link>
      <description>&lt;P&gt;So your issiue is not so much a logical one, but a storage one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've found a thread that &lt;EM&gt;might&lt;/EM&gt; be helpful (haven't tried it myself):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/Empty-fields-in-Excel/td-p/144707" target="_blank"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/Empty-fields-in-Excel/td-p/144707&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 08:47:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310880#M67088</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-11T08:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310885#M67089</link>
      <description>&lt;P&gt;Why are you using Excel for data as big as "&lt;SPAN&gt;hundreds of GB"? &amp;nbsp;Do you believe someone will read a file which contains millions of records or observations? &amp;nbsp;From my expeirence most people wont even scroll the window lett alone paging. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What is the puropse of the file, are you sending data to someone? &amp;nbsp;If so then consider a proper transfer format, CSV, XML, Json etc. and forget the whole "excel" part.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you producing a report, then consider summarising the data, or graphing the data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 09:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310885#M67089</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-11-11T09:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310888#M67090</link>
      <description>&lt;P&gt;It's not just one file, one file holds up to 10 GB of data. These files are stored as raw data sources for large excel files and automatic VBA projects, which use them to provide required&amp;nbsp;outputs... No users&amp;nbsp;open these exact files.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 09:25:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310888#M67090</guid>
      <dc:creator>VojtechHerrmann</dc:creator>
      <dc:date>2016-11-11T09:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310893#M67091</link>
      <description>&lt;P&gt;Sounds like CSV would be the ideal choice then - small, can be opened with Excel quite simply.&lt;/P&gt;
&lt;P&gt;Although to be honest, it sounds like your trying to use Excel as a database, good luck with that.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 09:47:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310893#M67091</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-11-11T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310894#M67092</link>
      <description>I export it as xlsx and then convert it to xlsb, which is even smaller then csv. However the blank cells would decrease the size even more.</description>
      <pubDate>Fri, 11 Nov 2016 09:52:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310894#M67092</guid>
      <dc:creator>VojtechHerrmann</dc:creator>
      <dc:date>2016-11-11T09:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310896#M67093</link>
      <description>&lt;P&gt;So your BI logic is fractured across platforms. VERY BAD IDEA.&lt;/P&gt;
&lt;P&gt;Take VBA and Excel out of the picture, and consolidate everything into SAS.&lt;/P&gt;
&lt;P&gt;Excel has become an absolute no-no in our organization for business logic, and this is enforced by our auditors. Too much **** happened.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 09:58:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310896#M67093</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-11T09:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310897#M67094</link>
      <description>&lt;P&gt;Just to add, and not going any further as this is a SAS forum not an office one. &amp;nbsp;XLSB means proprietary binary file format, which is why it is smaller - but obviously you lose portability, and openess. &amp;nbsp;If you are happy with that then why not just directyl export the data via proc export to XLS which is virtually the same binary proprietary format and save the conversion process.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 10:03:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310897#M67094</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-11-11T10:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to make cells empty for Excel ISBLANK function?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310898#M67095</link>
      <description>&lt;P&gt;65k rows limit&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 10:05:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-cells-empty-for-Excel-ISBLANK-function/m-p/310898#M67095</guid>
      <dc:creator>VojtechHerrmann</dc:creator>
      <dc:date>2016-11-11T10:05:23Z</dc:date>
    </item>
  </channel>
</rss>

