<?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>MakeUseOf &#187; spreadsheet</title>
	<atom:link href="http://www.makeuseof.com/tags/spreadsheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:30:58 +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>How To Add The Current Time To A Google Spreadsheet</title>
		<link>http://www.makeuseof.com/tag/add-current-time-google-spreadsheet/</link>
		<comments>http://www.makeuseof.com/tag/add-current-time-google-spreadsheet/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 01:31:17 +0000</pubDate>
		<dc:creator>Ann Smarty</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=66442</guid>
		<description><![CDATA[Google Spreadsheets has always been one of my favorite tools. I was an early adopter (I quickly switched to the tool shortly after Google discontinued Google Notebook) and since then I&#8217;ve been happy to see all the hard work and hundreds of improvements the Google Docs team have been introducing. Despite the fact that there [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/02/google-spreadsheets-current.jpg"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/02/google-spreadsheets-current.jpg?323f2c" alt="time in google spreadsheet" height="220" />Google Spreadsheets has always been one of my favorite tools. I was an early adopter (I quickly switched to the tool shortly after Google discontinued Google Notebook) and since then I&#8217;ve been happy to see all the hard work and hundreds of improvements the Google Docs team have been introducing.</p>
<p>Despite the fact that there are  a few <a href="http://www.makeuseof.com/tag/5-great-alternatives-to-google-docs-you-should-consider/">great alternatives</a>, I have never really thought about switching. Google Docs (and Google Spreadsheets) have always been the most reliable tool for me and, like with any really great tools, there are plenty of (partially) hidden features inside Google Spreadsheet you may be amazed to discover.</p>
<p><span id="more-66442"></span><br />
Today&#8217;s post is about two really cool Google Spreadsheet functions that allow you to always display the current date and time in your spreadsheet. This will become particularly useful if you<strong> </strong>use Google Spreadsheets to monitor your tasks and deliverables, plan your work week, <a href="http://www.makeuseof.com/tag/easily-track-personal-finances-gmail-google-docs/">track your finances</a>, etc.</p>
<h2>=TEXT( NOW())</h2>
<p>=TEXT( NOW()) is a highly-customizable official Google Spreadsheet function that returns the computer system date and time in a cell.</p>
<p><strong>Important note: The function value is updated when your document &#8220;re-calculates&#8221;</strong> which means that, unless you make any edits to the document, you are not going to see <em>the current</em> date and time. However if you plan to edit your document on a regular basis (to update the task statuses, for example), this is not going to be an issue.</p>
<p>The awesome thing about this function is that it has plenty of available parameters that allow to format the date and time in various ways):</p>
<ul>
<li>See the current day, month and year: <em>=TEXT( NOW() ; &#8220;yyyy-M-d&#8221; )</em> returns <em>2011-2-20</em></li>
<li>See the current time (with seconds): <em>=TEXT( NOW() ; &#8220;HH:mm:ss&#8221; )</em> returns <em>13:24:56</em></li>
<li>See the current day of the week (and the number of the week in a month): <em>=TEXT( NOW() ; &#8220;yyyy &#8216;week&#8217; w&#8221; )</em> returns <em>2011 week 8</em></li>
<li>See the current time and time zone: <em>=TEXT( NOW() ; &#8220;HH:mm z&#8221; ) </em>returns<em> 13:24 GMT+00:00</em></li>
<li>Even see the current era! <em>=TEXT( NOW() ; &#8220;yyyy G GGGG&#8221; )</em> returns <em>2011 AD Anno Domini</em></li>
</ul>
<p>Here&#8217;s an awesome <a href="https://spreadsheets.google.com/ccc?key=0AqhqY231XZd3cFBiY2VqeWdmNWdaX25zN2lpekthQlE&amp;hl=en#gid=4">spreadsheet listing all the available parameters</a> as well as the examples of usage.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/02/google-spreadsheets-current-01.jpg?323f2c" alt="time in google spreadsheet" width="550" height="340" /></p>
<h2>=GoogleClock()</h2>
<p>If you plan to publish the spreadsheet to the web, the above function won&#8217;t work as (like I have noted above), it is only updated when you edit the current spreadsheet (i.e. type/edit/delete a value in any cell). For published and rarely updated spreadsheets there is another useful function that can turn really helpful (it is <a href="http://www.google.com/support/forum/p/Google%20Docs/thread?tid=70d5e62b29fd57d8&amp;hl=en">undocumented</a> but is included in the Google Spreadsheet formula builder. This is how I actually discovered it).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/02/google-spreadsheets-current-02.jpg?323f2c" alt="time in google spreadsheet" width="371" height="147" /></p>
<p>If you use the<em> =GoogleClock()</em> function in a spreadsheet, it will   automatically update live whenever you view the spreadsheet (including shared   viewing). Besides, if  you publish a spreadsheet as a webpage, it will automatically update   every 5 minutes.</p>
<p>The function always returns the current date and time in the following format (unless there are any parameters I am not aware of):</p>
<blockquote><p>m/dd/yyyy hh:mm:ss</p></blockquote>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/02/google-spreadsheets-current-03.jpg?323f2c" alt="=GoogleClock()" width="425" height="293" /></p>
<p>Note: Here are <a href="http://office.microsoft.com/en-us/excel-help/insert-the-current-date-and-time-in-a-cell-HP003056107.aspx#BMinsert_a_date_or_time_whose_value_is_">similar functions for Microsoft Excel</a> (also updated live).</p>
<p>Are you aware of any other time management functions in Google Spreadsheets? Please let us know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/add-current-time-google-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>3 Really Handy Excel Add-ins to Easily Extract and Activate URLs</title>
		<link>http://www.makeuseof.com/tag/excel-addins-easily-extract-activate-urls/</link>
		<comments>http://www.makeuseof.com/tag/excel-addins-easily-extract-activate-urls/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 01:30:54 +0000</pubDate>
		<dc:creator>Ann Smarty</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=60949</guid>
		<description><![CDATA[Excel is an awesome data management tool. I use it a lot to store and organize the information I need to deal with on a daily basis. As I am working online, most of the time this information contains multiples URLs linking to web sources. Excel provides for plenty of flexibility to geeky, macros-savvy people. [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/excel-urls.jpg" /><img style="border: 0px none;margin-left:20px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/excel-urls.jpg?323f2c" alt="show url links excel"/><a href="http://www.makeuseof.com/tags/microsoft-excel/">Excel</a> is an awesome data management tool. I use it a lot to store and organize the information I need to deal with on a daily basis. As I am working online, most of the time this information contains multiples URLs linking to web sources.</p>
<p>Excel provides for plenty of flexibility to geeky, macros-savvy people. I am not one of them and creating some <a href="http://www.makeuseof.com/dir/excelformula-ask-excel-questions/">formulas</a> or <a href="http://www.makeuseof.com/answers/recommend-tutorials-learning-excel-macros/">macros</a> isn&#8217;t an easy task for me. If you are like me, you&#8217;ll find my tips on extracting and activating multiple hyperlinks in Excel quite handy!</p>
<p><span id="more-60949"></span></p>
<h2>1. Extract URLs</h2>
<p>There&#8217;s a great tool that would make a lot of Excel tasks (including extracting hyperlinks from the whole list of linked cells) clearer and easier to implement &#8211; <a href="http://www.asap-utilities.com/">ASAP Utilities</a>. It is easy to install, just download and run its free version.</p>
<p>Note: You might have to tweak your Excel security settings a bit before being able to use the tool. The tool offers step-by-step prompts, so you are unlikely to have any problems. First, to make sure the addin is going to work, navigate:</p>
<blockquote><p>File -&gt; Options -&gt; Trust Center -&gt; Trust Center Settings</p></blockquote>
<p>There:</p>
<ul>
<li>Make sure macros are enabled (in &#8220;Macro Settings&#8221;)</li>
<li>Make sure the addins are NOT disabled (in &#8220;Add-ins&#8221;)</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/excel-urls-01.jpg?323f2c" alt="show url links excel" width="540" height="183" /></p>
<p>After having it installed, you will get a new submenu with the handy &#8220;Web&#8221; section. Clicking on it will discover some very cool opportunities for working with content you copy-paste from the web.</p>
<p>So imagine you have copied-pasted the whole lots of linked words from the web and need to see the full URLs now &#8211;  all you need to do is:</p>
<ul>
<li>Navigate: ASAP Utilities -&gt; Web -&gt; Extract Hyperlinks</li>
<li>Select where the full URLs should be extracted:</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/excel-urls-02.jpg?323f2c" alt="show url links excel" width="540" height="340" /></p>
<p>Done!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/excel-urls-03.jpg?323f2c" alt="how to convert text hyperlink to url in excel" width="540" height="138" /></p>
<h2>2. Activate Hyperlinks</h2>
<p>Let&#8217;s say you have the list of plain-text URLs (like in the above screenshot in column B) and want to make them all clickable. One way is to go through the list and double click each cell &#8211; this will activate each link, but this can take time (especially with long lists of URLs).</p>
<p>With ASAP Utilities, you can do that with (almost) one click of a mouse. Just select the column with your plain text URLs, go ASAP Utilities -&gt; Web -&gt; Activate hyperlinks and select the format and type of the hyperlinks:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/excel-urls-04.jpg?323f2c" alt="how to convert text hyperlink to url in excel" width="511" height="353" /></p>
<p>Done!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/excel-urls-05.jpg?323f2c" alt="how to extract url from hyperlink in excel" width="445" height="251" /></p>
<p>Note: The &#8220;Web&#8221; section of Asap Utilities also allows you to change the format of your links to =HYPERLINK() formulas. Workbooks in Excel can become slow when they contain too many cells with hyperlinks. The =HYPERLINK() formula should let you work with huge workbooks easier.</p>
<h2>3. Extract Domains and Top Level Domains from Hyperlinks</h2>
<p>Imagine you have a list of URLs or linked cells in Excel and you need to sort the table by domain or top level domain (or build some stats). For that, you will need this <a href="http://connect.icrossing.co.uk/url-tools-addin-excel_5458">URL tools addin</a>. To install it, just download and save the file, then activate it from within Excel.</p>
<p>Navigate: Office Home button -&gt; &#8220;Excel Options&#8221; from the bottom of the menu -&gt; Addins and Click &#8220;Go&#8221; where it says &#8220;Manage Excel Add-ins&#8221;. Click &#8220;Browse&#8221; and browse to wherever you saved the Add-in file:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/excel-urls-06.jpg?323f2c" alt="how to extract url from hyperlink in excel" width="302" height="296" /></p>
<p>There are a number of  functions included in the Add-in &#8211; most useful of which are:</p>
<ul>
<li>subdomain() &#8211; returns the domain part of a URL including any subdomains e.g &#8220;http://www.example.com/index.htm&#8221; becomes &#8220;www.example.com&#8221;</li>
<li>wwwsubdomain() &#8211; basically, a combination of the above, equivalent to &#8220;nowww(subdomain(A1))&#8221;. This is what you want to use most of the time!</li>
<li>nowww() &#8211; removes &#8220;www.&#8221; from the start of a URL (note that www must be at the very beginning of the URL)</li>
<li>tld() &#8211; Returns the TLD of a URL (not 100% perfect but pretty good)</li>
<li>geturl() &#8211; Extracts the URL from a Hyperlink</li>
</ul>
<p>So, getting back to our task, let&#8217;s extract domain names from the list of linked cells.</p>
<p>Copy and paste next to the cell you want to extract domain from (copy-paste it all other cells you want to extend the formula to):</p>
<blockquote><p>=wwwsubdomain(<em>cell</em>)</p></blockquote>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/excel-urls-07.jpg?323f2c" alt="Extract domain names" width="542" height="143" /></p>
<p>Do you have your own tips and tricks editing and extracting URLs in Excel? Please share them here!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/excel-addins-easily-extract-activate-urls/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>A Quick Tutorial On Queries In Microsoft Access 2007</title>
		<link>http://www.makeuseof.com/tag/quick-tutorial-queries-microsoft-access-2007/</link>
		<comments>http://www.makeuseof.com/tag/quick-tutorial-queries-microsoft-access-2007/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 19:31:48 +0000</pubDate>
		<dc:creator>Jim Henderson</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[microsoft access]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=39539</guid>
		<description><![CDATA[Queries are the basis of power in a database. They give you the ability to ask questions, record the questions for later, and to take actions on the answers. As a follow-up to my introductory summary post on the product, and a more recent post on tables, this Microsoft Access tutorial is the ideal next [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/splash.jpg" /><img class="align-left" style="margin-right: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/splash.jpg?323f2c" border="0" alt="splash" vspace="5" align="left" />Queries are the basis of power in a database. They give you the ability to ask questions, record the questions for later, and to take actions on the answers.</p>
<p>As a follow-up to my introductory <a href="http://www.makeuseof.com/tag/quick-guide-started-microsoft-access-2007/">summary post</a> on the product, and a more recent post on <a href="http://www.makeuseof.com/tag/quick-guide-tables-microsoft-access-2007/">tables</a>, this Microsoft Access tutorial is the ideal next step in your journey with Access. Get ready to ask questions.</p>
<p><span id="more-39539"></span></p>
<h2><strong>Preparation</strong></h2>
<p>We created two tables in the previous post. You&#8217;ll need to either do that for yourself again, open the one you saved last time, or follow along with a similar example of your own.</p>
<p>In any case, you need a table that looks a little like this&#8221;¦</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/qbook.jpg?323f2c" border="0" alt="Microsoft Access tutorial" width="539" height="407" /></p>
<p>Close the table, and we can start with the queries.</p>
<h3>A Microsoft Access Tutorial &#8211; <strong>Query Basics</strong></h3>
<p>Queries are the second structure in Access. Tables hold the information, queries contain stored questions. Let&#8217;s create one. It&#8217;s much easier that way.</p>
<p>Click the <em>Create</em> tab, and then the <em>Query Design</em> button at the right hand end.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/qstart.jpg?323f2c" border="0" alt="Microsoft Access tutorial" width="573" height="114" /></p>
<p><img class="align-left" style="border: 0pt none; margin-left: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/qshowtable.jpg?323f2c" border="0" alt="Microsoft Access tutorial" width="338" height="316" align="right" />If you ever need help in building a query, you can also use the <em>Query Wizard. </em>But for now, we&#8217;ll take the direct route.</p>
<p>Access asks you which tables you want to ask questions about. First off, let&#8217;s just take a look at the <em>Book</em> table. We can add the <em>Author</em> table later.</p>
<p>The real power in Access is the ability to easily deal with multiple tables at once, but one step at a time.</p>
<p>Click on <em>Book,</em> and click the <em>Add</em> button. The window stays open, so click the <em>Close</em> button.</p>
<p>Access presents you with the query design page.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/image1.png?323f2c" border="0" alt="free microsoft access tutorial" width="557" height="432" /></p>
<p>You can make some adjustments to the way the layout looks by dragging the central divider up or down, and there are shortcuts at the bottom right, in the status bar, that let you change the type of view you are using. More about those later.</p>
<p>The upper portion of the screen contains all of the included tables, with a list of the fields. The lower portion is where the questions are asked.</p>
<p>First, you need to choose which of the fields in the table you want to either ask questions about, or wish to include in the answer. To choose, double-click the field, or drag it to the grid below.</p>
<p>For our example we want to choose <em>Author, Title</em> &amp; <em>Rating</em>.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/criteria1.jpg?323f2c" border="0" alt="free microsoft access tutorial" width="550" height="151" /></p>
<p>Once you have the fields in the grid, there are a lot of choices to make. They work line by line.</p>
<p>We have already chosen the <em>fields</em>, and the <em>tables</em> are added automatically. The next thing is the <em>sort</em>. To sort the books by rating for instance, click in the sort box for that column, and change the setting to <em>Ascending </em>or <em>Descending</em>.</p>
<p>You can sort by multiple columns. The priority is from left to right, so if you wanted to sort by <em>Rating</em> and then <em>Title</em>, you would need to rearrange the columns. You can just select by the grey bar at the top and drag them around.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/criteria2.jpg?323f2c" border="0" alt="free microsoft access tutorial" width="550" height="152" /></p>
<p>The <em>Criteria</em> row is a little more complex, but it&#8217;s very easy to use once you get used to it. Criteria are specifications for which records (rows) from the table to show. And for the technical types reading, these are generally what is known as <em>AND</em> criteria. That is, <em>all</em> of the criteria need to be met. If instead you wish to use <em>OR</em> critera (that means that <em>any</em> of the criteria can bet met) then put the criteria on different rows. You can use as many rows as you wish from the one labelled <em>Criteria</em> downwards.</p>
<p>In our case, we want to only see books where the Title starts with &#8220;˜S&#8217;, and the rating is better than 2. The &#8220;˜S&#8217; criteria also includes what is known as a wild card. That is, the title needs to start the letter S, but anything at all is permitted after that.</p>
<p>Numeric criteria are allowed to be defined as limits, rather than specific values, so in the case we can use the &#8220;˜&gt;&#8217; operator.</p>
<p>We could spend the whole day talking about criteria and wildcards, but let&#8217;s move on.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/criteria3.jpg?323f2c" border="0" alt="ms access tutorial" width="548" height="151" /></p>
<p><img class="align-left" style="margin-left: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/view1.jpg?323f2c" border="0" alt="view1" width="95" height="87" align="right" />Now that the we have defined the question we wish to ask, we can pose it to Access, and view the answer. Click the View button in the ribbon or the datasheet view button in the status bar. You can flick back and forth between design and datasheet to make further changes to the query.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/result1.jpg?323f2c" border="0" alt="ms access tutorial" width="549" height="140" /></p>
<p>It&#8217;s important to note that as a general rule, the datasheet view from a query is live. That is, if you make changes to the query results then you make changes to the table data.</p>
<p>Finally, you can save the query for later. There is some confusion with this at times. Saving the query saves the question, not the answer. So that means that next time you run the query, if the data in the table has changed, then the answer might also change. There some other options to grab a snapshot of the data later on if necessary.</p>
<p>Click the <em>Save</em> button in the quick toolbar at the top left of the Access window. Remember that queries are saved along with the tables inside the one Access file on your hard drive.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/savequery1.jpg?323f2c" border="0" alt="ms access tutorial" width="469" height="61" /></p>
<p>You often need to connect tables together in queries. For instance in this case, we could add the <em>Author </em>table so that we can make use of the information in it for sorting or further criteria.</p>
<p>As it happens, the lookup that we set up for the Author table means that we already have access to the Author&#8217;s last name, but let&#8217;s just pretend we wanted to sort the output by the author&#8217;s first name instead. After all, these guys (or at least the few who are still alive) are friendly enough. Let&#8217;s call them Isaac and Robert, right? Oh, hold on. Those two are dead.</p>
<p>To make this work, add the Author table to the query.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/showtable2.jpg?323f2c" border="0" alt="showtable2" width="536" height="90" /></p>
<p>While in Design View, click the <em>Show Table</em> button and add the <em>Author</em> table to the grid.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/firstname1.jpg?323f2c" border="0" alt="ms access tutorial" width="558" height="408" /></p>
<p>Because of the lookup that was set up, Access already knows how the tables are related, so you don&#8217;t need to worry about that. Drag the <em>First Name</em> field down into the criteria block, then drag it off to the left so you can sort it as a priority.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/firstname2.jpg?323f2c" border="0" alt="firstname2" width="558" height="408" /></p>
<p>Click the Datasheet View button to see the difference.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/firstname3.jpg?323f2c" border="0" alt="firstname3" width="535" height="131" /></p>
<h2>A Microsoft Access Tutorial on Query types</h2>
<p><img class="align-left" style="margin-right: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/querytype1.jpg?323f2c" border="0" alt="querytype1" width="77" height="114" align="left" /> The query we just built, the default type in Access, is called a <em>Select</em> query. It&#8217;s essentially a view of the answer to a question. The other types do a number of specific things that might be useful later. I won&#8217;t go into too much detail here, but some pointers might help.</p>
<p>Most of these other queries are what is known as <em>Action</em> queries. That is because they actually change data in tables. No changes are made until you click the <em>Run</em> button (the Datasheet view only previews the results) and you will be warned that changes are about to be made.</p>
<h3><strong>Update</strong></h3>
<p>An <em>update</em> query is used to make changes to the table data in one hit, rather than dealing with the records one by one. For instance, perhaps an author might change his name, or admit to having written a stack of books under a nom-de-plume. An update query would let you select the appropriate records and then change them all at once.</p>
<h3><strong>Make Table</strong></h3>
<p>A <em>Make Table</em> query works the same way as an Update, but puts the results in a new table. This might be useful where for some reason you need to maintain both sets of data separately.</p>
<h3><strong>Append</strong></h3>
<p>An <em>Append</em> query lets you select records from one table and add them to the end of another. The most common use for this is for archiving records from a main table to a secondary one.</p>
<h3><strong>Delete</strong></h3>
<p>A Delete query is extremely useful, but care needs to be taken with using it. This query lets you select some records from a table, and then delete them.</p>
<h3><strong>Other</strong></h3>
<p>The other types of query (Union, Cross-tab, Pass-through and Data Definition) are for advanced use, and I won&#8217;t cover these here.</p>
<p>That&#8217;s it for now, until I&#8217;m back with a post on Access Forms.</p>
<p>Let me know how it goes with queries, and whether there are any difficulties I can help with in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/quick-tutorial-queries-microsoft-access-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Quick Tutorial To Tables in Microsoft Access 2007</title>
		<link>http://www.makeuseof.com/tag/quick-guide-tables-microsoft-access-2007/</link>
		<comments>http://www.makeuseof.com/tag/quick-guide-tables-microsoft-access-2007/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 17:31:09 +0000</pubDate>
		<dc:creator>Jim Henderson</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[microsoft access]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[office worker]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=37526</guid>
		<description><![CDATA[Last time, you might have been fortunate enough to stumble over my introductory post for Microsoft Access 2007, and then get frustrated because it doesn&#8217;t actually show you how to do anything. This is the place to get the cure. I&#8217;m going to provide a Microsoft Access tutorial on how to create and use tables. [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/Office_Access_2007_Icon.png" /><img style="margin-right: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/Office_Access_2007_Icon.png?323f2c" border="0" alt="Office_Access_2007_Icon" vspace="5" align="left" />Last time, you might have been fortunate enough to stumble over my <a href="http://www.makeuseof.com/tag/quick-guide-started-microsoft-access-2007/">introductory post</a> for Microsoft Access 2007, and then get frustrated because it doesn&#8217;t actually show you how to do anything.</p>
<p>This is the place to get the cure. I&#8217;m going to provide a Microsoft Access tutorial on how to create and use tables. I&#8217;ll be following that up with posts on queries, forms, reports and automation.</p>
<p>We need to make some assumptions in order for this to be short enough to fit in a single post. First off, you already know how to use a spreadsheet. probably Excel, but it really doesn&#8217;t matter. Secondly, you can relax a little even if you have a different version of Access. You might need to hunt around for a few things, but mostly it&#8217;s all the same.</p>
<p><span id="more-37526"></span><br />
Just to get the ball rolling, take a look at this spreadsheet.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/image.png?323f2c" border="0" alt="Microsoft Access tutorial" width="459" height="384" /></p>
<p>That&#8217;s a pretty typical list of items in Excel. Imagine for a moment that this list had a few thousand rows instead of just the ones you can view here, and you might see that this isn&#8217;t necessarily the most practical way to deal with this sort of data.</p>
<p>Hopefully you&#8217;ll have some data of your own that you can experiment with. A practical example is always easier.</p>
<p>In Access, this same information would be stored in tables, but before we can do that, we need to make sure that things are thoroughly consistent. That&#8217;s one of the things about databases. It&#8217;s much harder to deal with inconsistencies than it is in a spreadsheet.</p>
<p>There are a couple of examples of things in here that you would need to fix. For starters, you really ought to read some of these books, but that won&#8217;t help. Every column in Access needs to be consistent. You can&#8217;t start putting dates, like we have here in the <em>Finished</em> column, and then put the word &#8220;˜Never&#8217; in one of the cells. Same problem with the &#8220;˜x&#8217; in the <em>Rating</em> column. Fix it first. Note that in most cases having the cells blank is just fine.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/Excel2.jpg?323f2c" border="0" alt="Microsoft Access tutorial" width="459" height="119" /></p>
<p><img style="border: 0pt none; margin-left: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/blank1.png?323f2c" border="0" alt="Microsoft Access tutorial" vspace="5" width="141" height="93" align="right" />Okay, let&#8217;s start Access, and start making decisions. Two specific things before you can get started with tables.</p>
<p>First, choose to create a blank database rather than using any of the pre-built templates. Come back and check those out later for more examples.</p>
<p><img style="border: 0pt none; margin-right: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/blankname.jpg?323f2c" border="0" alt="microsoft access help" vspace="5" width="284" height="179" align="left" />Secondly, you need to choose a name for your Access project at the beginning. You can&#8217;t go ahead and do things like you can with the other Office products.</p>
<p>So click on <em>Blank Database</em>, give the file a name, and click on <em>Create</em>.</p>
<p>Access tries to help out as much as possible by creating a default table, and setting it up ready to use. In our case though, we don&#8217;t want to do that. We want to design the table properly.</p>
<p><img style="border: 0pt none; margin-left: 20px; margin-top: 5px; margin-bottom: 5px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/create_table.png?323f2c" border="0" alt="microsoft access help" vspace="5" width="223" height="113" align="right" />The best way to get there is to click on the <strong>X</strong> at the top right to close the table, click the <em>Create</em> tab in the ribbon, and then click on <em>Table Design. </em>If you get lost, close Access down without saving anything, and then try again.</p>
<p>Here&#8217;s the thing to remember. You need to know what you want to do first, design the table to do that, and then add the data. It&#8217;s cumbersome to change your mind afterwards.</p>
<p>Our main job here is to decide on the fields we want to store in the table, and what sorts of information we want to store in each one. If you&#8217;re using my example, fill things out so they look like this.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/table_design_1.jpg?323f2c" border="0" alt="microsoft access help" width="484" height="142" /></p>
<p>Before we can move on from here, there&#8217;s one thing that can be a little complex, but you need to understand. Access is a relational database. The <em>relational</em> part means that you can deal with multiple tables at once, and the <em>relationships between them</em>.</p>
<p>One of the aims of relational databases is to minimise both repetition and wasted space. I&#8217;m not going to go into the theory, but this is called <a href="http://en.wikipedia.org/wiki/Database_normalization">normalisation</a>. There are many other places to research the topic. I&#8217;m just going to be practical and show you an example.</p>
<p>Notice that each of the classic sci-fi authors is mentioned a number of times in the spreadsheet. To achieve the same thing in Access, we create another table especially for the authors, and then relate the new table. That way each author only exists once, and the opportunity for errors is greatly reduced.</p>
<p>For the moment, accept my request that you create the author field as a <em>Number</em>.</p>
<p>Save the table. The quickest way is to click on the <em>Save</em> button in the toolbar. That might not be the easiest thing to find.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/table_save_1.jpg?323f2c" border="0" alt="table_save_1" width="445" height="143" /></p>
<p><img style="margin-right: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/saveas_1_thumb.png?323f2c" border="0" alt="saveas_1" vspace="5" align="left" />You&#8217;ll be asked for a name for the table. <em>Book</em> might be a simple option. Another note. The table names are not file names. They are just components in the database called <em>Classic Sci-fi</em>. Think of multiple sheets in an Excel workbook.</p>
<p>But&#8221;¦ before Access will let you save the table, there&#8217;s another thing you need to do. Just take my word for this one. In almost every case, a table in Access needs to have a field somewhere in it that is guaranteed to have a different value on every row. I mean <em>every</em> row, so you couldn&#8217;t make use of the <em>Pages</em> field for instance, because eventually you&#8217;d be bound to end up with two books with the same number of pages. The easiest way to do this is to add another field just for the job. That&#8217;s normally referred to as the <em>ID</em> field.</p>
<p>So, click <em>Yes</em> on the crazy dialog box which is too wide to show effectively in the post&#8221;¦</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/primary_key_1.jpg?323f2c" border="0" alt="primary_key_1" width="584" height="134" /></p>
<p><img style="margin-left: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/autonumber.png?323f2c" border="0" alt="autonumber" vspace="5" align="right" />&#8220;¦.and a new field is added to the table. The field type is <em>Autonumber</em>, which means that a new value is automatically added for each row that you add to the table. Don&#8217;t worry about it. It just happens.</p>
<p>Now go ahead and save the table again, and close it. When you&#8217;ve done that, run through the process again to create an Author table that looks like this. Same deal with the ID field. Just let it be created.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/author11.jpg?323f2c" border="0" alt="author 1" width="428" height="150" /></p>
<p><img style="margin-right: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/Relate_1.png?323f2c" border="0" alt="Relate_1" vspace="5" align="left" />Before we can start using the tables, we need to <em>relate</em> them to each other.</p>
<p>Click on the <em>Database Tools</em> tab, and then click the <em>Relationships</em> button.</p>
<p>Add both of the tables using the <em>Show Tables</em> dialog.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/Show_table.png?323f2c" border="0" alt="Show_table" width="341" height="317" /></p>
<p>Close the dialog when you&#8217;ve finished, and take a break for a moment. Let me explain.</p>
<p>Tables in Access generally relate in special ways. The most common of these is what is called a <em>many to one</em> relationship.</p>
<p>In our case, for each <em>author</em> there can be many <em>books</em>. To create this relationship, click on <em>ID </em>in the <em>Author</em> table, and drag it to the <em>Author</em> field in the <em>Book </em>table.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/relationships3.jpg?323f2c" border="0" alt="relationships3" width="452" height="206" /></p>
<p>Access asks you for some details for the relationship. The only change you need to make is to tick the <em>Enforce Referential Integrity</em> box. Then click on <em>Create</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/relationships2.jpg?323f2c" border="0" alt="relationships2" width="360" height="256" /></p>
<p>Close the relationships window, and save the changes.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/relationshipssave.jpg?323f2c" border="0" alt="relationships save" width="380" height="115" /></p>
<p>Another thing that helps make it easier to use the <em>Book</em> table. What actually gets saved in the <em>Author</em> field is the ID of the author from the <em>Author</em> table, but that&#8217;s a bit difficult to make use of, because you&#8217;d have to go and look up the other table to check on the correct value. So we&#8217;re going to set things up so that it looks up the author name all by itself.</p>
<p>Sensibly enough, this is called a <em>lookup</em>.</p>
<p>First, open the Author table and add some information.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/author1.jpg?323f2c" border="0" alt="author 1" width="428" height="150" /></p>
<p><img style="margin-right: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/lookup4.jpg?323f2c" border="0" alt="lookup4" vspace="5" align="left" />Open the Book table again by double-clicking on its name. Click the <em>Design</em> button. Click on the <em>Author</em> field, and then on the <em>Lookup</em> tab down below the field list.</p>
<p>Fill out the fields as noted. You&#8217;re going to need a more in-depth tutorial to explore the reasons for the settings, but this will suffice for now.</p>
<p>Close the table, save it, and reopen it in the <em>Datasheet</em> view again.</p>
<p>Move to the <em>Author</em> field, and you&#8217;ll see a combo box appear. Click the arrow, and you&#8217;ll see a list of authors. Click the correct one, and move on. Go ahead and fill out the rest of the records.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/lookup3.jpg?323f2c" border="0" alt="lookup3" width="580" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/bookadded.jpg?323f2c" border="0" alt="book added" width="530" height="387" /></p>
<p>And that&#8217;s it. You&#8217;ve successfully replicated the spreadsheet you had at the start, and now you can use it to build queries, forms and reports which are much more comprehensive than anything Excel can manage.</p>
<p>More on that in the next few posts.</p>
<p>So, how did it go? Let me know how much fun you had with this Microsoft Access tutorial. Oh, and have you read any of the books?  Let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/quick-guide-tables-microsoft-access-2007/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A Quick Guide To Get Started With Microsoft Access 2007</title>
		<link>http://www.makeuseof.com/tag/quick-guide-started-microsoft-access-2007/</link>
		<comments>http://www.makeuseof.com/tag/quick-guide-started-microsoft-access-2007/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 23:30:33 +0000</pubDate>
		<dc:creator>Jim Henderson</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[microsoft access]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[office worker]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=36108</guid>
		<description><![CDATA[There are conflicting ideas about how hard it is to make use of Microsoft Access. One school of thought suggests that it&#8217;s difficult, complex, and beyond normal folk. The other is that it&#8217;s just as easy to use as Excel. I&#8217;m here to tell you the truth. And it sits somewhere between the two. Access [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px none;margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/Office_Access_2007_Icon.png?323f2c" alt="Office_Access_2007_Icon" vspace="5" align="left" />There are conflicting ideas about how hard it is to make use of Microsoft Access. One school of thought suggests that it&#8217;s difficult, complex, and beyond normal folk. The other is that it&#8217;s just as easy to use as Excel.</p>
<p>I&#8217;m here to tell you the truth. And it sits somewhere between the two. Access takes more effort to become familiar with than a spreadsheet, but it&#8217;s not difficult, and it&#8217;s very powerful.</p>
<p>You can start right here. After this introductory Microsoft Access tutorial, I&#8217;ll follow up with posts on the various parts that make up Access, and show you how to save time and effort.</p>
<p><span id="more-36108"></span></p>
<h3>A Microsoft Access Tutorial: Starting at the beginning</h3>
<p>First up, a little boring theory. I&#8217;ll make it as fast as I can, and hopefully it won&#8217;t hurt too much.</p>
<p>Microsoft Access is an RDBMS (Relational Database Management System). It&#8217;s often called a database, that that term actually refers to the information you keep in it. It&#8217;s like the difference between a particular spreadsheet and Excel itself.</p>
<p>As an RDBMS goes, Access is decidedly at the smaller end of the scale. It&#8217;s not ideal for databases bigger than about 2GB, and doesn&#8217;t cope terribly well with a simultaneous user base of more than around half a dozen.</p>
<p>But within these confines, it&#8217;s difficult to find something more comprehensive for the price, and many people already have the product, if they have an applicable version of Microsoft Office.</p>
<p>For those of you who have used Excel, or pretty much any other spreadsheet, there are some fundamental differences to understand, and then take advantage of.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/ribbon1.jpg?323f2c" alt="ribbon1" /></p>
<p>Firstly, data and display are separate in Access. That is, you don&#8217;t format the data to look nice, or to be easy to input. Instead, you structure it to make sense, and then design separate forms and reports to output the data.</p>
<p>Secondly, you don&#8217;t (generally) store calculations. You store raw data, and perform calculations when you need them.</p>
<p>Third and last for now. It&#8217;s very easy in Excel to deal with an exception. For instance, if you have a column that is full of numeric values, it&#8217;s quite simple on a single row, to decide that putting the word &#8220;˜Jim&#8217; in the cell instead makes more sense. You can&#8217;t do that in any sensibly designed Access database, so planning is more important.</p>
<p>To get your head around this, some brief summaries of the various parts of Access. It doesn&#8217;t all need to make sense the first time through. I&#8217;ll cover each of these in depth with separate posts soon.</p>
<p>There&#8217;s an assumption all the way through this series of posts that you have some familiarity with Excel or something similar. If you&#8217;ve spent the last few decades under a rock, spend some time getting comfortable with Excel first. You&#8217;ll thank me later. I&#8217;m also going to assume that you want to create a local database for Windows users, even though Access can also build web databases.</p>
<p>We&#8217;ve written some helpful <a href="http://www.makeuseof.com/tags/microsoft-excel/">Excel articles</a> before, so feel free to take a wander through them. We can help you with <a href="http://www.makeuseof.com/tag/how-to-make-a-calendar-template-in-excel/">calendars</a>, <a href="http://www.makeuseof.com/tag/excel-spreadsheet-techniques-to-make-a-personal-budget/">budgets</a>, <a href="http://www.makeuseof.com/tag/how-to-create-self-updating-excel-charts-in-three-easy-steps/">charts</a> and <a href="http://www.makeuseof.com/tag/excel-secrets-discovered-6-steps-for-perfect-printing/">printing</a>. I even wrote a short piece on using the <a href="http://www.makeuseof.com/tag/save-time-in-excel-by-using-the-fill-handle/">fill handle</a> to save time.</p>
<h3>Tables</h3>
<p>These are the basic building blocks of an Access application, and the part that works the most like a spreadsheet.</p>
<p>Planning is required though, because you need to decide how all of the columns are going to work before you start.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/tabledesign1.jpg?323f2c" alt="tabledesign1" /></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/table1.jpg?323f2c" alt="table1" /></p>
<p>Here&#8217;s something to work through in your mind before we come back to this in detail later in this Microsoft Access tutorial. Mostly, with Excel, you&#8217;re dealing with a single spreadsheet.</p>
<p><img style="border: 0px none;margin-left:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/relationships1.jpg?323f2c" alt="relationships1" vspace="5" align="right" />In Access, you generally involve a number of tables. Sometimes a significant number. The tables in Access can be linked together, in ways that make sense in terms of the way the information is related. That&#8217;s where the &#8220;˜R&#8217; in RDBMS comes from, and that&#8217;s the power behind Access.</p>
<h3>Queries</h3>
<p>This is the way you ask questions of Access. You can design them on the fly, and save them for later use. In a general sense, the answers are not saved. Just the queries that will provide the answers. That&#8217;s great, because the next time you ask the question, if the data has been updated, you&#8217;ll get a different answer.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/qdesign1.jpg?323f2c" alt="qdesign1" /></p>
<h3>Forms</h3>
<p>These are the visual components that make inputting and viewing data on-screen easy.</p>
<p>Not everyone is going to be comfortable inputting data straight to the tables you create, and you might want more control over how that input works. Forms are the answer.</p>
<p>You can also set these up for more practical viewing of the data from tables or queries on-screen.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/form_design1.jpg?323f2c" border="0" alt="form_design1" /></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/form_view1.jpg?323f2c" border="0" alt="form_view1" /></p>
<h3>Reports</h3>
<p>Sometimes you don&#8217;t want to see things on-screen. you want to print them, or email them to your boss.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/report_design1.jpg?323f2c" border="0" alt="report_design1" /></p>
<p><img style="border: 0px none;margin-left:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/Report_view1.jpg?323f2c" border="0" alt="Report_view1" vspace="5" align="right" />You might want to pass information to someone who cannot use Access themselves. You can easily design and build suitable reports for most situations.</p>
<h3>Macros and modules</h3>
<p>This is where things get a little more complex. It&#8217;s best to have a good understanding of all the components above before you spend any time with these.</p>
<p>Both options are ways to automate tasks in Access, with macros being the easier choice, and VBA modules being the more capable. Both have their uses, and we will come back to them later.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/macro1.jpg?323f2c" border="0" alt="macro1" /></p>
<h3>Summary</h3>
<p>Access is complex, but it&#8217;s not difficult. From an Excel perspective, Access tables are like spreadsheets, but more structured. Everything else is about manipulating those tables to question, view, report and automate.</p>
<p>The complexity is worth it, because of the power Access gives you to achieve more. I&#8217;ll be back soon with a post all about tables.</p>
<p>In the meantime, find a spreadsheet you might like to replace with a database. Take a look at the sheets, and see if you can find any inconsistencies. You need to tidy those up to use the data in Access.</p>
<p>Do you use Access at all? Have you struggled? What sorts of problems do you have? let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/quick-guide-started-microsoft-access-2007/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Manage Your Budget &amp; Expenses Using Google Budgeting Tools</title>
		<link>http://www.makeuseof.com/tag/manage-your-budget-expenses-using-google-budgeting-tools/</link>
		<comments>http://www.makeuseof.com/tag/manage-your-budget-expenses-using-google-budgeting-tools/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 01:31:09 +0000</pubDate>
		<dc:creator>Nancy Messieh</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[Google sync]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[money management]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[tracking tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=32881</guid>
		<description><![CDATA[The other week on MakeUseOf, we showed you how to ungoogle your life &#8211; if you so desire. I&#8217;ve decided to do the opposite. Since I&#8217;m a self-avowed Google fan, and am in this deep, I may as well give my entire life over to them, including managing my budget and expenses. I&#8217;ve tried out a [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/google.jpg?323f2c" alt="google" vspace="5" align="left" />The other week on MakeUseOf, we showed you how to <a href="http://www.makeuseof.com/tag/ungoogled-my-week-without-google-a-list-of-alternatives-for-googles-services/">ungoogle your life</a> &#8211; if you so desire. I&#8217;ve decided to do the opposite. Since I&#8217;m a self-avowed Google fan, and am in this deep, I may as well give my entire life over to them, including managing my budget and expenses.</p>
<p>I&#8217;ve tried out a whole slew of web and phone apps with the sole purpose of managing my expenses, but nothing seemed to suit my personal needs. Each application was either too complex, or left out factors that were essential to me. So I decided an Excel sheet, saved on Google Documents, would be the best way to keep track of both the balance in my bank account, and my spending habits.<br />
<span id="more-32881"></span><br />
Depending on what your personal needs are, there are a variety of <a href="http://docs.google.com/templates?category=14&amp;sort=hottest&amp;view=public">templates</a> specifically for managing your budget, available on Google Documents, or if you need something more detailed, there&#8217;s Ryan&#8217;s <a href="http://www.makeuseof.com/tag/excel-spreadsheet-techniques-to-make-a-personal-budget/">guide</a> to putting together your own personal budget on Excel, which you can then upload to your Google Documents.</p>
<p>When it comes to tracking my spending, there have always been two essential factors I need to consider. First, my modes of spending money are varied, whether I&#8217;m using one of my credit cards, my debit card, or cash. When I withdraw money from the ATM, I want that to be reflected in my expenses and bank balance, but I also want to keep track of what that money is being spent on.</p>
<p>My solution to this using Google budgeting tools was simple. Using Google Documents <a href="http://docs.google.com/previewtemplate?id=0As3tAuweYU9QcHlVM3hrY2tocEkwMGJuU3VYVjM3U3c&amp;mode=public ">Checkbook Register template</a>, I duplicated the first sheet, listing my bank balance and transactions taking place directly from my bank account &#8211; deposits, ATM withdrawals and credit card payments.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/Bank-Balance.jpg?323f2c" alt="Bank Balance" width="570" height="187" /></p>
<p>I used the second sheet to list the amount of cash I withdraw each month, and keep a record of transactions each time I spend money. That way I know what is being spent, where and how.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/Cash.jpg?323f2c" alt="Cash" width="570" height="155" /></p>
<p>The template is very simple to use &#8220;“ enter your bank balance at the top of the balance column, and each time you add a new entry to the withdrawal or deposit columns, it will automatically calculate your new balance.</p>
<p>The second factor to consider was that some payments I make don&#8217;t clear until the end of the month. I decided to keep those transactions at the bottom of the spreadsheet, and to highlight them until the transaction cleared. That way, just by glancing at the balance above the highlighted transactions &#8211; I can see what my current balance is, and at the bottom, what it will be at the end of the month.</p>
<p>Spreadsheet formulas can be finicky, so there are a few things you need to keep in mind. You cannot leave a blank row in the spreadsheet, otherwise the formula will no longer work. Sometimes, when inserting a new transaction above the payments that have yet to clear, it can ruin the sequence of calculations. Don&#8217;t panic &#8211; simple copy the cell with the bank balance that is accurate, and paste it into all of the cells below it, and that will automatically repopulate the cells using the formula.</p>
<p>A word of warning when it comes to using Google Document templates. When you save a Google template to your documents, sharing is automatically set to public. Your personal budget is obviously not something you want to share with the rest of the world, so to remedy this, click on the share button in the top right hand corner. Under &#8220;˜<em>See who has access</em>,&#8217; click on &#8220;˜<em>People can view this item without signing in</em>,&#8217; and choose &#8220;˜<em>Always require sign in</em>.&#8217;</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/Google-Docs-Settings1.jpg?323f2c" alt="Google Docs Settings1" width="570" height="389" /></p>
<p>Next, click on the &#8220;˜<em>Advanced Permissions</em>&#8216; tab and make sure all options are unchecked. Save your changes, and the document will now be private.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/Google-Docs-Settings2.jpg?323f2c" alt="Google Docs Settings2" width="570" height="389" /></p>
<p>Now that I knew which Google budgeting tools I would be using to keep track of my monthly spending, I needed a way to keep track of my daily spending, so that at the end of each day, or week, I could enter the transactions into my spreadsheet.</p>
<p>Keeping it in the family, I decided to use Google Calendar. I wanted something I could easily access at my computer or on the go, which would also keep track of the exact dates these transactions were made.</p>
<p>I created a new calendar called &#8220;˜<em>Expenses</em>&#8216; and each time I spend money, I immediately make an entry to that Google Calendar with a note of the amount, and what the money is being spent on.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/Add-expense.jpg?323f2c" alt="Add expense" width="570" height="322" /></p>
<p>I personally have my iPhone calendar synced to my Google Calendar. <a href="http://www.makeuseof.com/dir/google-mobile-sync-sync-cellphone-data-google-account/">Google Sync</a> works with the iPhone, Windows Mobile, Blackberry and Nokia S60 phones.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/iPhone.jpg?323f2c" alt="iPhone" width="570" height="409" /></p>
<p>If you&#8217;ve already set up your iPhone to sync with Google Calendar, be sure to go back into your iPhone sync settings and add your &#8220;˜<em>Expenses</em>&#8216; calendar to the list of calendars that are in sync. You could also put Google&#8217;s <a href="http://www.google.com/mobile/">mobile apps</a> to good use for this purpose.</p>
<p>There are lots of little tips and tricks for entering transactions to your Google Calendar easier. You can use <a href="http://www.makeuseof.com/dir/twittercal-add-events-to-google-calendar/">Twitter to add entries</a> to Google Calendar. The downside to using Twitter to add your expenses is that it will add any entries to your primary Google Calendar, and of course you&#8217;re sending your spending habits to a third party.</p>
<p>For those of you living in the US, you can also send in your entries from your phone <a href="https://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=37529">via SMS</a>, but again, this option only works with your primary calendar.</p>
<p>There are various ways you can then access the information on Google Calendar to later input into your spreadsheet. I find the <em>Agenda</em> tab the most convenient to use in this instance, as it displays it all in one continuous list.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/Agenda.jpg?323f2c" alt="Agenda" width="570" height="124" /></p>
<p>Do you have any tips on how to use Google budgeting tools to manage your expenses? Let us know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/manage-your-budget-expenses-using-google-budgeting-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Convert Delimited Text Files To Excel Spreadsheets</title>
		<link>http://www.makeuseof.com/tag/how-to-convert-delimited-text-files-into-excel-spreadsheets/</link>
		<comments>http://www.makeuseof.com/tag/how-to-convert-delimited-text-files-into-excel-spreadsheets/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 20:01:57 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=28495</guid>
		<description><![CDATA[I am not much of an Excel hand; spending most of my time either in Microsoft Word or PowerPoint. My most regular use of Excel is as a tool to keep track of my schedule and to list what I am putting out on the web as a writer. So I can safely say that [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/excel_logo.jpg?323f2c" alt="excel_logo" vspace="5" align="left" />I am not much of an Excel hand; spending most of my time either in Microsoft Word or PowerPoint. My most regular use of Excel is as a tool to keep track of my schedule and to list what I am putting out on the web as a writer. So I can safely say that at least in my case, the enormous power that&#8217;s in this spreadsheet program lies latent. But it happens to all of us that sometimes some tasks, if not taken, get thrust upon us (just like greatness!).</p>
<p>So it was with me when I had to convert a delimited text data file to Excel and format it within the columns and rows. That&#8217;s a rough challenge for a guy who has a chronic fear of anything that resembles figures. The raw file that I had in my hand consisted of higgledy-piggledy blocks of text and numbers. My simple task was to make sense out of this jumble by importing it into Excel and sorting the data into columns and rows.</p>
<p>Thankfully, many web tutorials came to the rescue of my dead brain cells.</p>
<p><strong>Delimited files</strong> are a simple way to store data and import or export it between various applications. Delimited in essence means, data that&#8217;s separated by specific delimiter characters. Common delimiters are <em>tab, comma</em> and <em>semicolon</em>.</p>
<p><span id="more-28495"></span><br />
Think of delimited files as the most basic file format that&#8217;s almost uniformly accepted by most spreadsheet and database programs. For those of us who don&#8217;t go down that road, a common example is the CSV (Comma Separated Value) files or Tab-separated files we come across in the Import Export wizards of email programs like Outlook and Gmail.</p>
<p>A delimited file is of no actual use unless it is converted into some form suitable for analysis and study. Microsoft makes it easy to convert a delimited file to a spreadsheet in three easy steps.</p>
<p>Let&#8217;s start with a text file with some data separated by commas.</p>
<p>To bring the data into Excel &#8220;“</p>
<ol>
<li>Open Excel and copy-paste the text contents into a spreadsheet. The contents take up one column and several rows.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/012.png?323f2c" alt="convert delimited file to excel" width="580" height="400" /></p>
<li>Click on the column header to select the entire column. Click on the <em>Data</em> tab in the ribbon and then <em>Text to Columns</em> in the <em>Data Tools</em> group.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/023.png?323f2c" alt="convert delimited file to excel" width="580" height="318" /></p>
<li>Clicking on the above command opens the <em>Convert Text to Columns Wizard</em>.</li>
<li><strong>Alternatively</strong> &#8220;“ You can directly import a text file into Excel. Excel handles file types &#8211; Text, Comma Separated Values and Printer Text File. Make sure to dropdown to <em>All Files</em> or <em>Text Files</em> in the File Open dialog while selecting the file to import. If Excel recognizes it to be a delimited file, it opens the <em>Text Import Wizard</em> which is similar to the <em>Convert Text to Columns Wizard</em>.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/Step01.png?323f2c" alt="convert delimited file to excel" width="575" height="414" /></p>
<p>In the Wizard, choose <em>Delimited</em> and click on <em>Next</em>.</p>
<li>In the second step, choose the <em>Delimiter</em> for you particular file (comma, in our case). For some other character, check <em>Other</em> and enter the character in the little field. The <em>Data Preview</em> window gives you an idea how the contents get separated into columnar data. Click on <em>Next</em>.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/Step02.png?323f2c" alt="convert delimited to excel" width="575" height="414" /></p>
<li>In the final window, you get to set the data type for each column by selecting it in the preview. The default data format is <em>General</em>. Date and numeric values can also be handled here.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/Step03.png?323f2c" alt="convert delimited to excel" width="575" height="414" /></p>
<li>Click on <em>Finish</em> to exit the wizard and get your neatly arranged spreadsheet.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/Final.png?323f2c" alt="convert delimited to excel" width="556" height="159" /></p>
</ol>
<p>It&#8217;s just three easy steps courtesy of a wizard. This simple utility gives us the ability to import delimited text files into Excel and apply its number crunching tools on it.</p>
<p>Liked this? We have other <a href="http://www.makeuseof.com/tags/microsoft-excel/">Excel</a> tutorials to make an analyst out of you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-convert-delimited-text-files-into-excel-spreadsheets/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To Split a Huge CSV Excel Spreadsheet into Separate Files</title>
		<link>http://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/</link>
		<comments>http://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 12:01:27 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22876</guid>
		<description><![CDATA[I recently started working with  a company that does HUGE mailing lists. I deal with a lot of records everyday but this really is a lot of data. They have an opt-in mailing list that they blast to once or twice a month. When I say huge I am talking about between 7 and 8 [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/csvHead.gif?323f2c" border="0" alt="csvHead" vspace="5" align="left" />I recently started working with  a company that does HUGE mailing lists. I deal with a lot of records everyday but this really is a lot of data.</p>
<p>They have an opt-in mailing list that they blast to once or twice a month. When I say huge I am talking about between 7 and 8 million email addresses.</p>
<p>Now if you have ever tried to open a file like this in excel you would see something that looks like this:</p>
<p style="text-align: center;"><span id="more-22876"></span><br />
<img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/CSVSplit1.gif?323f2c" border="0" alt="split excel spreadsheet into seperate files" width="529" height="511" /></p>
<p>The reason you get this error is simple.</p>
<p>Excel can only handle 65,536 lines per sheet. It cannot display the rest of it and will truncate it. This is not good if you need to cut your list into smaller pieces. In my case I need to have less than 1 million records in my csv file to be able to import it into my mailing list program.</p>
<p>I tried using Base from Open Office with the same results. Now I could open this as a text file and chop it up manually or import it into an access database and try and manipulate it there as well. But hey let&#8217;s check out a free and EASY alternative to split an Excel spreadsheet into seperate files. It is called FXFisherman&#8217;s CSV Splitter v1.1 by Sopheap LY.</p>
<p>We came across it <a href="http://www.freeportway.com/downloads/CSVSplitter.zip">here</a> but I was able to trace it&#8217;s origins to the actual post on a forum it was created for and that is <a href="http://www.fxfisherman.com/forums/forex-metatrader/tools-utilities/75-csv-splitter-divide-large-csv-files.html">here</a>. The original purpose of the app was to work with stock data in smaller chunks from a huge dump.</p>
<p>But hey I guess it will work on ANY csv file. Simply download the application and run it &#8220;“ no install required.</p>
<p>That will bring you to this screen:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/csv2.gif?323f2c" border="0" alt="split excel workbook into seperate files" width="500" height="196" /></p>
<p>Now this program has two simple options : you can split the csv file by the number of lines and specify the maximum number of files. Simply type in the number of lines you want to split each file into, and/or make the maximum pieces that you would want to see.</p>
<p>Next browse for your file by hitting the <em>Browse</em> file button and then hit the <em>Split Now!</em> Button.</p>
<p>When the program is complete you should see something that looks like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/csv3.gif?323f2c" border="0" alt="split excel workbook into seperate files" width="506" height="198" /></p>
<p>This tells me that my file of approximately 100,000 records was split successfully into a few even files. If they were more than 25 pieces with 50,000 lines in each it would have changed the algorithm to make each one slightly larger. Either which way this saved the day! I was able to import almost 4 million addresses at the end of the day into smaller chunks! (Thank god for interns!)</p>
<p>Do you know of a better, easier and / or faster way to accomplish the same thing?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-split-a-huge-csv-excel-workbook-into-seperate-files/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Make a Personal Budget on Excel in 4 Easy Steps</title>
		<link>http://www.makeuseof.com/tag/excel-spreadsheet-techniques-to-make-a-personal-budget/</link>
		<comments>http://www.makeuseof.com/tag/excel-spreadsheet-techniques-to-make-a-personal-budget/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 16:01:35 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22126</guid>
		<description><![CDATA[About 10 years ago, my wife and I were straddled with so much debt that we thought it would take the rest of our lives, or at least the next sixty years, to pay it all off. The combination of school loans, car loans and credit card debt was enough to make a grown man [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/excel_logo.jpg?323f2c" alt="excel_logo" vspace="5" width="198" height="202" align="left" />About 10 years ago, my wife and I were straddled with so much debt that we thought it would take the rest of our lives, or at least the next sixty years, to pay it all off. The combination of school loans, car loans and credit card debt was enough to make a grown man double over and cry. There came a moment when we realized that we either had to make a personal budget that could outsmart the system or it would keep us enslaved for our entire adult lives.</p>
<p>That&#8217;s when I sat down with a blank Microsoft Excel spreadsheet in front of me and just started playing around, using various techniques to cut down our budget to bare bones, and create a debt plan that wouldn&#8217;t take decades to eliminate our debt, but also wouldn&#8217;t keep us eating Macaroni and Cheese for dinner until we retire. In the end, I was able to eliminate all of our credit card debt in only 5 years, and we even had good enough credit in the end to get approved for a low-rate mortgage to buy our first home.</p>
<p>Today, I&#8217;m going to share a few of the nifty spreadsheet techniques that I used to generate a usable (and useful) budget, and finally, I&#8217;m going to share a technique to pay down your debt in a fraction of the time using the same exact payments you&#8217;re making today.  It&#8217;s a trick that I&#8217;ve seen a lot of guys trying to sell elsewhere on the net &#8211; I&#8217;m going to share it with MakeUseOf readers here, for free.</p>
<p><span id="more-22126"></span></p>
<h3><strong>Step 1: Structure a Personal Budget Spreadsheet That Doesn&#8217;t Drive You Nuts</strong></h3>
<p>Anyone who has tried to make a personal &#8220;budget&#8221; knows the basics. You need to make a log of all of your bills and all of your income. Your bottom line is how much you have left over for fun, or how much fun you have to cut out of your lifestyle before you go bankrupt. It sounds easy, but when you start entering all of your details into a spreadsheet, things get very messy very quickly. A lot of people give up after the first attempt.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/sheetlayout1.jpg?323f2c" alt="sheetlayout1" width="545" height="453" /></p>
<p>The basic layout is easy enough. List your bills in the first left column, and then in the next few columns list total balance you owe, monthly required payments, and the date that the bill is usually due.  These four columns are really all you need to create a budget.</p>
<p>However, here I&#8217;ve gone an extra step and added a column to the right for each month for easy expense tracking. However, once you get a large number of columns and rows, the screen starts to scroll and you can&#8217;t always see the bills to the left or the header at the top. The quick and easy technique to fix this is using the &#8220;freeze panes&#8221; feature.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/freezepanes2.jpg?323f2c" alt="freezepanes2" width="432" height="386" /></p>
<p>First, select the box where the intersection at the upper left represents the row and column that you <em>don&#8217;t want to scroll</em> when you use the spreadsheet&#8217;s scrollbars. First, select Window-&gt;Split, and then go back again and select Window-&gt;Freeze Panes.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/scrolldown3.jpg?323f2c" alt="scrolldown3" width="452" height="366" /></p>
<p>Now, when you scroll up or down (as shown here), the header and left column remain static, so you always know what the value you&#8217;ve selected applies to. This is a very useful feature and since I have a very bad short term memory, it has saved me a great deal of frustration where I normally would have had to keep scrolling back to check which bill I&#8217;d selected.</p>
<h3><strong>Step 2: Lay Out an Organized Budget Using Shading</strong></h3>
<p>I remember looking for a free budget spreadsheet back then and finding all of these templates filled with data that just made my head ache. Without clear lines separating the major sections of your budget, you&#8217;ll have a hard time zoning in on the area that you&#8217;re interested in. The best way to organize a budget spreadsheet is by shading each summary section between your major groups.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/topsections4.jpg?323f2c" alt="topsections4" width="494" height="337" /></p>
<p>As you can see here, the first section of the budget pertains to bills, including household utilities and fixed bills, as well as another section devoted to only credit cards. At the bottom of this particular section, the total for fixed bills is highlighted with light green shading so it&#8217;s clear and easy to find.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/midsections5b.jpg?323f2c" alt="midsections5b" width="428" height="336" /></p>
<p>As you can see, once you start shading rows, the entire spreadsheet becomes much more organized and easier to follow.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/fill.jpg?323f2c" alt="fill" width="162" height="122" /></p>
<p>The &#8220;Fill&#8221; tool is located on the Excel menu bar and appears as a paint can tipping over with paint pouring out. Just highlight the entire row (click the numbered gray cell to the left) and then click the Fill button and select what color you&#8217;d like to use.</p>
<h3><strong>Step #3 &#8211; Use Excel Formulas to Project Your Credit Card Balances Into the Future</strong></h3>
<p>Now that you can make a personal budget that is well organized and structured in a way that&#8217;s very easy to follow, the next step is attacking that nagging credit card debt that&#8217;s been plaguing you for years. In these next examples, the same formatting techniques are used to create a list of credit card balances and monthly payments.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-22132" style="border: black 1px solid;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/debtsetup7.jpg?323f2c" alt="debtsetup7" width="537" height="452" /></p>
<p>Set up your debt log in the same way &#8211; split and freeze the panes, but this time list each month along the left, and your credit card balances (and monthly payments) to the right. After you&#8217;ve entered in your current balance in the top cell (for example, in this case Capital One is $3,000), in the next cell below it you would enter a formula that multiplies that balance by your card&#8217;s interest rate and divides by twelve. That is your estimated monthly interest.</p>
<p>Then you subtract your monthly payment from the balance, and add the interest that you just calculated. Once you&#8217;ve got that first cell calculated correctly, you can duplicate the formula for every month below it by clicking and holding the small box to the lower right of the cell you just calculated, and dragging it down as far as you like. Each month will have a new calculated balance based on the previous months balance.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/regularpayments8.jpg?323f2c" alt="regularpayments8" width="353" height="393" /></p>
<p>When you do this projection, you&#8217;ll eventually find the spot where the balance is completely paid off. As you can see from my own calculations, when I maintain a $250 payment every month until it&#8217;s paid off, it&#8217;ll take me until July 2012 to pay off the entire Advanta credit card balance.</p>
<h3><strong>Step #4 &#8211; Recalculate Payments Based on Interest and Eliminate Your Debt</strong></h3>
<p>By playing around with this kind of spreadsheet, I uncovered the very simple, common-sense solution that a lot of scammers out there are charging people for. Instead of maintaining constant payments on each of your credit cards until it&#8217;s paid off &#8211; you pay the minimum balance on all of them, and divert all of your current &#8220;debt-payment&#8221; money toward the credit card with the highest interest. Here is how it works.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: black 1px solid;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/quickerpayoff9.jpg?323f2c" alt="quickerpayoff9" width="495" height="375" /></p>
<p>This is also why I love Excel. By using the ability to &#8220;autofill&#8221; the monthly balance calculations, I tested different scenarios to pay off debts faster. Instead of paying $100 on Discover and taking until 2011 to pay that balance off, I paid $200 and will have it paid off by December 2009. Then I take that $200 and add it to the existing $250 I pay on Advanta.</p>
<p>As you can see, the Advanta balance is paid off in April of 2011, almost a year earlier. If you have additional credit card balances, you simply &#8220;snowball&#8221; the payment and eliminate your debt in months rather than years. Excel allows you to see that concept in a very cool graphical form by using the formula &#8220;autofill&#8221; feature.</p>
<p>Do you use Excel or other spreadsheets to make a personal budget or to plan out your family bills? Share your own tips and resources in the comments section below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/excel-spreadsheet-techniques-to-make-a-personal-budget/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Easily Search Web for Documents, Spreadsheets, Presentations &amp; Images with Outwit</title>
		<link>http://www.makeuseof.com/tag/harvest-the-web-for-data-with-outwit/</link>
		<comments>http://www.makeuseof.com/tag/harvest-the-web-for-data-with-outwit/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 18:52:57 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Browser Tips & Tricks]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[firefox addons]]></category>
		<category><![CDATA[Image Search]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[research tools]]></category>
		<category><![CDATA[search tips]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=16115</guid>
		<description><![CDATA[The intertubes are steaming with all kinds of documents and information that you can use as reference or guidelines for your projects, presentations, homework, research and what not. You can search for these documents and data using Google or any other search engine of your choice (ex. PDF Search Engine), however the results displayed as [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/logoout.png?323f2c" align="left">The intertubes are steaming with all kinds of documents and information that you can use as reference or guidelines for your projects, presentations, homework, research and what not. You can search for these documents and data using Google or any other search engine of your choice (ex. <a href="http://www.makeuseof.com/dir/pdf-search-engine/">PDF Search Engine</a>), however the results displayed as normal web search results might not be as intuitive as you want. Just try Outwit for such purposes and you will see what I mean.</p>
<p>Available as a Firefox addon and thus available for Windows, Linux and Mac Outwit is a web collection engine that lets you search for documents, images and other kinds of information online and displays the results in a very Windows Explorer like interface.</p>
<p>Head over to the <a href="http://www.outwit.com/">Outwit webpage</a> and install the Firefox addon. There are separate addons for Outwit Hub, Outwit Docs and Images. You can then access the Outwit interface via the toolbar button or the tools menu.</p>
<p>Consider Outwit Docs for example. Once you open it up its pretty intuitive, type what you want to search in the search box and you will see results from Internet and your local files. You can check/uncheck the type of files you want to search for. Found the file you were looking for? Great, just right click and choose to open it up or save it or whatever you would want to do with it.</p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/docview.png?323f2c"></p>
<p>You can have multiple searches going on simultaneously (reminiscent of something like Limewire) and the results would continue to increase when more such files are discovered that meet your search criteria.</p>
<p>Then there is a basket (strangely called the &#8220;catch&#8221;) which is like a temporary holding place for the documents (your catch) that you find interesting and would like to download later in bulk.</p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/basket.png?323f2c"></p>
<p>So much for documents, there is a lot more you can do. Outwit Images that lets you search for images in a similar fashion. Even more powerful tool however is the Outwit Hub. Where as Outwit docs and Outwit images search for documents and images respectively, Outwit Hub can be used to search for a variety of information types.</p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/leftpanel.png?323f2c"></p>
<p>Outwit Hub is used for information extraction from webpages. Fire it up and then enter the search query or URL of a webpage. Outwit Hub will then show you different kinds of data that can be extracted from the webpage. Click on the view type on the left hand side pane and you can view the page, all the images on the page, links, email addresses, text, rss feeds found and so on. Then there are the data extraction tools which allow you to extract data from tables, lists and other data structures on the webpage.</p>
<p>These tools have a great potential if you are looking for data or documents of any kind. Granted, you can always copy and paste and search for them on Google but you can do so much more with tools like these. A lot more flexibility, more control and ease of use. You can for example extract the data from a table and export it as excel spreadsheet or as SQL statements in just a few clicks from within Outwit Hub.</p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/exportcatch.png?323f2c"></p>
<p>Do you know of any such tools or extensions you use for similar purposes? Mention them in comments, we would love to hear and check them out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/harvest-the-web-for-data-with-outwit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/44 queries in 0.052 seconds using apc
Object Caching 769/862 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 16:05:00 -->
