<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>
<channel>
	<title>Comments on: Microsoft Excel: Feature Request</title>
	<atom:link href="http://www.scottporad.com/2010/03/04/microsoft-excel-feature-request/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottporad.com/2010/03/04/microsoft-excel-feature-request/</link>
	<description></description>
	<lastBuildDate>Sun, 22 Aug 2010 14:38:44 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JustinS</title>
		<link>http://www.scottporad.com/2010/03/04/microsoft-excel-feature-request/comment-page-1/#comment-886</link>
		<dc:creator>JustinS</dc:creator>
		<pubDate>Mon, 08 Mar 2010 17:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottporad.com/?p=1739#comment-886</guid>
		<description>There&#039;s a sort of convoluted way to do it using the MS SQL tools (SQL Server MGMT Studio, etc).

If you create a linked server to the Excel spreadsheet from a SQL instance, you can then query the tables using SQL.  

Generic directions for the linked server (using the Jet provider) are here:  http://support.microsoft.com/kb/306397

Assuming you created a linked server called &quot;EXCEL_EXAMPLE&quot;, you could return the values in Sheet1 with this:

select * from EXCEL_EXAMPLE...Sheet1$</description>
		<content:encoded><![CDATA[<p>There&#8217;s a sort of convoluted way to do it using the MS SQL tools (SQL Server MGMT Studio, etc).</p>
<p>If you create a linked server to the Excel spreadsheet from a SQL instance, you can then query the tables using SQL.  </p>
<p>Generic directions for the linked server (using the Jet provider) are here:  <a href="http://support.microsoft.com/kb/306397" rel="nofollow">http://support.microsoft.com/kb/306397</a></p>
<p>Assuming you created a linked server called &#8220;EXCEL_EXAMPLE&#8221;, you could return the values in Sheet1 with this:</p>
<p>select * from EXCEL_EXAMPLE&#8230;Sheet1$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon</title>
		<link>http://www.scottporad.com/2010/03/04/microsoft-excel-feature-request/comment-page-1/#comment-873</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Thu, 04 Mar 2010 18:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottporad.com/?p=1739#comment-873</guid>
		<description>Google spreadsheets actually does this. It&#039;s pretty damn sweet.

=query(Tweets!A2:F ; &quot;SELECT A, COUNT(B), MAX(F) GROUP BY A ORDER BY COUNT(B) DESC, MAX(F) DESC Label COUNT(B) &#039;&#039;, MAX(F) &#039;&#039; &quot;)

More details on it here: http://code.google.com/apis/visualization/documentation/querylanguage.html</description>
		<content:encoded><![CDATA[<p>Google spreadsheets actually does this. It&#8217;s pretty damn sweet.</p>
<p>=query(Tweets!A2:F ; &#8220;SELECT A, COUNT(B), MAX(F) GROUP BY A ORDER BY COUNT(B) DESC, MAX(F) DESC Label COUNT(B) &#8221;, MAX(F) &#8221; &#8220;)</p>
<p>More details on it here: <a href="http://code.google.com/apis/visualization/documentation/querylanguage.html" rel="nofollow">http://code.google.com/apis/visualization/documentation/querylanguage.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Rude</title>
		<link>http://www.scottporad.com/2010/03/04/microsoft-excel-feature-request/comment-page-1/#comment-872</link>
		<dc:creator>Matt Rude</dc:creator>
		<pubDate>Thu, 04 Mar 2010 18:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottporad.com/?p=1739#comment-872</guid>
		<description>When you open Access, it should ask you if you would like to create a new database or open an old one, if you choose open, you can browse to an excel workbook and link it into Access.  From there all data is stored in the workbook, but you are working in the Access UI.</description>
		<content:encoded><![CDATA[<p>When you open Access, it should ask you if you would like to create a new database or open an old one, if you choose open, you can browse to an excel workbook and link it into Access.  From there all data is stored in the workbook, but you are working in the Access UI.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
