<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tim O'Shea's Blog &#187; tips</title>
	<atom:link href="http://www.timoshea.co.uk/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timoshea.co.uk</link>
	<description>Tim O'Shea's Blog - Helping web businesses become successful and sustainable</description>
	<lastBuildDate>Tue, 11 Oct 2011 09:21:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bloggers: Build a Top 10 List In 10 Minutes Using Excel</title>
		<link>http://www.timoshea.co.uk/marketing/bloggers-build-a-top-10-list-in-10-minutes-using-excel/</link>
		<comments>http://www.timoshea.co.uk/marketing/bloggers-build-a-top-10-list-in-10-minutes-using-excel/#comments</comments>
		<pubDate>Mon, 04 May 2009 18:10:22 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[top lists]]></category>

		<guid isPermaLink="false">http://www.timoshea.co.uk/?p=136</guid>
		<description><![CDATA[Excel is a powerful tool bloggers can use to save time formating the HTML content of top list posts (you know, the popular top 10 type of posts). Chances are, if you are making a top list, Excel (or a similar spreadsheet application) will be used to collate the list. Using basic Excel formulas it’s [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop_cap">E</span>xcel is a powerful tool bloggers can use to save time formating the HTML content of top list posts (you know, the popular top 10 type of posts). Chances are, if you are making a top list, Excel (or a similar spreadsheet application) will be used to collate the list. Using basic Excel formulas it’s quick to turn the list into a chunk of HTML code that can be simply cut &amp; pasted into WordPress. And with the spreadsheet ready it just takes <strong>10 minutes of research time</strong> to build a top list.<br />
<span id="more-136"></span><br />
For this example I’m going to use the spreadsheet used to build the <a href="http://designreviver.com/inspiration/31-breathtaking-planet-space-tutorials-for-photoshop/">31 Breathtaking Planet &amp; Space Tutorials For Photoshop</a> post on DesignReviver.</p>
<h3>Step 1 &#8211; Collate the List</h3>
<p>Collate the list, including screenshots or images as required. In the space tutorial we have the <strong>title, description, link URL and image</strong> data fields:</p>
<p><img class="aligncenter size-full wp-image-152" title="excel11" src="http://www.timoshea.co.uk/images/excel1.jpg" alt="excel11" width="599" height="538" /></p>
<h3>Step 2 &#8211; Work Out What Format is Required</h3>
<p>Work out which type of <strong>HTML formatting </strong>you are going to use, in my example I’m using normal paragraph formatting plus &lt;h5&gt; for the titles giving the following HTML output for one entry:<br />
<code><br />
&lt;h5&gt;&lt;a href='http://dinyctis.deviantart.com/art/Planet-Tutorial-3131869' target='_blank'&gt;Planet with Solar Glow&lt;/a&gt;&lt;/h5&gt;<br />
&lt;a href='http://dinyctis.deviantart.com/art/Planet-Tutorial-3131869' target='_blank'&gt;&lt;img src='http://designreviver.com/wp-content/uploads/2008/09/planet1.jpg' /&gt;&lt;/a&gt;<br />
&lt;br&gt;Beginning with a simple rock for texture this design created a new world with clarity and great detail.<br />
</code></p>
<h3>Step 3 &#8211; Use Excel to Format the List</h3>
<p>Use Excel to code the HTML from the data fields using <strong>formulas</strong>. Use “&amp;” symbol to add strings of text together to make links:<br />
<code><br />
="&lt;a href='"&amp;B3&amp;"'&gt;"&amp;A3&amp;"&lt;/a&gt;"<br />
</code><br />
And continue to construct the image code in the same way:<br />
<code><br />
=E3&amp;"&lt;img src='http://designreviver.com/wp-content/uploads/2008/09/"&amp;D3&amp;"' /&gt;&lt;/a&gt;&lt;br&gt;"<br />
</code><br />
Then use the “if” statement to check if there is an image and output the correct code:<br />
<code><br />
=IF(D3="","",G3)<br />
</code><br />
Carry on to complete the rest of the HTML in the same way and use the final column to add all the code from the first entry together. At this stage make sure you haven&#8217;t made any errors by testing the HTML by copying the output cell at the end. If you are unsure of this step download the <a href="http://www.timoshea.co.uk/downloads/top_list_example.xls">example spreadsheet</a> and look at the formulas in columns E to K.</p>
<h3>Step 4 &#8211; Copy The Formulas Throughout</h3>
<p>Copy all the formulas down from all formula columns from the top line throughout the list so each line with data now has formulas.</p>
<h3>Step 5 &#8211; Copy &amp; Paste Into WordPress</h3>
<p>Copy the final column and paste this directly into the correct part of your post, make sure the <strong>HTML tab is selected in the WordPress editor</strong>.</p>
<p><img class="aligncenter size-full wp-image-141" title="excel3" src="http://www.timoshea.co.uk/images/excel3.jpg" alt="excel3" width="599" height="574" /></p>
<p>Save the post, preview and check out the results. Normally a bit of editing back and forward to ensures you have the result you want.</p>
<h3>Changing the List Type</h3>
<p>Once you’ve got the hang of using the “if” statements  and adding text strings together with “&amp;” you can build custom spreadsheets for different post types. For example in my <a href="http://www.timoshea.co.uk/marketing/122-marketing-channels-tips-a-definitive-list/">122 Marketing Tips</a> post I produced a bullet pointed list with many sections using this <a href="http://www.timoshea.co.uk/downloads/bullet_point_lists.xls">spreadsheet</a>.</p>
<h3>Downloads</h3>
<p><a href="http://www.timoshea.co.uk/downloads/top_list_example.xls">Space_Image_Top_List_Post_Example.xls</a></p>
<p><a href="http://www.timoshea.co.uk/downloads/bullet_point_lists.xls">Bulletpoint_Top_List_Example.xls</a></p>
<p class="alert">
Why save time and use the spreadsheets above to make your top lists.</p>
<p> Happy listing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timoshea.co.uk/marketing/bloggers-build-a-top-10-list-in-10-minutes-using-excel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

