<?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: Reading Excel specific cell value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reading-Excel-specific-cell-value/m-p/449104#M167584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was absolutely spot on! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to get rid of additional lines as header, since the cell I was trying to read was Cell (J,4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2012 16:01:11 GMT</pubDate>
    <dc:creator>hibhardwaj</dc:creator>
    <dc:date>2012-10-24T16:01:11Z</dc:date>
    <item>
      <title>Reading Excel specific cell value</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Excel-specific-cell-value/m-p/449102#M167582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am very new to QV, and am trying to build a report using some EXCEL sheets. The excel sheet has some data in the header format and some data presented in a table format. I am able to read the data that is in the table format; but I want to read a specific cell from the other data presented in the header format. Can I do that? Whats the command/ syntax to read a specific cell from an excel file. &lt;/P&gt;&lt;P&gt;Any help will be much appreciated. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;~H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 15:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Excel-specific-cell-value/m-p/449102#M167582</guid>
      <dc:creator>hibhardwaj</dc:creator>
      <dc:date>2012-10-24T15:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel specific cell value</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Excel-specific-cell-value/m-p/449103#M167583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a bit of a workaround because there's no method I know of to simply go and read a specific cell reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say that you have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cell A1 is a title:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data Set Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cell B1 contains the name itself (this is one of the cells you want to read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cell A2 is a title and underneath that is a bit of data in A3 that you want to read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just set up a further two loads of the data from excel, the first load will have no header and no embedded labels, this will create a load statement for you and you need to amend that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created statement:&lt;/P&gt;&lt;P&gt;LOAD @1, @2, @3, @4 FROM excelfile........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change this to &lt;/P&gt;&lt;P&gt;FIRST 1 LOAD @2 FROM excelfile......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reading cell A3, do the same thing BUT, set the heading lines to 2 and then read column @1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 15:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Excel-specific-cell-value/m-p/449103#M167583</guid>
      <dc:creator />
      <dc:date>2012-10-24T15:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel specific cell value</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Excel-specific-cell-value/m-p/449104#M167584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was absolutely spot on! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to get rid of additional lines as header, since the cell I was trying to read was Cell (J,4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 16:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Excel-specific-cell-value/m-p/449104#M167584</guid>
      <dc:creator>hibhardwaj</dc:creator>
      <dc:date>2012-10-24T16:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel specific cell value</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-Excel-specific-cell-value/m-p/449105#M167585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My pleasure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 16:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-Excel-specific-cell-value/m-p/449105#M167585</guid>
      <dc:creator />
      <dc:date>2012-10-24T16:02:58Z</dc:date>
    </item>
  </channel>
</rss>

