<?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 Moving formulas when adding additional fields to data table in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325823#M21729</link>
    <description>&lt;P&gt;I don't know about poor data modeling....this is pretty basic stuff.&amp;nbsp; We create a SAS datafile and connect through the SAS Addin.&amp;nbsp; There is no importing etc.&amp;nbsp; If I change my code to add a field to that SAS datafile, the Excel spreadsheet forumulas move all over.&amp;nbsp; The formulas are there, but they no longer line up with the headers that were put into the Excel spreadsheet.&amp;nbsp; There must be a way to lock the cells or something to keep this from happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2017 22:05:33 GMT</pubDate>
    <dc:creator>cbrotz</dc:creator>
    <dc:date>2017-01-18T22:05:33Z</dc:date>
    <item>
      <title>Excel Moving formulas when adding additional fields to data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325809#M21725</link>
      <description>&lt;P&gt;I have inherited a group of Excel spreadsheets that read SAS Data tables created by SAS EG and linked through the SAS Addin.&amp;nbsp; These Excel workbooks are changed often.&amp;nbsp; Every time we add an additional field, it moves all the formulas around in the spreadsheet and we need to re organize and match them to the right headings etc.&amp;nbsp; Has anyone had this issue or found a solution?&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 21:06:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325809#M21725</guid>
      <dc:creator>cbrotz</dc:creator>
      <dc:date>2017-01-18T21:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Moving formulas when adding additional fields to data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325818#M21728</link>
      <description>&lt;P&gt;Usually the symptoms you describe are related to poor data model (adding columns) or less-than-ideal data interchange such as reliance on Proc Import and Export which may change the order of things when not watchec very closely.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One fix may be to do most of the analysis being done with formulae in Excel to SAS Procedures and the export the result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without more details you're going to get very generic device. Examples of what has been changing from period to period may help get more concrete recommendations.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 21:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325818#M21728</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-18T21:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Moving formulas when adding additional fields to data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325823#M21729</link>
      <description>&lt;P&gt;I don't know about poor data modeling....this is pretty basic stuff.&amp;nbsp; We create a SAS datafile and connect through the SAS Addin.&amp;nbsp; There is no importing etc.&amp;nbsp; If I change my code to add a field to that SAS datafile, the Excel spreadsheet forumulas move all over.&amp;nbsp; The formulas are there, but they no longer line up with the headers that were put into the Excel spreadsheet.&amp;nbsp; There must be a way to lock the cells or something to keep this from happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:05:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325823#M21729</guid>
      <dc:creator>cbrotz</dc:creator>
      <dc:date>2017-01-18T22:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Moving formulas when adding additional fields to data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325844#M21730</link>
      <description>&lt;P&gt;If you add variables (columns) to the SAS data set it is very likely that the add-in assumes the order from last time is the same but that is not the case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;Proc&lt;/FONT&gt; &lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;contents&lt;/FONT&gt; &lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;=&amp;lt;yourdatasetgoeshere&amp;gt; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;nodetails&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt; order=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;varnum&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;run&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="SAS Monospace" size="2"&gt;for one set that was working and one that has stuff shifting. See if the "Variable Creation Order" is the same.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="SAS Monospace" size="2"&gt;It is likely that you need to create a subset of a data set so that the added variables aren't affecting things. If the new variables are needed in the report then that is a data modeling issue: structure of your data changing is modeling.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 23:29:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325844#M21730</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-18T23:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Moving formulas when adding additional fields to data table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325986#M21736</link>
      <description>&lt;P&gt;Ballardw - yes the varnum order is different for the two output files.&amp;nbsp; I changed the select statement in the proc sql to put them in the same order and it is lookig better....just one field off now.&amp;nbsp; There are other calculated fields in the spreadsheet and I am wondering if they have an effect on the order once it gets to the spreadsheet.&amp;nbsp; No I do not think anyone ever thinks of "what will happen if we need to add to this report".&amp;nbsp; Things change, products get added and dropped continually.&amp;nbsp; I am not sure what you are referring to as a "subset of data" ?&amp;nbsp; Can you elaborate on that and how it would make data changes easier?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Excel-Moving-formulas-when-adding-additional-fields-to-data/m-p/325986#M21736</guid>
      <dc:creator>cbrotz</dc:creator>
      <dc:date>2017-01-19T14:41:48Z</dc:date>
    </item>
  </channel>
</rss>

