<?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>Learn Excel : Tutorial, Tips, Videos and Much More.</title>
	<atom:link href="http://learnexcel.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnexcel.org</link>
	<description>Totally free high quality videos, articles and tutorials to help you start learning excel today. Micorsoft Excel tips/tricks, formulas and much more</description>
	<lastBuildDate>Mon, 20 Feb 2012 04:01:27 +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>Best way to learn excel?</title>
		<link>http://learnexcel.org/blog/how-to-learn-excel/best-way-to-learn-excel/</link>
		<comments>http://learnexcel.org/blog/how-to-learn-excel/best-way-to-learn-excel/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 04:01:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to Learn Excel?]]></category>

		<guid isPermaLink="false">http://learnexcel.org/blog/how-to-learn-excel/best-way-to-learn-excel/</guid>
		<description><![CDATA[Whats the best way to learn excel and word enough where I can add it to my resume as a skill. I think I know more than the average person when it comes to the basics (functions, formatting, etc), but &#8230; <a href="http://learnexcel.org/blog/how-to-learn-excel/best-way-to-learn-excel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Fhow-to-learn-excel%2Fbest-way-to-learn-excel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Fhow-to-learn-excel%2Fbest-way-to-learn-excel%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Whats the best way to learn excel and word enough where I can add it to my resume as a skill. I think I know more than the average person when it comes to the basics (functions, formatting, etc), but I&#8217;m no expert.<br />
<br />If you want to learn by yourself then I would say the best thing is either get an ebook of Excel and word where you will find everything you need to learn for excel and word. You can also get a video DVD of word and excel just in case if you find it difficult then it will help you to learn easily. check the you tube also there are plenty of videos over there as well. </p>
<p>gl</p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://learnexcel.org/blog/how-to-learn-excel/best-way-to-learn-excel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to use Sum, min and count functions combined in Excel?</title>
		<link>http://learnexcel.org/blog/learn-excel-formulas/how-to-use-sum-min-and-count-functions-combined-in-excel/</link>
		<comments>http://learnexcel.org/blog/learn-excel-formulas/how-to-use-sum-min-and-count-functions-combined-in-excel/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 04:00:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learn Excel Formulas]]></category>

		<guid isPermaLink="false">http://learnexcel.org/blog/learn-excel-formulas/how-to-use-sum-min-and-count-functions-combined-in-excel/</guid>
		<description><![CDATA[Hi I need help with homework. I need to figure out a student&#8217;s grade average while dropping the lowest grade and I have to use the sum, min and count functions in the equation. Any help would be much appreciated! &#8230; <a href="http://learnexcel.org/blog/learn-excel-formulas/how-to-use-sum-min-and-count-functions-combined-in-excel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-formulas%2Fhow-to-use-sum-min-and-count-functions-combined-in-excel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-formulas%2Fhow-to-use-sum-min-and-count-functions-combined-in-excel%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Hi I need help with homework. I need to figure out a student&#8217;s grade average while dropping the lowest grade and I have to use the sum, min and count functions in the equation. Any help would be much appreciated!<br />
<br />If A1:D1 is your range of grades, you can use this formula:</p>
<p>=(SUM(A1:D1) &#8211; MIN(A1:D1)) / (COUNT(A1:D1) &#8211; 1)</p>
<p>Obviously change the range in this formula to the appropriate range that contains your data.  Also be mindful of the parentheses!  It&#8217;s always a good idea to evaluate your formula manually to perform a check on your formula&#8217;s logic.</p>
<p>This takes an average of all items, excluding the lowest count.  What&#8217;s nice about this, is you can apply this formula to any number of entries, and it will work (assuming you only want to drop the single lowest answer).</p>
<p>If you want to drop the second lowest grade too, you need to also subtract SMALL(A1:D1,2) from the numerator and change -1 to -2 in the denominator.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://learnexcel.org/blog/learn-excel-formulas/how-to-use-sum-min-and-count-functions-combined-in-excel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simplifying data entry with a list box and VBA code</title>
		<link>http://learnexcel.org/blog/from-the-official-excel-team/simplifying-data-entry-with-a-list-box-and-vba-code/</link>
		<comments>http://learnexcel.org/blog/from-the-official-excel-team/simplifying-data-entry-with-a-list-box-and-vba-code/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 00:26:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[From the Official Excel Team]]></category>

		<guid isPermaLink="false">http://learnexcel.org/blog/from-the-official-excel-team/simplifying-data-entry-with-a-list-box-and-vba-code/</guid>
		<description><![CDATA[We show you how we used an ActiveX list box control and some VBA code to allow our users to enter multiple choices in cells. &#8230;(read more)]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Ffrom-the-official-excel-team%2Fsimplifying-data-entry-with-a-list-box-and-vba-code%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Ffrom-the-official-excel-team%2Fsimplifying-data-entry-with-a-list-box-and-vba-code%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>
<p>We show you how we used an ActiveX list box control and some VBA code to allow our users to enter multiple choices in cells.</p>
<p>&#8230;(<a href="http://blogs.office.com/b/microsoft-excel/archive/2012/02/14/simplifying-data-entry-in-excel-.aspx">read more</a>)<img src="http://blogs.office.com/aggbug.aspx?PostID=28595" width="1" height="1" /><br /><span id="more-2155"></span><br /><!--adsense#abovepost--></p>

<!-- start wp-tags-to-technorati 1.02 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://learnexcel.org/blog/from-the-official-excel-team/simplifying-data-entry-with-a-list-box-and-vba-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Learn Excel in Marathi How to use If Condition in Microsoft Excel 2007</title>
		<link>http://learnexcel.org/blog/learn-basic-excel/learn-excel-in-marathi-how-to-use-if-condition-in-microsoft-excel-2007/</link>
		<comments>http://learnexcel.org/blog/learn-basic-excel/learn-excel-in-marathi-how-to-use-if-condition-in-microsoft-excel-2007/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 21:06:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learn Basic Excel]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[banking]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[Booking]]></category>
		<category><![CDATA[Bus]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Condition]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[Flight]]></category>
		<category><![CDATA[Homeschool]]></category>
		<category><![CDATA[IF]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[Learnign]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Marathi]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Orkut]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[Power]]></category>
		<category><![CDATA[Railway]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[Self]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[teacher]]></category>
		<category><![CDATA[Ticket]]></category>
		<category><![CDATA[tutor]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[typing]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[using]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[without]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://learnexcel.org/blog/learn-basic-excel/learn-excel-in-marathi-how-to-use-if-condition-in-microsoft-excel-2007/</guid>
		<description><![CDATA[Learn Excel in Marathi How to use If Condition in Microsoft Excel 2007 Marathi Computer Training Without a Teacher Teach Computer Learn Computer using Software self study Duration : 0:9:11 Technorati Tags: 2007, banking, Basic, Booking, Bus, computer, Condition, excel, &#8230; <a href="http://learnexcel.org/blog/learn-basic-excel/learn-excel-in-marathi-how-to-use-if-condition-in-microsoft-excel-2007/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-basic-excel%2Flearn-excel-in-marathi-how-to-use-if-condition-in-microsoft-excel-2007%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-basic-excel%2Flearn-excel-in-marathi-how-to-use-if-condition-in-microsoft-excel-2007%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://i.ytimg.com/vi/coetQF959iU/0.jpg" align="left">Learn Excel in Marathi How to use If Condition in Microsoft Excel 2007<br />
Marathi Computer Training  Without a Teacher Teach Computer Learn Computer using Software self study</p>
<p>Duration : <b>0:9:11</b></p>
<p><span id="more-2154"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/coetQF959iU" frameborder="0" allowFullScreen="true"> </iframe></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/2007' rel='tag' target='_self'>2007</a>, <a class='technorati-link' href='http://technorati.com/tag/banking' rel='tag' target='_self'>banking</a>, <a class='technorati-link' href='http://technorati.com/tag/Basic' rel='tag' target='_self'>Basic</a>, <a class='technorati-link' href='http://technorati.com/tag/Booking' rel='tag' target='_self'>Booking</a>, <a class='technorati-link' href='http://technorati.com/tag/Bus' rel='tag' target='_self'>Bus</a>, <a class='technorati-link' href='http://technorati.com/tag/computer' rel='tag' target='_self'>computer</a>, <a class='technorati-link' href='http://technorati.com/tag/Condition' rel='tag' target='_self'>Condition</a>, <a class='technorati-link' href='http://technorati.com/tag/excel' rel='tag' target='_self'>excel</a>, <a class='technorati-link' href='http://technorati.com/tag/FaceBook' rel='tag' target='_self'>FaceBook</a>, <a class='technorati-link' href='http://technorati.com/tag/Flight' rel='tag' target='_self'>Flight</a>, <a class='technorati-link' href='http://technorati.com/tag/Homeschool' rel='tag' target='_self'>Homeschool</a>, <a class='technorati-link' href='http://technorati.com/tag/IF' rel='tag' target='_self'>IF</a>, <a class='technorati-link' href='http://technorati.com/tag/in' rel='tag' target='_self'>in</a>, <a class='technorati-link' href='http://technorati.com/tag/learn' rel='tag' target='_self'>learn</a>, <a class='technorati-link' href='http://technorati.com/tag/Learnign' rel='tag' target='_self'>Learnign</a>, <a class='technorati-link' href='http://technorati.com/tag/Learning' rel='tag' target='_self'>Learning</a>, <a class='technorati-link' href='http://technorati.com/tag/Marathi' rel='tag' target='_self'>Marathi</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft' rel='tag' target='_self'>Microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/online' rel='tag' target='_self'>online</a>, <a class='technorati-link' href='http://technorati.com/tag/Orkut' rel='tag' target='_self'>Orkut</a>, <a class='technorati-link' href='http://technorati.com/tag/Picasa' rel='tag' target='_self'>Picasa</a>, <a class='technorati-link' href='http://technorati.com/tag/point' rel='tag' target='_self'>point</a>, <a class='technorati-link' href='http://technorati.com/tag/Power' rel='tag' target='_self'>Power</a>, <a class='technorati-link' href='http://technorati.com/tag/Railway' rel='tag' target='_self'>Railway</a>, <a class='technorati-link' href='http://technorati.com/tag/school' rel='tag' target='_self'>school</a>, <a class='technorati-link' href='http://technorati.com/tag/Self' rel='tag' target='_self'>Self</a>, <a class='technorati-link' href='http://technorati.com/tag/software' rel='tag' target='_self'>software</a>, <a class='technorati-link' href='http://technorati.com/tag/teacher' rel='tag' target='_self'>teacher</a>, <a class='technorati-link' href='http://technorati.com/tag/Ticket' rel='tag' target='_self'>Ticket</a>, <a class='technorati-link' href='http://technorati.com/tag/tutor' rel='tag' target='_self'>tutor</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_self'>tutorial</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorials' rel='tag' target='_self'>tutorials</a>, <a class='technorati-link' href='http://technorati.com/tag/typing' rel='tag' target='_self'>typing</a>, <a class='technorati-link' href='http://technorati.com/tag/use' rel='tag' target='_self'>use</a>, <a class='technorati-link' href='http://technorati.com/tag/using' rel='tag' target='_self'>using</a>, <a class='technorati-link' href='http://technorati.com/tag/windows' rel='tag' target='_self'>windows</a>, <a class='technorati-link' href='http://technorati.com/tag/without' rel='tag' target='_self'>without</a>, <a class='technorati-link' href='http://technorati.com/tag/Word' rel='tag' target='_self'>Word</a>, <a class='technorati-link' href='http://technorati.com/tag/xp' rel='tag' target='_self'>xp</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://learnexcel.org/blog/learn-basic-excel/learn-excel-in-marathi-how-to-use-if-condition-in-microsoft-excel-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn Excel 2010 &#8212; &#8220;Saving Form to Database&#8221;: Podcast #1504</title>
		<link>http://learnexcel.org/blog/learn-basic-excel/learn-excel-2010-saving-form-to-database-podcast-1504/</link>
		<comments>http://learnexcel.org/blog/learn-basic-excel/learn-excel-2010-saving-form-to-database-podcast-1504/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 21:06:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learn Basic Excel]]></category>
		<category><![CDATA[accounting]]></category>
		<category><![CDATA[Bill Jelen]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[data entry]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[MrExcel]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[spreadsheets]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vba]]></category>
		<category><![CDATA[visual basic for applications]]></category>
		<category><![CDATA[worksheet]]></category>

		<guid isPermaLink="false">http://learnexcel.org/blog/learn-basic-excel/learn-excel-2010-saving-form-to-database-podcast-1504/</guid>
		<description><![CDATA[John from New Zealand offers an improvement to Thursday&#8217;s podcast about creating a Data Entry form on a spreadsheet. Today, in Episode #1504, Bill applies the tip from John to improve the VBA code for this Database Form routine! &#8230;This &#8230; <a href="http://learnexcel.org/blog/learn-basic-excel/learn-excel-2010-saving-form-to-database-podcast-1504/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-basic-excel%2Flearn-excel-2010-saving-form-to-database-podcast-1504%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-basic-excel%2Flearn-excel-2010-saving-form-to-database-podcast-1504%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://i.ytimg.com/vi/vIG40LGbmKY/0.jpg" align="left">John from New Zealand offers an improvement to Thursday&#8217;s podcast about creating a Data Entry form on a spreadsheet. Today, in Episode #1504, Bill applies the tip from John to improve the VBA code for this Database Form routine!</p>
<p>&#8230;This episode is the video podcast companion to the book, &#8220;Learn Excel 2007 through Excel 2010 from MrExcel&#8221;. Download a new two minute video every workday to learn one of the 512 Excel Mysteries Solved! and 35% More Tips than the previous edition of Bill&#8217;s book!</p>
<p>&#8220;The Learn Excel from MrExcel Podcast Series&#8221;</p>
<p>MrExcel.com — Your One Stop for Excel Tips and Solutions. Visit us today!</p>
<p>Duration : <b>0:1:52</b></p>
<p><span id="more-2153"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/vIG40LGbmKY" frameborder="0" allowFullScreen="true"> </iframe></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/accounting' rel='tag' target='_self'>accounting</a>, <a class='technorati-link' href='http://technorati.com/tag/Bill+Jelen' rel='tag' target='_self'>Bill Jelen</a>, <a class='technorati-link' href='http://technorati.com/tag/business' rel='tag' target='_self'>business</a>, <a class='technorati-link' href='http://technorati.com/tag/data+entry' rel='tag' target='_self'>data entry</a>, <a class='technorati-link' href='http://technorati.com/tag/database' rel='tag' target='_self'>database</a>, <a class='technorati-link' href='http://technorati.com/tag/excel' rel='tag' target='_self'>excel</a>, <a class='technorati-link' href='http://technorati.com/tag/Macro' rel='tag' target='_self'>Macro</a>, <a class='technorati-link' href='http://technorati.com/tag/MrExcel' rel='tag' target='_self'>MrExcel</a>, <a class='technorati-link' href='http://technorati.com/tag/shortcuts' rel='tag' target='_self'>shortcuts</a>, <a class='technorati-link' href='http://technorati.com/tag/spreadsheets' rel='tag' target='_self'>spreadsheets</a>, <a class='technorati-link' href='http://technorati.com/tag/technology' rel='tag' target='_self'>technology</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_self'>tutorial</a>, <a class='technorati-link' href='http://technorati.com/tag/vba' rel='tag' target='_self'>vba</a>, <a class='technorati-link' href='http://technorati.com/tag/visual+basic+for+applications' rel='tag' target='_self'>visual basic for applications</a>, <a class='technorati-link' href='http://technorati.com/tag/worksheet' rel='tag' target='_self'>worksheet</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://learnexcel.org/blog/learn-basic-excel/learn-excel-2010-saving-form-to-database-podcast-1504/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Use Criteria in Excel Filters and Functions</title>
		<link>http://learnexcel.org/blog/learn-excel-formulas/how-to-use-criteria-in-excel-filters-and-functions/</link>
		<comments>http://learnexcel.org/blog/learn-excel-formulas/how-to-use-criteria-in-excel-filters-and-functions/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 18:41:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learn Excel Formulas]]></category>
		<category><![CDATA[Advanced]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[criteria]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[Logical]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://learnexcel.org/blog/learn-excel-formulas/how-to-use-criteria-in-excel-filters-and-functions/</guid>
		<description><![CDATA[In this tutorial, I demonstrate how to use the &#8220;Logical Functions&#8221; of IF, AND, and OR in Excel. In order to return the answer TRUE with the AND Function, each logical test must answer TRUE. I frequently &#8220;Nest&#8221; the AND &#8230; <a href="http://learnexcel.org/blog/learn-excel-formulas/how-to-use-criteria-in-excel-filters-and-functions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-formulas%2Fhow-to-use-criteria-in-excel-filters-and-functions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-formulas%2Fhow-to-use-criteria-in-excel-filters-and-functions%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://i.ytimg.com/vi/qvtBwuIM64Q/0.jpg" align="left">In this tutorial, I demonstrate how to use the &#8220;Logical Functions&#8221; of IF, AND, and OR in Excel. In order to return the answer TRUE with the AND Function, each logical test must answer TRUE. </p>
<p>I frequently &#8220;Nest&#8221; the AND Function inside an IF Function and I demonstrate how this works.</p>
<p>I also share my &#8220;Best Practice&#8221; tips for using the Advanced Filter tool in Excel. The key to success is know how to use AND criteria and OR criteria.</p>
<p>I invite you to visit my website &#8211; www.thecompanyrocks.com &#8211; to view all of my videos and to sample the many resources that I offer.</p>
<p>Danny Rocks<br />
The Company Rocks</p>
<p>Duration : <b>0:11:13</b></p>
<p><span id="more-2152"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/qvtBwuIM64Q" frameborder="0" allowFullScreen="true"> </iframe></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Advanced' rel='tag' target='_self'>Advanced</a>, <a class='technorati-link' href='http://technorati.com/tag/business' rel='tag' target='_self'>business</a>, <a class='technorati-link' href='http://technorati.com/tag/criteria' rel='tag' target='_self'>criteria</a>, <a class='technorati-link' href='http://technorati.com/tag/data' rel='tag' target='_self'>data</a>, <a class='technorati-link' href='http://technorati.com/tag/excel' rel='tag' target='_self'>excel</a>, <a class='technorati-link' href='http://technorati.com/tag/filter' rel='tag' target='_self'>filter</a>, <a class='technorati-link' href='http://technorati.com/tag/filtering' rel='tag' target='_self'>filtering</a>, <a class='technorati-link' href='http://technorati.com/tag/for' rel='tag' target='_self'>for</a>, <a class='technorati-link' href='http://technorati.com/tag/functions' rel='tag' target='_self'>functions</a>, <a class='technorati-link' href='http://technorati.com/tag/in' rel='tag' target='_self'>in</a>, <a class='technorati-link' href='http://technorati.com/tag/information' rel='tag' target='_self'>information</a>, <a class='technorati-link' href='http://technorati.com/tag/lesson' rel='tag' target='_self'>lesson</a>, <a class='technorati-link' href='http://technorati.com/tag/Logical' rel='tag' target='_self'>Logical</a>, <a class='technorati-link' href='http://technorati.com/tag/management' rel='tag' target='_self'>management</a>, <a class='technorati-link' href='http://technorati.com/tag/office' rel='tag' target='_self'>office</a>, <a class='technorati-link' href='http://technorati.com/tag/software' rel='tag' target='_self'>software</a>, <a class='technorati-link' href='http://technorati.com/tag/technology' rel='tag' target='_self'>technology</a>, <a class='technorati-link' href='http://technorati.com/tag/training' rel='tag' target='_self'>training</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_self'>tutorial</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://learnexcel.org/blog/learn-excel-formulas/how-to-use-criteria-in-excel-filters-and-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use named cell references in your Excel formulas</title>
		<link>http://learnexcel.org/blog/learn-excel-formulas/use-named-cell-references-in-your-excel-formulas/</link>
		<comments>http://learnexcel.org/blog/learn-excel-formulas/use-named-cell-references-in-your-excel-formulas/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 18:41:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learn Excel Formulas]]></category>
		<category><![CDATA[cells]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[formulas]]></category>
		<category><![CDATA[References]]></category>
		<category><![CDATA[spreadsheets]]></category>

		<guid isPermaLink="false">http://learnexcel.org/blog/learn-excel-formulas/use-named-cell-references-in-your-excel-formulas/</guid>
		<description><![CDATA[Do you find it difficult to interpret a formula that you wrote in last year&#8217;s spreadsheet? Can you easily explain your formulas to a colleague, client or to your boss? This is a common proble. Learn how to use named &#8230; <a href="http://learnexcel.org/blog/learn-excel-formulas/use-named-cell-references-in-your-excel-formulas/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-formulas%2Fuse-named-cell-references-in-your-excel-formulas%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-formulas%2Fuse-named-cell-references-in-your-excel-formulas%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://i.ytimg.com/vi/sWBh4dqCgeM/0.jpg" align="left">Do you find it difficult to interpret a formula that you wrote in last year&#8217;s spreadsheet? Can you easily explain your formulas to a colleague, client or to your boss?</p>
<p>This is a common proble.</p>
<p>Learn how to use named cell references and named constants in your formulas. </p>
<p>Explaining and interpreting formulas will now become so much easier. Watch this video lesson to see how you do it.</p>
<p>To view all of my Excel video lessons, I invite you to visit my website -<br />
http://thecompanyrocks.com/excels</p>
<p>Duration : <b>0:4:0</b></p>
<p><span id="more-2151"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/sWBh4dqCgeM" frameborder="0" allowFullScreen="true"> </iframe></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/cells' rel='tag' target='_self'>cells</a>, <a class='technorati-link' href='http://technorati.com/tag/excel' rel='tag' target='_self'>excel</a>, <a class='technorati-link' href='http://technorati.com/tag/finance' rel='tag' target='_self'>finance</a>, <a class='technorati-link' href='http://technorati.com/tag/formulas' rel='tag' target='_self'>formulas</a>, <a class='technorati-link' href='http://technorati.com/tag/References' rel='tag' target='_self'>References</a>, <a class='technorati-link' href='http://technorati.com/tag/spreadsheets' rel='tag' target='_self'>spreadsheets</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://learnexcel.org/blog/learn-excel-formulas/use-named-cell-references-in-your-excel-formulas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Macros in Excel</title>
		<link>http://learnexcel.org/blog/learn-excel-macros/using-macros-in-excel-2/</link>
		<comments>http://learnexcel.org/blog/learn-excel-macros/using-macros-in-excel-2/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 02:25:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learn Excel Macros]]></category>
		<category><![CDATA[Excel training]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Microsoft training]]></category>

		<guid isPermaLink="false">http://learnexcel.org/blog/learn-excel-macros/using-macros-in-excel-2/</guid>
		<description><![CDATA[A training video to show you how to setup macros in Excel. Duration : 0:10:8 Technorati Tags: Excel training, Macro, Microsoft training]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-macros%2Fusing-macros-in-excel-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-macros%2Fusing-macros-in-excel-2%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://i.ytimg.com/vi/p-ZDUaJtBQw/0.jpg" align="left">A training video to show you how to setup macros in Excel.</p>
<p>Duration : <b>0:10:8</b></p>
<p><span id="more-2150"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/p-ZDUaJtBQw" frameborder="0" allowFullScreen="true"> </iframe></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Excel+training' rel='tag' target='_self'>Excel training</a>, <a class='technorati-link' href='http://technorati.com/tag/Macro' rel='tag' target='_self'>Macro</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft+training' rel='tag' target='_self'>Microsoft training</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://learnexcel.org/blog/learn-excel-macros/using-macros-in-excel-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lynda.com Tutorial &#124; Excel for Mac 2011 Essential Training—Running an existing macro</title>
		<link>http://learnexcel.org/blog/learn-excel-macros/lynda-com-tutorial-excel-for-mac-2011-essential-training-running-an-existing-macro/</link>
		<comments>http://learnexcel.org/blog/learn-excel-macros/lynda-com-tutorial-excel-for-mac-2011-essential-training-running-an-existing-macro/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 02:25:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learn Excel Macros]]></category>
		<category><![CDATA[Curt Frye]]></category>
		<category><![CDATA[data manag*]]></category>
		<category><![CDATA[Excel 2011 Mac]]></category>
		<category><![CDATA[Excel Mac]]></category>
		<category><![CDATA[lynda]]></category>
		<category><![CDATA[lynda.com]]></category>
		<category><![CDATA[Microsoft Excel 2011]]></category>
		<category><![CDATA[Microsoft Excel Mac]]></category>
		<category><![CDATA[Microsoft training]]></category>
		<category><![CDATA[Microsoft tutorials]]></category>
		<category><![CDATA[Office 2011 Mac]]></category>
		<category><![CDATA[Office Mac]]></category>
		<category><![CDATA[Office training]]></category>
		<category><![CDATA[Office tutorials]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[online tutorials]]></category>

		<guid isPermaLink="false">http://learnexcel.org/blog/learn-excel-macros/lynda-com-tutorial-excel-for-mac-2011-essential-training-running-an-existing-macro/</guid>
		<description><![CDATA[Watch the entire course at http://www.lynda.com/home/DisplayCourse.aspx?lpk2=71210&#38;utm_source=youtube&#38;utm_medium=viral&#38;utm_content=youtube&#38;utm_campaign=youtube In Excel for Mac 2011 Essential Training, author Curt Frye gives a comprehensive overview of Excel, the full-featured spreadsheet software from Microsoft. The course covers key skills such as manipulating workbook and cell data, &#8230; <a href="http://learnexcel.org/blog/learn-excel-macros/lynda-com-tutorial-excel-for-mac-2011-essential-training-running-an-existing-macro/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-macros%2Flynda-com-tutorial-excel-for-mac-2011-essential-training-running-an-existing-macro%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-macros%2Flynda-com-tutorial-excel-for-mac-2011-essential-training-running-an-existing-macro%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://i.ytimg.com/vi/8DjUCUY9xOg/0.jpg" align="left">Watch the entire course at http://www.lynda.com/home/DisplayCourse.aspx?lpk2=71210&amp;utm_source=youtube&amp;utm_medium=viral&amp;utm_content=youtube&amp;utm_campaign=youtube</p>
<p>In Excel for Mac 2011 Essential Training, author Curt Frye gives a comprehensive overview of Excel, the full-featured spreadsheet software from Microsoft. The course covers key skills such as manipulating workbook and cell data, using functions, automating actions, printing worksheets, and collaborating with others.</p>
<p>Duration : <b>0:5:5</b></p>
<p><span id="more-2149"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/8DjUCUY9xOg" frameborder="0" allowFullScreen="true"> </iframe></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Curt+Frye' rel='tag' target='_self'>Curt Frye</a>, <a class='technorati-link' href='http://technorati.com/tag/data+manag%2A' rel='tag' target='_self'>data manag*</a>, <a class='technorati-link' href='http://technorati.com/tag/Excel+2011+Mac' rel='tag' target='_self'>Excel 2011 Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/Excel+Mac' rel='tag' target='_self'>Excel Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/lynda' rel='tag' target='_self'>lynda</a>, <a class='technorati-link' href='http://technorati.com/tag/lynda.com' rel='tag' target='_self'>lynda.com</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft+Excel+2011' rel='tag' target='_self'>Microsoft Excel 2011</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft+Excel+Mac' rel='tag' target='_self'>Microsoft Excel Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft+training' rel='tag' target='_self'>Microsoft training</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft+tutorials' rel='tag' target='_self'>Microsoft tutorials</a>, <a class='technorati-link' href='http://technorati.com/tag/Office+2011+Mac' rel='tag' target='_self'>Office 2011 Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/Office+Mac' rel='tag' target='_self'>Office Mac</a>, <a class='technorati-link' href='http://technorati.com/tag/Office+training' rel='tag' target='_self'>Office training</a>, <a class='technorati-link' href='http://technorati.com/tag/Office+tutorials' rel='tag' target='_self'>Office tutorials</a>, <a class='technorati-link' href='http://technorati.com/tag/online+training' rel='tag' target='_self'>online training</a>, <a class='technorati-link' href='http://technorati.com/tag/online+tutorials' rel='tag' target='_self'>online tutorials</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://learnexcel.org/blog/learn-excel-macros/lynda-com-tutorial-excel-for-mac-2011-essential-training-running-an-existing-macro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Formulário excel &#8211; Macro</title>
		<link>http://learnexcel.org/blog/learn-excel-macros/formulario-excel-macro/</link>
		<comments>http://learnexcel.org/blog/learn-excel-macros/formulario-excel-macro/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 02:25:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Learn Excel Macros]]></category>
		<category><![CDATA[banco de dados]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[formulário]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[macros]]></category>

		<guid isPermaLink="false">http://learnexcel.org/blog/learn-excel-macros/formulario-excel-macro/</guid>
		<description><![CDATA[Neste video, ensino a transferir os dados através de uma macro no excel Duration : 0:8:56 Technorati Tags: banco de dados, forms, formulário, Macro, macros]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-macros%2Fformulario-excel-macro%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flearnexcel.org%2Fblog%2Flearn-excel-macros%2Fformulario-excel-macro%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://i.ytimg.com/vi/hvwMWmmVQ8k/0.jpg" align="left">Neste video, ensino a transferir os dados através de uma macro no excel</p>
<p>Duration : <b>0:8:56</b></p>
<p><span id="more-2148"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/hvwMWmmVQ8k" frameborder="0" allowFullScreen="true"> </iframe></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/banco+de+dados' rel='tag' target='_self'>banco de dados</a>, <a class='technorati-link' href='http://technorati.com/tag/forms' rel='tag' target='_self'>forms</a>, <a class='technorati-link' href='http://technorati.com/tag/formul%C3%A1rio' rel='tag' target='_self'>formulário</a>, <a class='technorati-link' href='http://technorati.com/tag/Macro' rel='tag' target='_self'>Macro</a>, <a class='technorati-link' href='http://technorati.com/tag/macros' rel='tag' target='_self'>macros</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://learnexcel.org/blog/learn-excel-macros/formulario-excel-macro/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

