<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JISC Project Blog Metrics &#8211; Making Use of WordPress Stats. Plus, An Aside&#8230;</title>
	<atom:link href="http://blog.ouseful.info/2011/12/15/jisc-project-blog-metrics-making-use-of-wordpress-stats-plus-an-aside/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ouseful.info/2011/12/15/jisc-project-blog-metrics-making-use-of-wordpress-stats-plus-an-aside/</link>
	<description>Trying to find useful things to do with emerging technologies in open education</description>
	<lastBuildDate>Mon, 20 May 2013 17:09:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Analysing Wordpress post velocity and momentum stats with Google Sheets (Spreadsheet) JISC CETIS MASHe</title>
		<link>http://blog.ouseful.info/2011/12/15/jisc-project-blog-metrics-making-use-of-wordpress-stats-plus-an-aside/#comment-30028</link>
		<dc:creator><![CDATA[Analysing Wordpress post velocity and momentum stats with Google Sheets (Spreadsheet) JISC CETIS MASHe]]></dc:creator>
		<pubDate>Tue, 08 Jan 2013 23:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ouseful.info/?p=6633#comment-30028</guid>
		<description><![CDATA[[...] Tony Hirst’s Making Use of WordPress Stats which pulls data from the WordPress Stats API into a Google Sheet (Spreadsheet) I created a [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Tony Hirst’s Making Use of WordPress Stats which pulls data from the WordPress Stats API into a Google Sheet (Spreadsheet) I created a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How JISC CETIS dashboard social activity around blog posts using a splash of data science JISC CETIS MASHe</title>
		<link>http://blog.ouseful.info/2011/12/15/jisc-project-blog-metrics-making-use-of-wordpress-stats-plus-an-aside/#comment-24707</link>
		<dc:creator><![CDATA[How JISC CETIS dashboard social activity around blog posts using a splash of data science JISC CETIS MASHe]]></dc:creator>
		<pubDate>Wed, 08 Aug 2012 20:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ouseful.info/?p=6633#comment-24707</guid>
		<description><![CDATA[[...] wordpress.com another way was required. Fortunately Tony Hirst has already demonstrated a method to pull data from the WordPress Stats API into Google Spreadsheets. Following this method stats are imported to a ‘Scott’sStats’ sheet and tallied up with a [...]]]></description>
		<content:encoded><![CDATA[<p>[...] wordpress.com another way was required. Fortunately Tony Hirst has already demonstrated a method to pull data from the WordPress Stats API into Google Spreadsheets. Following this method stats are imported to a ‘Scott’sStats’ sheet and tallied up with a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mhawksey</title>
		<link>http://blog.ouseful.info/2011/12/15/jisc-project-blog-metrics-making-use-of-wordpress-stats-plus-an-aside/#comment-17997</link>
		<dc:creator><![CDATA[mhawksey]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 21:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ouseful.info/?p=6633#comment-17997</guid>
		<description><![CDATA[I wouldn&#039;t change a thing. Yes you could start adding Apps Script to the backend, but it&#039;ll just add layers of complication. Its easy to forget how powerful the built in spreadsheet functions can be.  

Regarding selective publication of spreadsheet data Google currently have 2 options, publish all sheets or just one sheet. So what you could do it use formula to extract data from the individual sheets onto a summary sheet.

A good formula to do this is a combination of EXPAND and ARRAYFORUMULA eg =EXPAND(ARRAYFORMULA(Views!A2:B)) - entering this cell once will populate it with the values from the selected range on the Views sheet. 

It&#039;s worth noting that I&#039;m not including the header row in this example because if you do when you &#039;Publish to the web&#039; Google tries to be too clever and footnotes the source url. This is probably best seen in this example where for demonstration purposes I&#039;ve publish all the sheets to the web and you can see &lt;a href=&quot;https://docs.google.com/spreadsheet/pub?hl=en_GB&amp;key=0AqGkLMU9sHmLdEtRenhNWDJva2xfb3JHZVhzYkhZcFE&amp;hl=en_GB&amp;gid=7&quot; rel=&quot;nofollow&quot;&gt;the right way&lt;/a&gt; to create a summary page and &lt;a href=&quot;https://docs.google.com/spreadsheet/pub?hl=en_GB&amp;key=0AqGkLMU9sHmLdEtRenhNWDJva2xfb3JHZVhzYkhZcFE&amp;hl=en_GB&amp;gid=8&quot; rel=&quot;nofollow&quot;&gt;the wrong way&lt;/a&gt;. 

Here&#039;s &lt;a href=&quot;https://docs.google.com/spreadsheet/ccc?key=0AqGkLMU9sHmLdEtRenhNWDJva2xfb3JHZVhzYkhZcFE&amp;hl=en_GB#gid=8&quot; rel=&quot;nofollow&quot;&gt;a link to the modified source spreadsheet&lt;/a&gt; if your readers want to look at the formula]]></description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t change a thing. Yes you could start adding Apps Script to the backend, but it&#8217;ll just add layers of complication. Its easy to forget how powerful the built in spreadsheet functions can be.  </p>
<p>Regarding selective publication of spreadsheet data Google currently have 2 options, publish all sheets or just one sheet. So what you could do it use formula to extract data from the individual sheets onto a summary sheet.</p>
<p>A good formula to do this is a combination of EXPAND and ARRAYFORUMULA eg =EXPAND(ARRAYFORMULA(Views!A2:B)) &#8211; entering this cell once will populate it with the values from the selected range on the Views sheet. </p>
<p>It&#8217;s worth noting that I&#8217;m not including the header row in this example because if you do when you &#8216;Publish to the web&#8217; Google tries to be too clever and footnotes the source url. This is probably best seen in this example where for demonstration purposes I&#8217;ve publish all the sheets to the web and you can see <a href="https://docs.google.com/spreadsheet/pub?hl=en_GB&amp;key=0AqGkLMU9sHmLdEtRenhNWDJva2xfb3JHZVhzYkhZcFE&amp;hl=en_GB&amp;gid=7" rel="nofollow">the right way</a> to create a summary page and <a href="https://docs.google.com/spreadsheet/pub?hl=en_GB&amp;key=0AqGkLMU9sHmLdEtRenhNWDJva2xfb3JHZVhzYkhZcFE&amp;hl=en_GB&amp;gid=8" rel="nofollow">the wrong way</a>. </p>
<p>Here&#8217;s <a href="https://docs.google.com/spreadsheet/ccc?key=0AqGkLMU9sHmLdEtRenhNWDJva2xfb3JHZVhzYkhZcFE&amp;hl=en_GB#gid=8" rel="nofollow">a link to the modified source spreadsheet</a> if your readers want to look at the formula</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wonder Food Blog</title>
		<link>http://blog.ouseful.info/2011/12/15/jisc-project-blog-metrics-making-use-of-wordpress-stats-plus-an-aside/#comment-17987</link>
		<dc:creator><![CDATA[Wonder Food Blog]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 16:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ouseful.info/?p=6633#comment-17987</guid>
		<description><![CDATA[I actually think more and more people are going back to basics. Look at how many people now are growing their own veg, camping holidays, farming and with economic difficulties many can&#039;t afford to have everything done for them. So we may see a &#039;return&#039; to basic skills. I like your blog btw.]]></description>
		<content:encoded><![CDATA[<p>I actually think more and more people are going back to basics. Look at how many people now are growing their own veg, camping holidays, farming and with economic difficulties many can&#8217;t afford to have everything done for them. So we may see a &#8216;return&#8217; to basic skills. I like your blog btw.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
