<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Microsoft Office Training</title>
	
	<link>http://www.myonlinetraininghub.com</link>
	<description>Microsoft Office Online Training</description>
	<lastBuildDate>Sat, 25 Feb 2012 11:52:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/MyOnlineTrainingHub/feedme" /><feedburner:info uri="myonlinetraininghub/feedme" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>MyOnlineTrainingHub/feedme</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Excel Evaluate Formula Tool</title>
		<link>http://feedproxy.google.com/~r/MyOnlineTrainingHub/feedme/~3/dpTYEdJJ3Vs/excel-evaluate-formula-tool</link>
		<comments>http://www.myonlinetraininghub.com/excel-evaluate-formula-tool#comments</comments>
		<pubDate>Wed, 22 Feb 2012 00:35:17 +0000</pubDate>
		<dc:creator>Mynda Treacy</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office Training]]></category>
		<category><![CDATA[Online Training]]></category>

		<guid isPermaLink="false">http://www.myonlinetraininghub.com/?p=9878</guid>
		<description><![CDATA[From time to time I get asked the question “what order do formulas evaluate?” The acronym BEDMAS can help you remember. It stands for: Brackets: Any operation(s) contained in brackets will be carried out first followed by any exponents. Exponents: Then any exponents like ^ or SQRT Division or Multiplication (left to right): Excel considers [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.myonlinetraininghub.com/excel-evaluate-formula-tool" title="Permanent link to Excel Evaluate Formula Tool"><img class="post_image alignleft" src="http://images.myonlinetraininghub.com/evaluate_formula_thumb.png" width="116" height="119" alt="Post image for Excel Evaluate Formula Tool" /></a>
</p><p>From time to time I get asked the question “what order do formulas evaluate?”</p>
<p>The acronym <font color="blue">BEDMAS</font> can help you remember. It stands for:</p>
<p><strong><font color="blue">B</font></strong>rackets: Any operation(s) contained in brackets will be carried out first followed by any exponents.</p>
<p><strong><font color="blue">E</font></strong>xponents: Then any exponents like ^ or SQRT</p>
<p><strong><font color="blue">D</font></strong>ivision or <strong><font color="blue">M</font></strong>ultiplication (left to right): Excel considers these to be of equal importance, and carries out these operations in the order they occur from left to right in the equation.</p>
<p><strong><font color="blue">A</font></strong>ddition or <strong><font color="blue">S</font></strong>ubtraction: The same goes for addition and subtraction. They are considered equal in the order of operations. Whichever one appears first in an equation, either addition or subtraction, is the operation carried out first.</p>
<p>Ok, so what if you know all that (after all you probably learnt BEDMAS at school way-back-when) but you’re still stuck because your formula isn’t returning the result you want.</p>
<p>Well, thankfully Excel has a tool for that too.</p>
<h2>Evaluate Formula Tool</h2>
<p>The Evaluate Formula tool allows us to see how each component of a formula evaluates, one step at a time.</p>
<p>Let’s take the VLOOKUP formula we looked at last week as an example:</p>
<p><img src="http://images.myonlinetraininghub.com/evaluate_formula_1.png" alt="Excel Evaluate Formula Tool" /></p>
<h2>How to use the Evaluate Formula Tool</h2>
<ol>
<li>Select the cell containing the formula you want to evaluate. Ours is in G6.</li>
<li>On the <strong>Formulas tab</strong> of the Ribbon in the <strong>Formula Auditing group</strong> select <strong>Evaluate Formula</strong>.<br />
&nbsp;<br />
<img src="http://images.myonlinetraininghub.com/evaluate_formula_2.png" alt="Excel Evaluate Formula Tool" /></p>
<p>The Evaluate Formula dialog box will open:</p>
<p><img src="http://images.myonlinetraininghub.com/evaluate_formula_3.png" alt="Excel formula not working" /><br />
&nbsp;
</li>
<li>Click the ‘Evaluate’ button to view the value of the underlined reference. In the example above the underlined reference is cell D6, and you can see below it evaluates to ‘William’.
<p>&nbsp;</p>
<p><img src="http://images.myonlinetraininghub.com/evaluate_formula_4.png" alt="How Excel formulas work" /></p>
</li>
<li> If the underlined reference is part of another formula you can use the ‘Step In’ button to display the other formula. Then ‘Step Out’ to go back and continue evaluating.
<p>&nbsp;</p>
<p><img src="http://images.myonlinetraininghub.com/evaluate_formula_5.png" alt="How Excel formulas work" /></p>
</li>
<li>In the image below you can see all but the last step of the formula evaluated:
<p>&nbsp;</p>
<p><img src="http://mothimages.s3.amazonaws.com/evaluate_formula_6.png" alt="How Excel formulas work" /></p>
</li>
<li>And finally the result:
<p>&nbsp;</p>
<p><img src="http://images.myonlinetraininghub.com/evaluate_formula_7.png" alt="How Excel formulas work" /></p>
</li>
</ol>
<p>The Evaluate Formula tool is especially useful for nested formulas that may not be returning the correct result.</p>
<p>I also like to use it to find why I’m getting # errors or checking that the result is calculating as I expect.</p>
<p>But be warned; it can’t work miracles. If you can’t get Excel to even accept your formula then you may need to consult your office Guru first <img src='http://www.myonlinetraininghub.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=dpTYEdJJ3Vs:w-K4wdIMH8E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=dpTYEdJJ3Vs:w-K4wdIMH8E:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=dpTYEdJJ3Vs:w-K4wdIMH8E:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=dpTYEdJJ3Vs:w-K4wdIMH8E:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=dpTYEdJJ3Vs:w-K4wdIMH8E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=dpTYEdJJ3Vs:w-K4wdIMH8E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=dpTYEdJJ3Vs:w-K4wdIMH8E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=dpTYEdJJ3Vs:w-K4wdIMH8E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=dpTYEdJJ3Vs:w-K4wdIMH8E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=dpTYEdJJ3Vs:w-K4wdIMH8E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=dpTYEdJJ3Vs:w-K4wdIMH8E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=dpTYEdJJ3Vs:w-K4wdIMH8E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=dpTYEdJJ3Vs:w-K4wdIMH8E:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyOnlineTrainingHub/feedme/~4/dpTYEdJJ3Vs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.myonlinetraininghub.com/excel-evaluate-formula-tool/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.myonlinetraininghub.com/excel-evaluate-formula-tool</feedburner:origLink></item>
		<item>
		<title>VLOOKUP Multiple Criteria</title>
		<link>http://feedproxy.google.com/~r/MyOnlineTrainingHub/feedme/~3/9cV3cA4qrec/vlookup-multiple-values</link>
		<comments>http://www.myonlinetraininghub.com/vlookup-multiple-values#comments</comments>
		<pubDate>Wed, 15 Feb 2012 01:24:50 +0000</pubDate>
		<dc:creator>Mynda Treacy</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office Training]]></category>
		<category><![CDATA[Online Training]]></category>
		<category><![CDATA[excel vlookup]]></category>

		<guid isPermaLink="false">http://www.myonlinetraininghub.com/?p=9807</guid>
		<description><![CDATA[I had an email from Bobcat today asking how to lookup data that is spread across multiple columns. Table 1 has data with the name in just one column: &#160; &#160; And Table 2 has the name across 3 columns (D, E and F): &#160; &#160; We want to find the Employee number from Table [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.myonlinetraininghub.com/vlookup-multiple-values" title="Permanent link to VLOOKUP Multiple Criteria"><img class="post_image alignleft" src="http://mothimages.s3.amazonaws.com/vlookup_data_multiple_thumb.png" width="133" height="89" alt="Post image for VLOOKUP Multiple Criteria" /></a>
</p><p></br></p>
<p>I had an email from Bobcat today asking how to lookup data that is spread across multiple columns.</p>
<div>
<p><img align="left" src="http://mothimages.s3.amazonaws.com/vlookup_data_multiple_1.png" alt="VLOOKUP Multiple Values" />Table 1 has data with the name in just one column:</p>
</div>
<p></br><br />
</br><br />
</br><br />
&nbsp;<br />
&nbsp;</p>
<div>
<p><img align="left" src="http://mothimages.s3.amazonaws.com/vlookup_data_multiple_2.png" alt="vlookup multiple criteria" />And Table 2 has the name across 3 columns (D, E and F):</p>
</div>
<p></br><br />
</br><br />
&nbsp;<br />
&nbsp;</p>
<p>We want to find the Employee number from Table 1 and put it in column G of Table 2.</p>
<p>The solution is quite simple. We just need to join together the cells containing the name in Table 2, before looking them up in Table 1.</p>
<p>We can do this within a VLOOKUP formula like this:</p>
<p>=VLOOKUP(D6&amp;&#8221; &#8220;&amp;E6&amp;&#8221; &#8220;&amp;F6,table_1,2,FALSE)</p>
<p><em>Note:  table_1 in the above formula is the <a href="http://www.myonlinetraininghub.com/?p=2776">named range</a> for cells A6:B11</em></p>
<p><img src="http://mothimages.s3.amazonaws.com/vlookup_data_multiple_3.png" alt="excel lookup multiple criteria" /></p>
<p>See in the formula bar how I’ve joined the text from columns D, E and F together using the ampersand symbol. I’ve also added a space between the text by inserting double quotes with a space between.</p>
<p><img src="http://mothimages.s3.amazonaws.com/vlookup_data_multiple_4.png" alt="excel lookup multiple values" /></p>
<p>The VLOOKUP formula is resolving the D6&amp;&#8221; &#8220;&amp;E6&amp;&#8221; &#8220;&amp;F6 arguments of the formula like this:</p>
<p>=VLOOKUP(William J Oxley,table_1,2,FALSE)</p>
<p>Thanks for your question Bobcat.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=9cV3cA4qrec:XCgLDINLheU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=9cV3cA4qrec:XCgLDINLheU:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=9cV3cA4qrec:XCgLDINLheU:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=9cV3cA4qrec:XCgLDINLheU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=9cV3cA4qrec:XCgLDINLheU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=9cV3cA4qrec:XCgLDINLheU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=9cV3cA4qrec:XCgLDINLheU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=9cV3cA4qrec:XCgLDINLheU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=9cV3cA4qrec:XCgLDINLheU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=9cV3cA4qrec:XCgLDINLheU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=9cV3cA4qrec:XCgLDINLheU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=9cV3cA4qrec:XCgLDINLheU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=9cV3cA4qrec:XCgLDINLheU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyOnlineTrainingHub/feedme/~4/9cV3cA4qrec" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.myonlinetraininghub.com/vlookup-multiple-values/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myonlinetraininghub.com/vlookup-multiple-values</feedburner:origLink></item>
		<item>
		<title>Excel Data Validation With Dependent Lists</title>
		<link>http://feedproxy.google.com/~r/MyOnlineTrainingHub/feedme/~3/k_kYmfIwauw/excel-data-validation-with-dependent-lists</link>
		<comments>http://www.myonlinetraininghub.com/excel-data-validation-with-dependent-lists#comments</comments>
		<pubDate>Wed, 08 Feb 2012 12:02:00 +0000</pubDate>
		<dc:creator>Mynda Treacy</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office Training]]></category>
		<category><![CDATA[Online Training]]></category>

		<guid isPermaLink="false">http://www.myonlinetraininghub.com/?p=9780</guid>
		<description><![CDATA[Using Data Validation to restrict what gets entered in a cell or range of cells is great for standardising your workbooks. But what if you want a second data validation list to only show values that are specific to the first list, like the one below? Well, that’s exactly what Jackie emailed me about the [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.myonlinetraininghub.com/excel-data-validation-with-dependent-lists" title="Permanent link to Excel Data Validation With Dependent Lists"><img class="post_image alignleft" src="http://mothimages.s3.amazonaws.com/dep_data_val_thumb.png" width="115" height="110" alt="Post image for Excel Data Validation With Dependent Lists" /></a>
</p><p>Using Data Validation to restrict what gets entered in a cell or range of cells is great for standardising your workbooks.</p>
<p>But what if you want a second data validation list to only show values that are specific to the first list, like the one below?</p>
<p><img src="http://mothimages.s3.amazonaws.com/dependent_data_val_blog.gif" alt="dependent data validation lists" /></p>
<p>Well, that’s exactly what Jackie emailed me about the other day, and here&#8217;s how you do it.</p>
<h2>How to set up Dependent Data Validation Lists</h2>
<p>First of all enter the data for your lists. These are mine:</p>
<p><img src="http://mothimages.s3.amazonaws.com/dep_data_val_1.png" alt="dependent drop down lists" /></p>
<p>Now, give your primary list a <a href="http://www.myonlinetraininghub.com/?p=2776">named range</a>.</p>
<p>To insert a Named Range:</p>
<ol>
<li>Highlight the range of cells containing your list, excluding the header.</li>
<li>Up in the name box (the name box is highlighted by the orange box in the image below) type in the name you want to use (with no spaces) and press ENTER. As you can see, mine is called dv_country.</li>
</ol>
<p><img src="http://mothimages.s3.amazonaws.com/dep_data_val_2.png" alt="dependent drop down lists" /></p>
<p>Now give your secondary lists named ranges too.</p>
<p><strong>Here’s the trick:</strong> you must use the data from your primary list for your secondary list names.</p>
<p>So, my secondary list for the USA states is called ‘usa’, Australia’s secondary list is called ‘australia’ and the UK list is called ‘uk’ as you can see in the image below.</p>
<p><img src="http://mothimages.s3.amazonaws.com/dep_data_val_3.png" alt="dependent data validation" /></p>
<p>Now you’re ready to set up your data validation.</p>
<h2>Setup Data Validation</h2>
<ol>
<li>Choose the cells you want validated using your first list. Mine are A4:A6.</li>
<li>On the Data tab of the ribbon &gt; Data Validation &gt; Data Validation</li>
<li>Choose ‘List’ from the ‘Allow’ field</li>
<li>Enter the named range for your primary list in the Source field</li>
<li>Press OK</li>
</ol>
<p><img src="http://mothimages.s3.amazonaws.com/dep_data_val_4.png" alt="dependent data validation" /></p>
<h2>Setup Dependent Data Validation</h2>
<ol>
<li>Select the cells you want validated. Mine are B4:B6.</li>
<li>On the Data tab of the ribbon &gt; Data Validation &gt; Data Validation</li>
<li>Choose ‘List’ from the ‘Allow’ field</li>
<li>In the source field enter an INDIRECT formula that references the first cell containing your primary data validation. Mine is A4 therefore my formula is =INDIRECT(A4)</li>
<li>Press OK</li>
</ol>
<p><img src="http://mothimages.s3.amazonaws.com/dep_data_val_5.png" alt="dependent data validation" /></p>
<p>Bob’s your Uncle (as we used to say when I was about 12).</p>
<p><a href="http://trainingworkingfiles.s3.amazonaws.com/blog/Excel_Blog_Workbooks_4.xlsx">Download the workbook.</a></p>
<p>More on <a href="http://www.myonlinetraininghub.com/excel-2007-named-ranges-explained">Named Ranges</a>.</p>
<p>More on the <a href="http://www.myonlinetraininghub.com/excel-indirect-function">INDIRECT Function</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=k_kYmfIwauw:FnItSNyBnh4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=k_kYmfIwauw:FnItSNyBnh4:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=k_kYmfIwauw:FnItSNyBnh4:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=k_kYmfIwauw:FnItSNyBnh4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=k_kYmfIwauw:FnItSNyBnh4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=k_kYmfIwauw:FnItSNyBnh4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=k_kYmfIwauw:FnItSNyBnh4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=k_kYmfIwauw:FnItSNyBnh4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=k_kYmfIwauw:FnItSNyBnh4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=k_kYmfIwauw:FnItSNyBnh4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=k_kYmfIwauw:FnItSNyBnh4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=k_kYmfIwauw:FnItSNyBnh4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=k_kYmfIwauw:FnItSNyBnh4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyOnlineTrainingHub/feedme/~4/k_kYmfIwauw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.myonlinetraininghub.com/excel-data-validation-with-dependent-lists/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myonlinetraininghub.com/excel-data-validation-with-dependent-lists</feedburner:origLink></item>
		<item>
		<title>What If Analysis Using Excel Scenarios</title>
		<link>http://feedproxy.google.com/~r/MyOnlineTrainingHub/feedme/~3/x_BieUpgBHs/what-if-analysis-using-excel-scenarios</link>
		<comments>http://www.myonlinetraininghub.com/what-if-analysis-using-excel-scenarios#comments</comments>
		<pubDate>Fri, 03 Feb 2012 03:01:26 +0000</pubDate>
		<dc:creator>Mynda Treacy</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office Training]]></category>
		<category><![CDATA[Online Training]]></category>

		<guid isPermaLink="false">http://www.myonlinetraininghub.com/?p=9734</guid>
		<description><![CDATA[What if my side eBay bike business sold an extra 10%, what if I increased my price by $15 per bike, what if my costs increased by $5000 per year? What-if analysis is commonly done in Excel by saving different versions of the same workbook, or having a different sheet for each scenario which then [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.myonlinetraininghub.com/what-if-analysis-using-excel-scenarios" title="Permanent link to What If Analysis Using Excel Scenarios"><img class="post_image alignleft" src="http://mothimages.s3.amazonaws.com/scenarios_thumb.png" width="121" height="99" alt="Post image for What If Analysis Using Excel Scenarios" /></a>
</p><p>What if my side eBay bike business sold an extra 10%, what if I increased my price by $15 per bike, what if my costs increased by $5000 per year?</p>
<p>What-if analysis is commonly done in Excel by saving different versions of the same workbook, or having a different sheet for each scenario which then become difficult to compare.</p>
<p>But did you know you could do it all in the one workbook, on the one sheet and select from a list of scenarios and see your data automatically update, then create a summary comparison of each scenario?</p>
<p>Well, it’s true, unlike my eBay side business which is complete fabrication solely for the purpose of this tutorial <img src='http://www.myonlinetraininghub.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Excel Scenario Example</h2>
<p>Let’s say for the time being that my eBay bike story is true and I’m in the process of preparing my 5 year forecast.</p>
<p><img src="http://mothimages.s3.amazonaws.com/scenarios_2.png" alt="Excel What If Scenario" /></p>
<p><img class="alignleft" src="http://mothimages.s3.amazonaws.com/scenarios_3.png" alt="Excel Scenario criteria" width="210" height="104" />Here are my assumptions that I’ve used in various calculations in the above forecast.</p>
<p>&nbsp;<br />
&nbsp;</p>
<p>But I’m wondering what the effect would be if my growth was higher, or my price per bike was higher, or my margin was higher.</p>
<p>I can use the Scenario Manager to save different sets of variables (in my case my assumptions will be the variables), and then toggle between them to see how they affect my budget.</p>
<p>I’ve set up 4 different scenarios using the Scenario Manager (all based on how the different levels of profit will affect my lifestyle…keep reading and you’ll see what I mean).</p>
<h2>How to Use Excel Scenarios</h2>
<p>The Excel Scenario Manager is on the Data tab of the ribbon under What-if Analysis.</p>
<p><img src="http://mothimages.s3.amazonaws.com/scenarios_1.png" alt="Excel Scenario Manager" /></p>
<p>When you click the Scenario Manager the dialog box will open:</p>
<p><img src="http://mothimages.s3.amazonaws.com/scenarios_4.png" alt="Excel Scenario Manager Dialog" /></p>
<p>You can see I already have 4 scenarios (Still Hungry, Occasional Takeaway, Fine Dining and Happy Days). To add a new Scenario press the ‘Add’ button.</p>
<p>The Add Scenario dialog box opens.</p>
<p><img src="http://mothimages.s3.amazonaws.com/scenarios_5.png" alt="Excel Add Scenario" /></p>
<ol>
<li>Give your Scenario a name.</li>
<li>Select the cells that you want to alter. To select non-adjacent cells press CTRL+left mouse button.</li>
<li>Add a comment if you want and press OK</li>
</ol>
<p><img class="alignleft" src="http://mothimages.s3.amazonaws.com/scenarios_6.png" alt="Excel Scenario Values" />Now you can enter your Scenario values.<br />
<br/><br />
<em>Note: if you want to keep your original scenario, set this up first by entering your values here. Then set up additional scenarios.</em></p>
<p><br/></p>
<p>Once you’ve set up more than one scenario you can toggle between them by going back into the Scenario Manager and pressing the ‘Show’ button.</p>
<p>You can also create a summary of all scenarios by pressing the Summary button in the Scenario Manager.</p>
<p><img  class="alignleft" src="http://mothimages.s3.amazonaws.com/scenarios_10.png" alt="Excel Scenario Summary Report" />You can then choose from a Scenario Summary or a PivotTable report.</p>
<p>The plain vanilla version of the Scenario summary looks like this:</p>
<p><img src="http://mothimages.s3.amazonaws.com/scenarios_7.png" alt="Excel Scenario Summary Report" /></p>
<p>And the Scenario PivotTable report looks like this:</p>
<p><img src="http://mothimages.s3.amazonaws.com/scenarios_8.png" alt="Excel Scenario Summary PivotTable report" /></p>
<p>Neither is great but with a little chocolate topping (read ‘improvement’) they can be better:</p>
<p><img src="http://mothimages.s3.amazonaws.com/scenarios_9.png" alt="Excel Scenario Summary PivotTable report" /></p>
<p>So now you don’t have to save a separate file or create a new sheet for each scenario, your workbooks are likely to be easier to manage and update, and less prone to errors.</p>
<p>Happy Days <img src='http://www.myonlinetraininghub.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=x_BieUpgBHs:8FOvqOA2iyY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=x_BieUpgBHs:8FOvqOA2iyY:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=x_BieUpgBHs:8FOvqOA2iyY:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=x_BieUpgBHs:8FOvqOA2iyY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=x_BieUpgBHs:8FOvqOA2iyY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=x_BieUpgBHs:8FOvqOA2iyY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=x_BieUpgBHs:8FOvqOA2iyY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=x_BieUpgBHs:8FOvqOA2iyY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=x_BieUpgBHs:8FOvqOA2iyY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=x_BieUpgBHs:8FOvqOA2iyY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=x_BieUpgBHs:8FOvqOA2iyY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=x_BieUpgBHs:8FOvqOA2iyY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=x_BieUpgBHs:8FOvqOA2iyY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyOnlineTrainingHub/feedme/~4/x_BieUpgBHs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.myonlinetraininghub.com/what-if-analysis-using-excel-scenarios/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myonlinetraininghub.com/what-if-analysis-using-excel-scenarios</feedburner:origLink></item>
		<item>
		<title>Excel AVERAGE, AVERAGEIF and AVERAGEIFS</title>
		<link>http://feedproxy.google.com/~r/MyOnlineTrainingHub/feedme/~3/4jidd1zonOs/excel-average-averageif-and-averageifs</link>
		<comments>http://www.myonlinetraininghub.com/excel-average-averageif-and-averageifs#comments</comments>
		<pubDate>Fri, 27 Jan 2012 02:42:21 +0000</pubDate>
		<dc:creator>Mynda Treacy</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office Training]]></category>
		<category><![CDATA[Online Training]]></category>

		<guid isPermaLink="false">http://www.myonlinetraininghub.com/?p=9681</guid>
		<description><![CDATA[Let’s say that a baby learning to crawl is an analogy for learning the AVERAGE function in Excel. Then learning the AVERAGEIF function is like learning to walk, and learning the AVERAGEIFS function is like learning to run. So, lace up your shoes and get ready to run We’ll be using the table below in [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.myonlinetraininghub.com/excel-average-averageif-and-averageifs" title="Permanent link to Excel AVERAGE, AVERAGEIF and AVERAGEIFS"><img class="post_image alignleft" src="http://mothimages.s3.amazonaws.com/average_thumb.png" width="165" height="150" alt="Post image for Excel AVERAGE, AVERAGEIF and AVERAGEIFS" /></a>
</p><p>Let’s say that a baby learning to crawl is an analogy for learning the AVERAGE function in Excel.</p>
<p>Then learning the AVERAGEIF function is like learning to walk, and learning the AVERAGEIFS function is like learning to run.</p>
<p>So, lace up your shoes and get ready to run <img src='http://www.myonlinetraininghub.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We’ll be using the table below in this tutorial. <em>Inspired by my 5 year olds current obsession with the first Harry Potter movie.</em></p>
<p><img src="http://mothimages.s3.amazonaws.com/average_1.png" alt="Excel AVERAGE" /></p>
<p>Baby steps first:</p>
<h2>Excel AVERAGE Function</h2>
<p>=AVERAGE(your_data_range)</p>
<p>=AVERAGE(D4:D15)</p>
<p>=$271.58</p>
<p>As you can see, the Average function is fairly straight forward in that it simply averages a range of cells.</p>
<p>But there are some things you should know about how it works:</p>
<p><em>If one of the cells is blank it doesn’t include it in the number to average.</em></p>
<p><em>For example, there are 12 cells in our range D4:D15. So the AVERAGE function is actually summing the range of cells ($3,259), and then dividing them by 12 to get an average of $271.58.</em></p>
<p><em>But if cell D5 was blank it would sum the range of cells (and get $3,084) and divide them by 11 to get $280.36.</em></p>
<p><em>On the other hand, if cell D5 contained a zero it would still divide the sum by 12.</em></p>
<h2>Excel AVERAGEIF Function</h2>
<p>What if we wanted to get the average sales <strong>if</strong> the salesperson was Hermione?</p>
<p>That’s where the AVERAGEIF function comes into play. It allows you to average data in one range of cells where the data in another range matches a certain criteria.</p>
<p>The AVERAGEIF syntax is a bit different:</p>
<p>=AVERAGEIF(range, criteria, [average_range])</p>
<p>Where &#8216;range&#8217; is the range containing your criteria, and [average_range] is the range of cells containing the values you want to average.</p>
<p>Let’s use the data below to find the average sales for Hermione.</p>
<p><img src="http://mothimages.s3.amazonaws.com/average_2.png" alt="AVERAGE Excel" /></p>
<p>Our formula would be:</p>
<p>=AVERAGEIF(<span style="color: #ff6600;">A4:A15</span>,”Hermione”,<span style="color: #3366ff;">D4:D15</span>)</p>
<p>=$317</p>
<p>In English;</p>
<p>=AVERAGE(<span style="color: #ff6600;">referring to the range A4:A15</span>, find Hermione,<span style="color: #3366ff;"> and average the values in the range D4:D15</span>)</p>
<p>Note: the ranges of data must be the same size. In this example both refer to rows 4 to 15.</p>
<p>However, it wouldn’t work if one referred to rows 4 to 10 and the other referred to rows 4 to 15.</p>
<p>The limitation of the AVERAGEIF function is that you can only use one criterion.</p>
<h2>AVERAGEIFS Function Syntax</h2>
<p>Whereas if you wanted to find the AVERAGE sales by &#8216;Harry&#8217; of the product &#8216;Time Turner&#8217; in the &#8216;Hogwarts&#8217; region you’d need to use the AVERAGEIFS function.</p>
<p>=AVERAGEIFS(average_range, criteria_range1, criteria1, criteria_range2, criteria2,…)</p>
<p>Using our example data again our AVERAGEIFS function would be:</p>
<p>=AVERAGEIFS(D4:D15,A4:A15,&#8221;Harry&#8221;,B4:B15, &#8220;Time Turner&#8221;,C4:C15,&#8221;Hogwarts&#8221;)</p>
<p>=$167</p>
<p>Two rows match our criteria:</p>
<p><img src="http://mothimages.s3.amazonaws.com/average_3.png" alt="Excel AVERAGEIF" /></p>
<h2>Download the Workbook</h2>
<p><a href="http://trainingworkingfiles.s3.amazonaws.com/Excel_Blog_Workbooks_4.xlsx">Download the sample file</a> and take a look at some ways you can enhance your AVERAGEIF/AVERAGEIFS formulas using named ranges and data validation lists.</p>
<p><strong>Enhancement 1: Named Ranges</strong></p>
<p><img src="http://mothimages.s3.amazonaws.com/average_4.png" alt="AVERAGEIF" /></p>
<p>Notice in the formula bar how the first and last arguments of the syntax is ‘Sales_Person’ and ‘Price’ rather than a the cell ranges A4:A15 for Sales_Person and D4:D15 for Price?</p>
<p>This is called a <a href="http://www.myonlinetraininghub.com/?p=2776">named range</a> and they make building your formulas quick and also easy to interpret later on.</p>
<p><strong>Enhancement 2: Data Validation</strong></p>
<p><img src="http://mothimages.s3.amazonaws.com/averageifs-blog.gif" alt="AVERAGEIFS" /></p>
<p>In the AVERAGEIFS function I’ve also used named ranges. Plus I’ve used a <a href="http://www.myonlinetraininghub.com/excel-drop-down-lists">data validation list</a> or drop down list as they&#8217;re sometimes known as seen in action in the animation above.</p>
<p>The formula in cell G16 is:</p>
<p>=AVERAGEIFS(Price,Sales_Person,G11,Tool,G12,Region,G13)</p>
<p>This allows me to choose the criteria from the data validation lists in cells G11, G12 and G13 and the AVERAGEIFS formula will dynamically update to show the results for the new criteria.</p>
<h2>Want to learn more tricks like this?</h2>
<p>It’s techniques like this that I teach in my <a href="http://www.myonlinetraininghub.com/excel-dashboard-syllabus/excel-dashboard-course-early-bird">dashboard course</a> to create reports that are interactive for the report recipient.</p>
<p>These features make your colleagues love you, because when you give them reports like this they are in control of getting the information they need quickly and easily.</p>
<p>And they save you time because you don’t have to create myriad of reports to cover every scenario.</p>
<p>It’s a win, win.</p>
<p>Click here to learn more about <a href="http://www.myonlinetraininghub.com/excel-dashboard-syllabus/excel-dashboard-course-early-bird">Excel Dashboard reports</a> and how you can build interactive features into them.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=4jidd1zonOs:YViTcIbBk-E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=4jidd1zonOs:YViTcIbBk-E:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=4jidd1zonOs:YViTcIbBk-E:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=4jidd1zonOs:YViTcIbBk-E:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=4jidd1zonOs:YViTcIbBk-E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=4jidd1zonOs:YViTcIbBk-E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=4jidd1zonOs:YViTcIbBk-E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=4jidd1zonOs:YViTcIbBk-E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=4jidd1zonOs:YViTcIbBk-E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=4jidd1zonOs:YViTcIbBk-E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=4jidd1zonOs:YViTcIbBk-E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=4jidd1zonOs:YViTcIbBk-E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=4jidd1zonOs:YViTcIbBk-E:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyOnlineTrainingHub/feedme/~4/4jidd1zonOs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.myonlinetraininghub.com/excel-average-averageif-and-averageifs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myonlinetraininghub.com/excel-average-averageif-and-averageifs</feedburner:origLink></item>
		<item>
		<title>ROUNDUP and ROUNDDOWN with a Twist</title>
		<link>http://feedproxy.google.com/~r/MyOnlineTrainingHub/feedme/~3/UAqKLELiTRc/roundup-and-rounddown-with-a-twist</link>
		<comments>http://www.myonlinetraininghub.com/roundup-and-rounddown-with-a-twist#comments</comments>
		<pubDate>Wed, 18 Jan 2012 10:56:11 +0000</pubDate>
		<dc:creator>Mynda Treacy</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office Training]]></category>
		<category><![CDATA[Online Training]]></category>

		<guid isPermaLink="false">http://www.myonlinetraininghub.com/?p=9625</guid>
		<description><![CDATA[Last week I had a question from Dan that I’d never come across before. Dan has a dress shop with over 2000 dresses and he wanted a formula that would round prices up (in whole dollars) if it ended between 5 and 9, or down if it ended between 0 and 4. For example: $143 [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.myonlinetraininghub.com/roundup-and-rounddown-with-a-twist" title="Permanent link to ROUNDUP and ROUNDDOWN with a Twist"><img class="post_image alignleft" src="http://mothimages.s3.amazonaws.com/round_twist_1_thumb.png" width="162" height="142" alt="Post image for ROUNDUP and ROUNDDOWN with a Twist" /></a>
</p><p>Last week I had a question from Dan that I’d never come across before.</p>
<p>Dan has a dress shop with over 2000 dresses and he wanted a formula that would round prices up (in whole dollars) if it ended between 5 and 9, or down if it ended between 0 and 4.</p>
<p>For example: $143 would round down to $139, and $147 would round up to $149.</p>
<p>Now, the problem is that the ROUNDUP and ROUNDDOWN functions will do one or the other, but in this case we first need to establish which function to use.</p>
<h2>Here’s my solution:</h2>
<p><img src="http://mothimages.s3.amazonaws.com/round_twist_1.png" alt="ROUNDDOWN and ROUNDUP Function" /></p>
<h2>Here’s how it works in English:</h2>
<p>=IF(<span style="color: #0000ff;">the last value in cell A6 is less than 5</span>,<span style="color: #ff6600;"> round down to the nearest 10, minus 1</span>, <span style="color: #9966cc;">otherwise round up to the nearest 10, minus 1</span>)</p>
<p><strong>Note:</strong> this won&#8217;t work if there are decimal places in the &#8216;Amount&#8217; as the formula looks for the last value in the cell. So you either have to start with whole numbers or <a href="http://www.myonlinetraininghub.com/how-to-round-numbers-in-excel-using-round-formulas">ROUND </a>them to no decimal places. </p>
<p><strong>RIGHT Function</strong>: RIGHT(A6,1) – Finds the last character in column A.</p>
<p><strong>VALUE Function</strong> – The VALUE function is wrapped around the RIGHT function, and converts a text string that represents a number, to a number. This is necessary because sometimes the RIGHT function used on its own throws out the wrong result….I don’t know why, but it’s probably something to do with text vs numbers, but why it works sometimes and not others is unknown to me.</p>
<p><strong>IF Function</strong> – The IF function then instructs Excel to choose either the ROUNDDOWN or ROUNDUP function based on whether the right most value in the ‘Amount’ column is greater than, or less than 5.</p>
<p><strong>Why Minus 1</strong> – Well, the -1 in =ROUNDUP(147,-1)  will give you $150, but we want $149 so we need to minus 1 from the rounded result; =ROUNDUP(147,-1)-1. Likewise for ROUNDDOWN.</p>
<p>As with most things in Excel there are many ways to skin a cat. How would you approach this? Please share your ideas in the comments below.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=UAqKLELiTRc:_CYhaxA3e3o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=UAqKLELiTRc:_CYhaxA3e3o:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=UAqKLELiTRc:_CYhaxA3e3o:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=UAqKLELiTRc:_CYhaxA3e3o:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=UAqKLELiTRc:_CYhaxA3e3o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=UAqKLELiTRc:_CYhaxA3e3o:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=UAqKLELiTRc:_CYhaxA3e3o:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=UAqKLELiTRc:_CYhaxA3e3o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=UAqKLELiTRc:_CYhaxA3e3o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=UAqKLELiTRc:_CYhaxA3e3o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=UAqKLELiTRc:_CYhaxA3e3o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=UAqKLELiTRc:_CYhaxA3e3o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=UAqKLELiTRc:_CYhaxA3e3o:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyOnlineTrainingHub/feedme/~4/UAqKLELiTRc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.myonlinetraininghub.com/roundup-and-rounddown-with-a-twist/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myonlinetraininghub.com/roundup-and-rounddown-with-a-twist</feedburner:origLink></item>
		<item>
		<title>INDEX MATCH With a Twist</title>
		<link>http://feedproxy.google.com/~r/MyOnlineTrainingHub/feedme/~3/rRSKuN7n0Wo/index-match-with-a-twist</link>
		<comments>http://www.myonlinetraininghub.com/index-match-with-a-twist#comments</comments>
		<pubDate>Thu, 12 Jan 2012 11:54:25 +0000</pubDate>
		<dc:creator>Mynda Treacy</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office Training]]></category>
		<category><![CDATA[Online Training]]></category>

		<guid isPermaLink="false">http://www.myonlinetraininghub.com/?p=9498</guid>
		<description><![CDATA[My Toughest Excel Challenge So Far! Recently a member contacted me with a VLOOKUP question, but when I further understood the requirements it became a challenge I’d never come across before. This pushed me to my Excel limits and I have to be honest…I nearly gave up twice! By giving up I mean I was [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.myonlinetraininghub.com/index-match-with-a-twist" title="Permanent link to INDEX MATCH With a Twist"><img class="post_image alignleft" src="http://mothimages.s3.amazonaws.com/tough_thumb.png" width="87" height="87" alt="Post image for INDEX MATCH With a Twist" /></a>
</p><h2>My Toughest Excel Challenge So Far!</h2>
<p>Recently a member contacted me with a VLOOKUP question, but when I further understood the requirements it became a challenge I’d never come across before.</p>
<p>This pushed me to my Excel limits and I have to be honest…<strong>I nearly gave up twice! </strong>By giving up I mean I was going to settle for a work-around solution instead.</p>
<h2>The Challenge</h2>
<p>Christy wanted to find the last value in a row for a specific part number using a table of data in Sheet1 like this:</p>
<p><img src="http://mothimages.s3.amazonaws.com/tough_1.png" alt="Index Match Formula" /></p>
<p>Notice how some rows don’t have a value in every cell? This is what makes this challenge unique.</p>
<p>You see Christy wanted to find the value for say, part A10106, for the month of June, but if June didn’t have a value then find the value for the previous month, and if May didn’t have a value then go to the previous month and so on.</p>
<p>And it wasn’t just one part, it was over 2000 parts and for every month of the year.</p>
<p>Not being one to shy away from a challenge I persisted, and this is my formula <em>(Note: The table above was on Sheet1 and my formula is on Sheet2)</em>:</p>
<p>=IFERROR(INDEX(INDIRECT(&#8220;Sheet1!&#8221;&#038;ADDRESS(MATCH(A4, Sheet1!$A:$A,0),1,1)&#038;&#8221;:&#8221;&#038;ADDRESS(MATCH(A4, Sheet1!$A:$A,0),MATCH(B3, Sheet1!$1:$1,0),1)),MATCH(9.99999999999999E+307,INDIRECT(&#8220;Sheet1!&#8221; &#038;ADDRESS(MATCH(A4, Sheet1!$A:$A,0),1,1)&#038;&#8221;:&#8221;&#038;ADDRESS(MATCH(A4, Sheet1!$A:$A,0),MATCH(B3, Sheet1!$1:$1,0),1)))),0)</p>
<p>Phew. I’m not ashamed to say that I cheered out loud when I cracked this one.</p>
<h2>Find Last Value in a Range</h2>
<p>The first part of the challenge was to find the last value in each row.</p>
<p>We can use an INDEX and MATCH formula like this to find the last value in row 2:</p>
<p>=INDEX(Sheet1!A2:M2,MATCH(9.99999999999999E+307,Sheet1!A2:M2))</p>
<p>=52</p>
<p><img src="http://mothimages.s3.amazonaws.com/tough_2.png" alt="Index Match Formula" /></p>
<p>But I need to find the last value for each month and for that I need the range A2:M2 to change for each month I look up, and for each part.</p>
<p>So that for Part Number A10106 for the month of June I look up the range Sheet1!A2:G2 and for the month of August I look up Sheet1!A2:I2, and so on.</p>
<p>To do this I need to replace the range Sheet1!A2:M2 with some functions that will dynamically update when I change the month and the Part Number, and for this I used INDIRECT, MATCH and ADDRESS.</p>
<h2>Dynamic Range using INDIRECT, MATCH and ADDRESS</h2>
<p>So my formula went from this:</p>
<p>=INDEX(Sheet1!A2:M2,MATCH(9.99999999999999E+307,Sheet1!A2:M2))</p>
<p>To this by replacing the ranges Sheet1!A2:M2 with the sections in <span style="color: #3366ff;">blue</span>:</p>
<p>=IFERROR(INDEX(<span style="color: #3366ff;">INDIRECT(&#8220;Sheet1!&#8221;&#038;ADDRESS(MATCH(A4, Sheet1!$A:$A,0),1,1)&#038;&#8221;:&#8221;&#038;ADDRESS(MATCH(A4, Sheet1!$A:$A,0),MATCH(B3, Sheet1!$1:$1,0),1))</span>,MATCH(9.99999999999999E+307,<span style="color: #3366ff;">INDIRECT(&#8220;Sheet1!&#8221; &#038;ADDRESS(MATCH(A4, Sheet1!$A:$A,0),1,1)&#038;&#8221;:&#8221;&#038;ADDRESS(MATCH(A4, Sheet1!$A:$A,0),MATCH(B3, Sheet1!$1:$1,0),1))</span>)),0)</p>
<p>Note: cell A4 contains the part number and B3 contains the month I want to look up.</p>
<p>The <a href="http://www.myonlinetraininghub.com/excel-indirect-function">INDIRECT function</a> returns a reference specified by a text string.</p>
<p>In this case the text string is generated using the MATCH function and I&#8217;ve used the ampersand to join components of the text string together.</p>
<p>The ADDRESS function obtains the address of a cell or range of cells. For example, ADDRESS(1,2) returns $A$2.</p>
<p><img src="http://mothimages.s3.amazonaws.com/tough_3.png" alt="Index Match Functions" /></p>
<h2>IFERROR &#8211; The Icing on the Top</h2>
<p>And finally, if Excel couldn’t find the part number in the table I used the <a href="http://www.myonlinetraininghub.com/excel-2007%e2%80%99s-iferror-puts-an-end-to-messy-workarounds">IFERROR function</a> to enter a zero.</p>
<h2>Download the Workbook</h2>
<p>If you would like a more in-depth understanding of this formula why not <a href="http://trainingworkingfiles.s3.amazonaws.com/blog/tough_challenge.xlsx">download the workbook</a> and reverse engineer the formula, or use the <strong>Evaluate Formula</strong> tool to step through the formula and watch as each part evaluates.</p>
<p>You’ll find the evaluate tool on the <strong>Formulas</strong> tab of the Ribbon in the <strong>Formula Auditing</strong> group.</p>
<h2>Feedback</h2>
<p>I’d love to know if you have a simpler way to tackle this challenge. Please post your solution below in the comments for us all to share.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=rRSKuN7n0Wo:kNWnF9KBANA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=rRSKuN7n0Wo:kNWnF9KBANA:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=rRSKuN7n0Wo:kNWnF9KBANA:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=rRSKuN7n0Wo:kNWnF9KBANA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=rRSKuN7n0Wo:kNWnF9KBANA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=rRSKuN7n0Wo:kNWnF9KBANA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=rRSKuN7n0Wo:kNWnF9KBANA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=rRSKuN7n0Wo:kNWnF9KBANA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=rRSKuN7n0Wo:kNWnF9KBANA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=rRSKuN7n0Wo:kNWnF9KBANA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=rRSKuN7n0Wo:kNWnF9KBANA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=rRSKuN7n0Wo:kNWnF9KBANA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=rRSKuN7n0Wo:kNWnF9KBANA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyOnlineTrainingHub/feedme/~4/rRSKuN7n0Wo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.myonlinetraininghub.com/index-match-with-a-twist/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.myonlinetraininghub.com/index-match-with-a-twist</feedburner:origLink></item>
		<item>
		<title>Excel INDIRECT Function</title>
		<link>http://feedproxy.google.com/~r/MyOnlineTrainingHub/feedme/~3/opEZG8RVyx0/excel-indirect-function</link>
		<comments>http://www.myonlinetraininghub.com/excel-indirect-function#comments</comments>
		<pubDate>Tue, 13 Dec 2011 23:32:11 +0000</pubDate>
		<dc:creator>Mynda Treacy</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office Training]]></category>
		<category><![CDATA[Online Training]]></category>
		<category><![CDATA[text function]]></category>

		<guid isPermaLink="false">http://www.myonlinetraininghub.com/?p=9352</guid>
		<description><![CDATA[Excel’s INDIRECT Function has many applications and perhaps its simplest is to fix a range of cells you want to reference. For example a standard SUM function looks like this: =SUM(B16:B24) If you insert a row within this range the formula dynamically updates and becomes: =SUM(B16:B25) It will dynamically update even if you absolute the [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.myonlinetraininghub.com/excel-indirect-function" title="Permanent link to Excel INDIRECT Function"><img class="post_image alignleft" src="http://mothimages.s3.amazonaws.com/indirect_thumb.png" width="103" height="100" alt="Post image for Excel INDIRECT Function" /></a>
</p><p>Excel’s INDIRECT Function has many applications and perhaps its simplest is to fix a range of cells you want to reference.</p>
<p>For example a standard SUM function looks like this:</p>
<p>=SUM(B16:B24)</p>
<p>If you insert a row within this range the formula dynamically updates and becomes:</p>
<p>=SUM(B16:B25)</p>
<p>It will dynamically update even if you absolute the reference like this:</p>
<p>=SUM($B$16:$B$24)</p>
<p>To stop the reference dynamically updating when you insert rows or columns use the INDIRECT function like this:</p>
<p>=SUM(INDIRECT(“B16:B24”))</p>
<p>In most cases you’d want your formulas to dynamically update when you insert new rows or columns but there are some instances when this is a nuisance and that’s when INDIRECT is your ally.</p>
<h2>How Does The INDIRECT Function Work?</h2>
<p>Excel’s INDIRECT function returns a reference specified by a text string.</p>
<p>The text string can be obtained by:</p>
<ul>
<li>referencing another cell, or</li>
<li>you can enter it in double quotes, or</li>
<li>you can generate it by nesting other functions </li>
</ul>
<p>And you can also use the ampersand (&amp;) symbol to concatenate text and build your text string that way. More on using the ampersand in a moment.</p>
<p><em>
<p>Notice how the range specified in this INDIRECT function below is surrounded by double quotes, thus making it a text string.</p>
<p>=SUM(INDIRECT(“B16:B24”))</p>
<p></em></p>
<h2>INDIRECT Function Syntax</h2>
<p>The syntax is: =INDIRECT(ref_text,[a1])</p>
<p><strong>ref_text </strong>– is the text string (like in the example above “$B$16:$B$24”) or the cell you’re referring to containing the text string.</p>
<p><strong>a1 – </strong>this is asking you if your reference uses the A1 reference style or R1C1 style. To use the A1 style* simply omit this argument, but if you want to use R1C1 enter ‘FALSE’.</p>
<p><em>
<p>*A1 reference style is what you’re probably familiar with and it is where the columns have letters and the rows have numbers. The R1C1 style uses the R to specify a row and then the number of that row, and the C to specify a column and then the number of that column.</p>
<p></em></p>
<p>In the example below the INDIRECT function in cell A4 is evaluating the contents in cell C4. I could have also typed this formula like this:</p>
<p>=INDIRECT(“C4”) and my result would again be ‘This text’.</p>
<p><img src="http://mothimages.s3.amazonaws.com/indirect_1.png" alt="INDIRECT Excel" /></p>
<p>Ok, that’s enough theory.</p>
<h2>Other Uses for INDIRECT</h2>
<h3>1. Generate a Reference on the Fly</h3>
<p>By nesting it with other functions we can generate references like this one:</p>
<p>=SUM(INDIRECT(&#8220;B27:B&#8221;&amp;ROW(B35)))</p>
<p>In this example we’ve used the ROW function which returns the row number of the selected cell, in this example it’s 35. Our formula above evaluates to:</p>
<p>=SUM(B27:B35)</p>
<p>Well why didn’t I just type in =SUM(B27:B35) I hear you say. And fair enough too.</p>
<p>The point of this example was to give you a <em>taste</em> of how you can nest other functions in the INDIRECT function to derive cell references. If it ‘tastes’ good I recommend you try nesting other referencing functions like COLUMN, ADDRESS, and CELL.</p>
<h3>Referencing Other Worksheets and Workbooks</h3>
<p>You can reference other worksheets and workbooks with the INDIRECT function too.</p>
<h3>References to other workbooks must be formatted like this:</h3>
<p>=INDIRECT(“ &#8216;[your_workbook_name.xlsx]your_sheet_name&#8217;!$A$3”)</p>
<h3>References to other worksheets must be formatted like this:</h3>
<p>=INDIRECT(&#8221; &#8216;your_sheet_name&#8217;!H34&#8243;)</p>
<p><em>Note 1: spaces between double quotes and apostrophe </em>(“ &#8216;[your)<em> are so you can clearly see all of the components. You don’t actually put a space in your formula.</em></p>
<p><em>Note 2: you can reference other worksheets and workbooks <strong>but if you reference another workbook it must be open</strong> otherwise you will get a #REF! error.</em></p>
<h3>2. Use INDIRECT with a Named Range</h3>
<p>This is probably the second most useful application for the INDIRECT function.</p>
<p>Let’s say you’ve got 4 named ranges of data; North, South, East, West.</p>
<p><img src="http://mothimages.s3.amazonaws.com/indirect_2.png" alt="INDIRECT Excel" /></p>
<p>You’ve got a <a href="http://www.myonlinetraininghub.com/excel-drop-down-lists">drop down list</a> (data validation list or combo box) that allows you to choose from the 4 different regions (with names that are exactly the same as the named ranges you’ve set up for your regions).</p>
<p>When you make your choice the report automatically updates with the relevant figures without the need for any IF Functions or other jiggery pokery.</p>
<p><img src="http://mothimages.s3.amazonaws.com/indirect_3.png" alt="INDIRECT Excel" /></p>
<p>You can basically use the INDIRECT function in any formula that requires a reference to a cell or range of cells.</p>
<p><a href="http://trainingworkingfiles.s3.amazonaws.com/blog/Excel_Blog_Workbooks_4.xlsx">Download the workbook</a> and look at the examples in more detail.</p>
<p><strong>If you liked this then please click on the Facebook &#8216;Like&#8217; button below to share with your friends, and then sign up for our Excel Tips &#038; Tricks Newsletter.</strong></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=opEZG8RVyx0:7U-jfBr21Zc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=opEZG8RVyx0:7U-jfBr21Zc:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=opEZG8RVyx0:7U-jfBr21Zc:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=opEZG8RVyx0:7U-jfBr21Zc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=opEZG8RVyx0:7U-jfBr21Zc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=opEZG8RVyx0:7U-jfBr21Zc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=opEZG8RVyx0:7U-jfBr21Zc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=opEZG8RVyx0:7U-jfBr21Zc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=opEZG8RVyx0:7U-jfBr21Zc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=opEZG8RVyx0:7U-jfBr21Zc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=opEZG8RVyx0:7U-jfBr21Zc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=opEZG8RVyx0:7U-jfBr21Zc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=opEZG8RVyx0:7U-jfBr21Zc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyOnlineTrainingHub/feedme/~4/opEZG8RVyx0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.myonlinetraininghub.com/excel-indirect-function/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.myonlinetraininghub.com/excel-indirect-function</feedburner:origLink></item>
		<item>
		<title>Excel VLOOKUP Multiple Values</title>
		<link>http://feedproxy.google.com/~r/MyOnlineTrainingHub/feedme/~3/0VD8b1XYKTs/excel-vlookup-multiple-values</link>
		<comments>http://www.myonlinetraininghub.com/excel-vlookup-multiple-values#comments</comments>
		<pubDate>Wed, 07 Dec 2011 00:37:28 +0000</pubDate>
		<dc:creator>Mynda Treacy</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office Training]]></category>
		<category><![CDATA[Online Training]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false">http://www.myonlinetraininghub.com/?p=9311</guid>
		<description><![CDATA[For some of us we use the VLOOKUP function all the time and for the most part is does exactly what we want, but what if you want to lookup multiple columns? Taking the example below; in cell B3 I have a data validation list that allows me to choose the player I want to [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.myonlinetraininghub.com/excel-vlookup-multiple-values" title="Permanent link to Excel VLOOKUP Multiple Values"><img class="post_image alignleft" src="http://mothimages.s3.amazonaws.com/vlookup_multiple_thumb.png" width="132" height="84" alt="Post image for Excel VLOOKUP Multiple Values" /></a>
</p><p>For some of us we use the <a href="http://www.myonlinetraininghub.com/excel-2007-%e2%80%93-vlookup-formulas-explained">VLOOKUP function</a> all the time and for the most part is does exactly what we want, but what if you want to lookup multiple columns?</p>
<p>Taking the example below; in cell B3 I have a <a href="http://www.myonlinetraininghub.com/excel-drop-down-lists">data validation</a> list that allows me to choose the player I want to look up.</p>
<p>Then in cell C3 I have the SUM of the Pay Rises for 2004 through to 2006 for that player. i.e. the values in columns D, E and F.</p>
<p><img src="http://mothimages.s3.amazonaws.com/vlookup_multiple_1.png" alt="Excel VLOOKUP Multiple Columns" /></p>
<p>With a bit of help from an <a href="http://www.myonlinetraininghub.com/excel-array-formula">Array formula</a> we can use our trusty VLOOKUP to do just this.</p>
<h2>VLOOKUP Multiple Values Formula</h2>
<p>In cell C3 I used the following formula to achieve this multiple VLOOKUP result:</p>
<p>{=<span style="color: #339966;">SUM</span>(<span style="color: #6666cc;">VLOOKUP(B3</span>,<span style="color: #ff0000;">Table1[[Name]:[Pay Rise 2006]]</span>,<span style="color: #3366ff;">{4,5,6}</span>,<span style="color: #ff6600;">FALSE</span>))}</p>
<p><strong><em>Note</em></strong><em>: This is an array formula and so the curly brackets at the beginning and end are entered by Excel automatically when you enter the formula by pressing CTRL+SHIFT+ENTER but you need to type the curly brackets in the middle around the {4,5,6} as Excel doesn&#8217;t automatically enter these. More on </em><a href="http://www.myonlinetraininghub.com/excel-array-formula"><em>Excel array formulas</em></a><em>.</em></p>
<p><strong>The Syntax for the above formula is:</strong></p>
<p>=<span style="color: #339966;">SUM</span>(<span style="color: #6666cc;">VLOOKUP(lookup_value</span>,<span style="color: #ff0000;">table_array</span>,<span style="color: #3366ff;">col_index_num</span>,<span style="color: #ff6600;">[range_lookup]</span>))</p>
<p>Breaking each component of the formula down:</p>
<ol>
<li><span style="color: #6666cc;">lookup_value: B3</span> – This is the name we choose from the data validation list.</li>
<li><span style="color: #ff0000;">table_array : Table1[[Name]:[Pay Rise 2006]]</span> – Our table or data range is an <a href="http://www.myonlinetraininghub.com/excel-2007-tables">Excel Table</a> hence the data range has the name ‘Table1’. You could easily replace this reference with a regular data range e.g. $A$8:$F$34 or a <a href="http://www.myonlinetraininghub.com/?p=2776">named range</a>.</li>
<li><span style="color: #3366ff;">col_index_num: {4,5,6}</span> – Usually the column index number will be just one column in your table, but because we want to reference 3 columns, (Pay Rise 2004, 2005 and 2006), we’ve used an array which houses the 3 columns we want to reference (the array is defined by the curly brackets).</li>
<li><span style="color: #ff6600;">[range_lookup]: FALSE </span>– this simply instructs Excel to find an exact match for the</li>
<li><span style="color: #339966;">SUM</span> – Sum the results from columns 4, 5 and 6.</li>
</ol>
<p><strong>If you liked this please click the Facebook Like button below and then sign up for our Free Excel Newsletter for more tips like this.</strong></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=0VD8b1XYKTs:M_3HgUeim0A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=0VD8b1XYKTs:M_3HgUeim0A:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=0VD8b1XYKTs:M_3HgUeim0A:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=0VD8b1XYKTs:M_3HgUeim0A:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=0VD8b1XYKTs:M_3HgUeim0A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=0VD8b1XYKTs:M_3HgUeim0A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=0VD8b1XYKTs:M_3HgUeim0A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=0VD8b1XYKTs:M_3HgUeim0A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=0VD8b1XYKTs:M_3HgUeim0A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=0VD8b1XYKTs:M_3HgUeim0A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=0VD8b1XYKTs:M_3HgUeim0A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=0VD8b1XYKTs:M_3HgUeim0A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=0VD8b1XYKTs:M_3HgUeim0A:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyOnlineTrainingHub/feedme/~4/0VD8b1XYKTs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.myonlinetraininghub.com/excel-vlookup-multiple-values/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://www.myonlinetraininghub.com/excel-vlookup-multiple-values</feedburner:origLink></item>
		<item>
		<title>Excel LARGE and EOMONTH Array Function</title>
		<link>http://feedproxy.google.com/~r/MyOnlineTrainingHub/feedme/~3/NTZZELi6vWc/excel-large-and-eomonth-array-function</link>
		<comments>http://www.myonlinetraininghub.com/excel-large-and-eomonth-array-function#comments</comments>
		<pubDate>Wed, 30 Nov 2011 00:27:55 +0000</pubDate>
		<dc:creator>Mynda Treacy</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft Office Training]]></category>
		<category><![CDATA[Online Training]]></category>

		<guid isPermaLink="false">http://www.myonlinetraininghub.com/?p=9284</guid>
		<description><![CDATA[I’m working on a dashboard for a client and I’ve set it up so that they can choose which month they want to display in their report. When they choose a new month the header in the report automatically updates to show the new &#8216;From&#8217; and &#8216;To&#8217; dates. New data is added daily, so at [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.myonlinetraininghub.com/excel-large-and-eomonth-array-function" title="Permanent link to Excel LARGE and EOMONTH Array Function"><img class="post_image alignleft" src="http://mothimages.s3.amazonaws.com/large_array_thumb.png" width="124" height="144" alt="Post image for Excel LARGE and EOMONTH Array Function" /></a>
</p><p>I’m working on a dashboard for a client and I’ve set it up so that they can choose which month they want to display in their report.</p>
<p>When they choose a new month the header in the report automatically updates to show the new &#8216;From&#8217; and &#8216;To&#8217; dates.</p>
<p><img src="http://mothimages.s3.amazonaws.com/large_array1.png" alt="Excel LARGE Array formula" /></p>
<p>New data is added daily, so at times the period of the report may only be a partial month.</p>
<h2>So, how do I find the ‘To’ date for my dashboard header?</h2>
<p>Essentially I want to find the largest date for the chosen month.</p>
<p>Let’s say the dates are in a column with a <a href="http://www.myonlinetraininghub.com/?p=2776">named range</a> <strong>db_date</strong>, and we currently have data for 1<sup>st</sup> January through to 24<sup>th</sup> November 2011.</p>
<p>We know that the LARGE function can find the largest date in the whole range.</p>
<p>So =LARGE(db_date,1) would correctly find the date of 24<sup>th</sup> November.</p>
<p>But what if they chose October? They’d still end up with a ‘To’ date of 24<sup>th</sup> November when it should read 31<sup>st</sup> October.</p>
<p>What we need is a LARGE IF function that said; find the largest date that is &gt;= the ‘From’ date and &lt;= to the last day of the ‘From’ month.</p>
<p>Unfortunately there’s not one function, but we can create a formula with an array like this:</p>
<p>{=<span style="color: #ff0000;">LARGE</span>(<span style="color: #3366ff;">IF(db_date&gt;=D3</span>,<span style="color: #ff00ff;">IF(db_date&lt;=EOMONTH(D3,0)</span>,<span style="color: #ff0000;">db_date,0),0),1)</span>}</p>
<p>In D3 we have the first day of the chosen month.</p>
<p>Remember with array formulas you enter them by pressing CTRL+SHIFT+ENTER and shazam, Excel magically puts the curly brackets in for you.</p>
<p>In English our formula reads:</p>
<p>=<span style="color: #ff0000;">LARGE</span>(<span style="color: #3366ff;">IF(the date in the db_date column is &gt;=D3</span>, <span style="color: #ff00ff;">and IF(the date in the db_date column is &lt;= the last day of the month in cell D3)</span>, <span style="color: #ff0000;">find the LARGEST date in the db_date column that meet this criteria)</span></p>
<p>The EOMONTH function returns the serial number of the last day of the month before or after a specified number of months.</p>
<p>So =EOMONTH(D3,0) gives you 30/11/2011 (where D3 contains the date 1/11/2011)</p>
<p>=EOMONTH(D3,1) gives you 31/12/2011</p>
<p>And =EOMONTH(D3,-1) gives you 31/10/2011.</p>
<p>Notes on EOMONTH:</p>
<ol>
<li>It is not recommended that you enter your dates as text e.g. =EOMONTH(“1/11/2011”,1). Instead refer to a cell containing the date or use the DATE function:</li>
<p></p>
<p>=EOMONTH(DATE(2011,11,1),1)</p>
<li>Excel 2003 users will need to install the Analysis ToolPak add-in to use the EOMONTH function.</li>
</ol>
<ul>
<li>On the <strong>Tools</strong> menu, click <strong>Add-Ins</strong>.</li>
<li>In the <strong>Add-Ins available</strong> list, select the <strong>Analysis ToolPak</strong> box, and then click <strong>OK</strong>.</li>
</ul>
<h2>Bonus Use for EOMONTH Function:</h2>
<p>=EOMONTH(NOW(),0)</p>
<p>Gives you the last day of the current month.</p>
<p>Use it at your will.</p>
<p><strong>For more on the <a href="http://www.myonlinetraininghub.com/?p=6187">LARGE Function</a>.</strong></p>
<p><strong>For more on <a href="http://www.myonlinetraininghub.com/excel-array-formula">Array Formulas</a>.</strong></p>
<p>Do you have a different way of tackling this? Let me know in the comments below. I&#8217;d love to hear your ideas.</p>
<p><strong>And don&#8217;t forget to sign up for the weekly Excel newsletter below and get great tips to your inbox each week.</strong></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=NTZZELi6vWc:l4rQ_SBRxwk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=NTZZELi6vWc:l4rQ_SBRxwk:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=NTZZELi6vWc:l4rQ_SBRxwk:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=NTZZELi6vWc:l4rQ_SBRxwk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=NTZZELi6vWc:l4rQ_SBRxwk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=NTZZELi6vWc:l4rQ_SBRxwk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=NTZZELi6vWc:l4rQ_SBRxwk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=NTZZELi6vWc:l4rQ_SBRxwk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=NTZZELi6vWc:l4rQ_SBRxwk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=NTZZELi6vWc:l4rQ_SBRxwk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=NTZZELi6vWc:l4rQ_SBRxwk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?i=NTZZELi6vWc:l4rQ_SBRxwk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?a=NTZZELi6vWc:l4rQ_SBRxwk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/MyOnlineTrainingHub/feedme?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyOnlineTrainingHub/feedme/~4/NTZZELi6vWc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.myonlinetraininghub.com/excel-large-and-eomonth-array-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.myonlinetraininghub.com/excel-large-and-eomonth-array-function</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 21.365 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-25 21:58:45 -->

