<?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 Import excel files with multiples tab that are linked in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152197#M11922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get a excel workbook with 15 tabs from another department in our company.&amp;nbsp; The header rows for tabs 2-14 are linked to the header row in tab 1.&amp;nbsp; This way, if a column name is changed, the person only has to change the 1st tab, which will then change the other tabs. When I import the 2nd tab, the resultant sas dataset column names are all "A".&amp;nbsp; Is there a way for me to be able to import the tabs and still get the coluimn names? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 21:55:53 GMT</pubDate>
    <dc:creator>jen123</dc:creator>
    <dc:date>2015-02-03T21:55:53Z</dc:date>
    <item>
      <title>Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152197#M11922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get a excel workbook with 15 tabs from another department in our company.&amp;nbsp; The header rows for tabs 2-14 are linked to the header row in tab 1.&amp;nbsp; This way, if a column name is changed, the person only has to change the 1st tab, which will then change the other tabs. When I import the 2nd tab, the resultant sas dataset column names are all "A".&amp;nbsp; Is there a way for me to be able to import the tabs and still get the coluimn names? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 21:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152197#M11922</guid>
      <dc:creator>jen123</dc:creator>
      <dc:date>2015-02-03T21:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152198#M11923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not Sure if it could work, Can you save it as CSV and check ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 06:31:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152198#M11923</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-02-04T06:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152199#M11924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS should be automatically using the current value of the formula in a cell when it imports the file. Which means you should be getting names. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the excel file have macros or only compute on update on?&lt;/P&gt;&lt;P&gt;Can you post a sample workbook that doesn't work for you and the code you use to import it? If your info is confidential you can mock one up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 08:58:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152199#M11924</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-04T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152200#M11925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are quite correct Reeza, Excel stores in the underlying XML both the formula and the current value returned by the formula:&lt;/P&gt;&lt;P&gt;-&amp;lt;row r="1" x14ac:dyDescent="0.25" spans="1:3"&amp;gt;-&amp;lt;c r="A1" t="str"&amp;gt;&amp;lt;f&amp;gt;Sheet1!A1&amp;lt;/f&amp;gt;&amp;lt;v&amp;gt;abc&amp;lt;/v&amp;gt;&lt;/P&gt;&lt;P&gt;So it should read in fine (and does after a small test), so I assume something else is going on with the Spreadsheet (maybe older version?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 09:45:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152200#M11925</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-02-04T09:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152201#M11926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will need to work on a mockup of the file. I apologize and should have stated that the file is an .xlsx file (Excel 2007).&amp;nbsp; I finally learned yesterday how to use PROC IMPORT to import .xlsx file.&amp;nbsp; Additionally, the eventual plan is that there will be 40+ of these files (each with 15 tabs).&amp;nbsp; So to have to save each file as a .csv each time is something I prefer not to do. The request is for me to import every tab of each .xlsx workbook into one big dataset for analysis. Here is the code I use to import the file: Proc Import Datafile='/home/UKHeatmap 2015.xlsx' Out=agnostic DBMS=xlsx Replace; Sheet= 'Heat Map Channel Agnostic'; Run; I cannot figure out why the column headers from the other tabs come through. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 10:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152201#M11926</guid>
      <dc:creator>jen123</dc:creator>
      <dc:date>2015-02-04T10:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152202#M11927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you don't need dbms=xlsx on that statement, it worked for me without it (from an xlsx).&amp;nbsp; I would strongly advise that you go back to source and ask them to provide a proper data transfer.&amp;nbsp; Excel is not a data transfer format, and you will just be building yourself trouble up for the future if you accept it.&amp;nbsp; Me, unless there is an absolute, positively cannot do anything about scenario and management accept that each time this data is handled there will be time/money costs, then I would refuse Excel data.&amp;nbsp; Even something simple like, down the line a number could be stored as text this can completely ruin your programming and give you hours of fun trying to figure out what has gone wrong, and with Excel, things will go wrong.&amp;nbsp; Go back to the source and get the data from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 10:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152202#M11927</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-02-04T10:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152203#M11928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am operating SAS from UNIX and am told by SAS that I must use the XLSX engine.&amp;nbsp; Once I did, then I was able to import.&amp;nbsp; So yes, I do need the dbms=xlsx As for requesting the source for proper data transfer, I have done this.&amp;nbsp; However, I am not the only person using this source and others' work are dependent on the xlsx format.&amp;nbsp; It's a LARGE corporation so, yes it is difficult from a logistic standpoint, and not from cooperation perspective, I appreciate your feedback/suggestion and fully agree.&amp;nbsp; HOWEVER, it is unrealistic for me to say I absolutely refuse to do this until you give me the file in X-format.&amp;nbsp; I have to work with what I am given and not expend energy or time on things out of my control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:59:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152203#M11928</guid>
      <dc:creator>jen123</dc:creator>
      <dc:date>2015-02-04T11:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152204#M11929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another approach that I've had success with is the EXCEL or PCFILES libname engine.&amp;nbsp; Sometimes you can work a two-step approach, where you use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname myexcel PCFILES '&lt;EM&gt;path-to-my-xlsx/excel.xlsx&lt;/EM&gt;';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then PROC DATASETS to get the sheet names and column names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then feed that information into your PROC IMPORT and any post-process DATA step that you might need to munge the data columns into the proper names/types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:39:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152204#M11929</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-02-04T13:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152205#M11930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris - Thanks for the advice. Following your instructions, I ran this code:&amp;nbsp; Libname myexcel PCFILES'/home//G2C/Heatmap 2015.xlsx'; I got this error message: ERROR: Incorrect syntax for this LIBNAME statement. This engine does not accept a physical name. ERROR: Error in the LIBNAME statement. Also, is there an example of the PROC DATASETS to get the sheet and column names? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 14:12:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152205#M11930</guid>
      <dc:creator>jen123</dc:creator>
      <dc:date>2015-02-04T14:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152206#M11931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I missed the fact that you're on Unix.&amp;nbsp; The PCFILES library engine requires the PC Files Server to be available on a Windows machine somewhere.&amp;nbsp; On SAS for Windows, this is automatically invoked with no additional setup.&amp;nbsp; On Unix, &lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/67382/HTML/default/viewer.htm#n12tx6b9ilne0kn198ddk83po0lc.htm"&gt;you have to specify the node name/port within the libname syntax&lt;/A&gt; in order to "delegate" the work of reading the Excel file to that PC Files Server machine.&amp;nbsp; If that's not possible for you to set up, I apologize for leading you down a primrose path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example macro that I've used in the past to collect all of the sheet names from an Excel "data set" using the PCFILES engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Consolas; font-size: 11pt;"&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;/* Given a full path to an Excel file, append the filename and sheet names */&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;/* to a data set name WORK.FILESANDSHEETS */&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;%macro&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; FindAllSheets(ExcelFilename= &lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;/* full path the Excel file */&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;)&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;/* pull the Sheet information out of PROC DATASETS */&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods select Datasets.Members;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods output Datasets.Members=work.members;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;/* get the name of the sheets in this workbook */&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;/* uses the PCFILES engine and relies on the Autostart */&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;/* capability of the PC Files Server, 64-bit Windows */&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libname excelpi pcfiles path=&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;ExcelFilename.&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc datasets lib=excelpi memtype=data nodetails ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods select all;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data filesAndSheets;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set filesAndSheets&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; work.Members(keep=Name in=new);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if new then do;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; position+&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;1&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filename=&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;ExcelFilename.&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if Filename ne &lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;' '&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; libname excelpi clear;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;%mend&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 14:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152206#M11931</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-02-04T14:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152207#M11932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't sound like have an issue importing your sheets but only with the column names?&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;jen123 wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;When I import the 2nd tab, the resultant sas dataset column names are all "A". &lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run a proc contents on the data set imported and verify the column names. It's not possible to have variable names repeat so having all the variables named A isn't possible. Look at the column name vs the column labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc contents data=imported; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 14:45:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152207#M11932</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-02-04T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel files with multiples tab that are linked</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152208#M11933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi reeza, My mistake - I incorrectly typed what I meant. When I import the file, the column with formula (vlookup/link), rather than giving me the text for that row/observation, it gives me only "A". So for example, in the excel file column "L5CodeName" is a vlookup to another tab in the workbook.&amp;nbsp; When I import the file into SAS, the data under column LSCodeName are all "A". Hope I made sense this time. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 15:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Import-excel-files-with-multiples-tab-that-are-linked/m-p/152208#M11933</guid>
      <dc:creator>jen123</dc:creator>
      <dc:date>2015-02-04T15:27:04Z</dc:date>
    </item>
  </channel>
</rss>

