<?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: Pulling in Values from Specific Cells of Excel SpreadSheet and creating a table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528102#M144088</link>
    <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;This is just an example I posted. I know what cells I need to look up and they will remain the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am aware of the PROC IMPORT option using range but my issue with it is that each import step will create a different data set.&lt;/P&gt;&lt;P&gt;And I want them to line up in a tabular form in the Output.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 18:03:25 GMT</pubDate>
    <dc:creator>VarunD</dc:creator>
    <dc:date>2019-01-17T18:03:25Z</dc:date>
    <item>
      <title>Pulling in Values from Specific Cells of Excel SpreadSheet and creating a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/527863#M143987</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to pull in values from specific cells of a spreadsheet and display them in a table.&lt;/P&gt;&lt;P&gt;For e.g. I have a spreadsheet that has :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cell Address&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp; &amp;nbsp; Value&lt;/P&gt;&lt;P&gt;B16&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; Toyota&lt;/P&gt;&lt;P&gt;D23&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;Corolla&lt;/P&gt;&lt;P&gt;M45&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; Honda&lt;/P&gt;&lt;P&gt;H-76&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;Accord&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output that I am hoping for is :&lt;/P&gt;&lt;P&gt;A1&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; &amp;nbsp; &amp;nbsp;Toyota&lt;/P&gt;&lt;P&gt;A2&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; &amp;nbsp; &amp;nbsp;Honda&lt;/P&gt;&lt;P&gt;B1&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; &amp;nbsp; &amp;nbsp;Corolla&lt;/P&gt;&lt;P&gt;B2&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; &amp;nbsp; &amp;nbsp;Accord&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 21:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/527863#M143987</guid>
      <dc:creator>VarunD</dc:creator>
      <dc:date>2019-01-16T21:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling in Values from Specific Cells of Excel SpreadSheet and creating a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/527870#M143991</link>
      <description>You'll like need to explain more about what you're trying to do overall.</description>
      <pubDate>Wed, 16 Jan 2019 22:13:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/527870#M143991</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-16T22:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling in Values from Specific Cells of Excel SpreadSheet and creating a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/527873#M143994</link>
      <description>&lt;P&gt;What do you call a table? A SAS data set? What are the column names?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 22:15:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/527873#M143994</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-01-16T22:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling in Values from Specific Cells of Excel SpreadSheet and creating a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528034#M144053</link>
      <description>&lt;P&gt;The input excel spreadsheet is not formatted like a table. But the values that I want to pull in have a specific cell address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 14:08:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528034#M144053</guid>
      <dc:creator>VarunD</dc:creator>
      <dc:date>2019-01-17T14:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling in Values from Specific Cells of Excel SpreadSheet and creating a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528038#M144055</link>
      <description>&lt;P&gt;The input excel spreadsheet is not formatted like a table.&lt;/P&gt;&lt;P&gt;By table I mean it doesn't have a column name. Values are spread across the sheet . Please see attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that make sense ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 14:14:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528038#M144055</guid>
      <dc:creator>VarunD</dc:creator>
      <dc:date>2019-01-17T14:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling in Values from Specific Cells of Excel SpreadSheet and creating a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528071#M144068</link>
      <description>No attachment is included. You can use DDE and/or read directly from a single cell, but it would be each cell going to a different data set. How do you know which cells to read? To read from a specific cell, use the RANGE option in PROC IMPORT and simply specify the single cell you want to read as a range.</description>
      <pubDate>Thu, 17 Jan 2019 15:41:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528071#M144068</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-17T15:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling in Values from Specific Cells of Excel SpreadSheet and creating a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528102#M144088</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;This is just an example I posted. I know what cells I need to look up and they will remain the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am aware of the PROC IMPORT option using range but my issue with it is that each import step will create a different data set.&lt;/P&gt;&lt;P&gt;And I want them to line up in a tabular form in the Output.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 18:03:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528102#M144088</guid>
      <dc:creator>VarunD</dc:creator>
      <dc:date>2019-01-17T18:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling in Values from Specific Cells of Excel SpreadSheet and creating a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528104#M144089</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/194984"&gt;@VarunD&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;This is just an example I posted. I know what cells I need to look up and they will remain the same.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am aware of the PROC IMPORT option using range but my issue with it is that each import step will create a different data set.&lt;/P&gt;
&lt;P&gt;And I want them to line up in a tabular form in the Output.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can append them together after the fact.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DDE is your other option or a Visual Basic script but both are using outside technologies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 18:04:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528104#M144089</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-17T18:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling in Values from Specific Cells of Excel SpreadSheet and creating a table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528145#M144101</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;This is just an example I posted. I know what cells I need to look up and they will remain the same.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am aware of the PROC IMPORT option using range but my issue with it is that each import step will create a different data set.&lt;/P&gt;
&lt;P&gt;And I want them to line up in a tabular form in the Output.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That's the easiest option as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;said.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import  .. range..
proc import  .. range..
proc import  .. range..
data FINAL;
  merge XL1&amp;nbsp;(rename=(VAR=VAR1)) 
        XL2 (rename=(VAR=VAR2))
        XL3&amp;nbsp;(rename=(VAR=VAR3));
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 20:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pulling-in-Values-from-Specific-Cells-of-Excel-SpreadSheet-and/m-p/528145#M144101</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-01-17T20:26:50Z</dc:date>
    </item>
  </channel>
</rss>

