<?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>Excelbuddy.com &#187; Functions</title>
	<atom:link href="http://www.excelbuddy.com/category/functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.excelbuddy.com</link>
	<description>Your own little excel nerd!</description>
	<lastBuildDate>Sat, 14 Jan 2012 05:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Countif Function</title>
		<link>http://www.excelbuddy.com/countif-function/</link>
		<comments>http://www.excelbuddy.com/countif-function/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 12:00:28 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=945</guid>
		<description><![CDATA[Shows you how to use the COUNTIF function in Microsoft Excel.]]></description>
			<content:encoded><![CDATA[<p>Shows you how to use the COUNTIF function in Microsoft Excel</p>
<p style="text-align: center;">
<object style="width:425px; height:344px;">
<param name="movie" value="http://www.youtube.com/v/CLEYppjUWFI?version=3" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="window" />
<embed src="http://www.youtube.com/v/CLEYppjUWFI?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" wmode="window" width="425" height="344"></object>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/countif-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MMult Function</title>
		<link>http://www.excelbuddy.com/mmult-function/</link>
		<comments>http://www.excelbuddy.com/mmult-function/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 05:00:19 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=865</guid>
		<description><![CDATA[The MMULT function in Excel is used for matrix multiplication.  It takes as inputs two arrays or matrices and outputs the matrix product of the two]]></description>
			<content:encoded><![CDATA[<p>The MMULT function in Excel is used for matrix multiplication.  It takes as inputs two arrays or matrices and outputs the matrix product of the two.</p>
<p>In order to properly use MMULT, it’s important to understand how matrix multiplication works.  You can multiply any two matrices together as long as the number of columns in the first matrix is equal to the number of rows in the second matrix.  The size of the resulting matrix is determined by the input matrices.  If your matrix 1 has A rows and B columns, matrix 2 must have B rows, but could have any number, C, columns.  The resulting matrix would be A rows by C columns.</p>
<p>Assuming you’ve got a handle on matrix multiplication, the format for the MMULT function is:</p>
<p><strong>=MMULT(array1, array2)</strong></p>
<p>The way that you enter the function depends on what your result is going to be.  If your result is going to be a single value (meaning you have a 1xB array to multiply by a Bx1 array), you can simply enter the equation as above in a single cell.  However if your result will have multiple rows and/or columns, you should select the proper number of cells, type the function and then press SHIFT, CTRL, and ENTER together.  See below for some examples of using the MMULT function.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-866" title="mmult" src="http://www.excelbuddy.com/wp-content/uploads/2011/01/mmult.png" alt="" width="589" height="237" /></p>
<p>In cell B6: =MMULT(A1:B1,D1:D2) = 6</p>
<p>In cell B8: =MMULT(A3:B3,E1:E2) = 21</p>
<p>In cells D5:E6: =MMULT(A1:B2,D1:E2) then press SHIFT, CTRL, and ENTER</p>
<p>In cells G5:H7: =MMULT(A1:B3,D1:E2) then press SHIFT, CTRL, and ENTER</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/mmult-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DAVERAGE Function</title>
		<link>http://www.excelbuddy.com/daverage-function/</link>
		<comments>http://www.excelbuddy.com/daverage-function/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 05:00:29 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[daverage]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=859</guid>
		<description><![CDATA[The DAverage function in Excel is used to calculate the average of values in database based on entered criteria.  The format of the function is: =DAVERAGE(range, field, criteria) The range is the group of cells which you want to analyze and apply your criteria against. The field is the column &#8230;]]></description>
			<content:encoded><![CDATA[<p>The DAverage function in Excel is used to calculate the average of values in database based on entered criteria.  The format of the function is:</p>
<p><strong>=DAVERAGE(range, field, criteria)</strong></p>
<p>The <em>range</em> is the group of cells which you want to analyze and apply your criteria against.</p>
<p>The <em>field</em> is the column which you want to use in calculating the average.  You can input either the column number in your range or the actual name of the column in quotation marks.</p>
<p>The <em>criteria</em> is the range of cells containing the criteria which you want to use in calculating the average.</p>
<p>See below for examples of using the DAverage function on the sample database shown.  The database is in cells A4:E11, while the criteria are reflected in rows A and B.  Note that the column names in the criteria match the names in the database.  It isn’t necessary to have values entered in all of the criteria cells, only those that you’re interested in using.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-860" title="daverage" src="http://www.excelbuddy.com/wp-content/uploads/2011/01/daverage.png" alt="" width="621" height="441" /></p>
<p>=DAVERAGE(A4:E11,4,B1:B2) results in a value of 7.333 (the average of 11, 3, and 8 )</p>
<p>=DAVERAGE(A4:E11,4,B1:C2) results in a value of 5.5 (the average of 3 and 8 )</p>
<p>=DAVERAGE(A4:E11,&#8221;Units Sold&#8221;,C1:C2) results in a value of 7 (the average of 10, 7, 3, and 8 )</p>
<p>=DAVERAGE(A4:E11,5,B1:C2) results in a value of 46.5 (the average of 21 and 72 )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/daverage-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SUMPRODUCT</title>
		<link>http://www.excelbuddy.com/sumproduct/</link>
		<comments>http://www.excelbuddy.com/sumproduct/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 11:30:13 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[sumproduct]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=817</guid>
		<description><![CDATA[The SUMPRODUCT function in Excel is a useful tool when you are working with large datasets or multiple arrays.  ]]></description>
			<content:encoded><![CDATA[<p><strong>SUMPRODUCT</strong></p>
<p>The SUMPRODUCT function in Excel is a useful tool when you are working with large datasets or multiple arrays.  An array is simply a series of numbers.  SUMPRODUCT takes two or more equally-sized arrays, multiplies the respective values, and adds the results.  The format for the function is =SUMPRODUCT (Array1, Array2, Array3,…).  So, if you were to think about two arrays: {1,2,3} and {5,4,6}, the SUMPRODUCT function would calculate 1*5 + 2*4 +3*6 = 31.  This function can save you a lot of time in your calculations, because you would normally have to perform each multiplication individually and then have another function to sum the products.  Now you can do it all in one step.  For some examples of the SUMPRODUCT function in action, consider the sample data and the corresponding results :</p>
<p><img class="aligncenter size-full wp-image-818" title="S1" src="http://www.excelbuddy.com/wp-content/uploads/2010/10/S1.jpg" alt="" width="262" height="185" /></p>
<p>SUMPRODUCT (A2:A5,B2:B5) = 82</p>
<p>SUMPRODUCT (B2:B5,C2:C5) = 6</p>
<p>SUMPRODUCT (A2:A5,B2:B5,C2:C5) = 28</p>
<p>The values in Column C show an example of another way to use the SUMPRODUCT function: to perform computations based on logical TRUE/FALSE values.  If you have an equation set up where when conditions are TRUE = 1 and FALSE = 0, then you could use a SUMPRODUCT function with the 1’s and 0’s as one of your arrays to sum only the values where the condition is true.  Since the values corresponding to false are multiplied by 0, they don’t contribute to the result.  In the data above, if you were interested in only adding the values in Column B which were multiples of 2, you could write an IF statement to create the values in Column C corresponding to 1 when TRUE and 0 when FALSE, then use the SUMPRODUCT function to get your result of 6.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/sumproduct/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>And Function</title>
		<link>http://www.excelbuddy.com/and-function/</link>
		<comments>http://www.excelbuddy.com/and-function/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 12:00:48 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[and function]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=791</guid>
		<description><![CDATA[Learn to use the And Function in Excel.]]></description>
			<content:encoded><![CDATA[<p>The <strong>And Function</strong> is used to display True or False depending on certain conditions.</p>
<p>To begin, let&#8217;s take a look at the syntax below.</p>
<p><em><strong>And( condition1, condition2, &#8230; )</strong>  </em>: The condition is what we would like Excel to determine True or False. </p>
<p>Take a look at the example below.</p>
<p>10 <em>=AND(A1&gt;1, A1&lt;20)</em>  : True</p>
<p>Ohio State  =AND(A1=30, A2=&#8221;Michigan&#8221;) : False</p>
<p style="text-align: center;"><em><img class="size-full wp-image-793    aligncenter" title="And Function" src="http://www.excelbuddy.com/wp-content/uploads/2010/09/And-Function.jpg" alt="" width="358" height="118" /></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/and-function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Char Function</title>
		<link>http://www.excelbuddy.com/char-function/</link>
		<comments>http://www.excelbuddy.com/char-function/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 12:00:20 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[char function]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=785</guid>
		<description><![CDATA[Got ASCII??  Learn to use the Char Function in Excel.]]></description>
			<content:encoded><![CDATA[<p>The <strong>Char function</strong> returns the character based on the ASCII value. </p>
<p> Let’s go over the syntax.</p>
<p> <em>Char( ascii_value ) </em>– The <em>ascii_value </em>is used to retrieve the character.</p>
<p style="text-align: center;"><img class="size-full wp-image-786  aligncenter" title="char" src="http://www.excelbuddy.com/wp-content/uploads/2010/09/char.jpg" alt="" width="285" height="173" /></p>
<p>ASCII stands for American Standard Code for Information Interchange.  Below is an ASCII Table.</p>
<p style="text-align: center;"><img class="size-full wp-image-787  aligncenter" title="char_table" src="http://www.excelbuddy.com/wp-content/uploads/2010/09/char_table.jpg" alt="" width="496" height="338" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/char-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abs function</title>
		<link>http://www.excelbuddy.com/abs-function/</link>
		<comments>http://www.excelbuddy.com/abs-function/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 12:00:17 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[abs]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=778</guid>
		<description><![CDATA[This tutorial will review the Abs function. ]]></description>
			<content:encoded><![CDATA[<p>This tutorial will review the Abs function. The Abs function returns the absolute value of a number.</p>
<p> Wikipedia Definition: <em>In mathematics, the absolute value (or modulus) |a| of a real number a is a&#8217;s numerical value without regard to its sign. So, for example, 3 is the absolute value of both 3 and ?3.</em></p>
<p> Here an example of the Syntax.</p>
<p> =ABS(<em>number</em>)    -  <em>number</em> refers to the numeric value in a specific cell</p>
<p><img class="aligncenter size-full wp-image-779" title="abs_function" src="http://www.excelbuddy.com/wp-content/uploads/2010/09/abs_function.jpg" alt="" width="303" height="127" /></p>
<p>-45 will return 45<br />
-0.235 will return .235<br />
-0.1857 will return .1857<br />
-143,765 will return 143,765</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/abs-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FV function</title>
		<link>http://www.excelbuddy.com/fv-function/</link>
		<comments>http://www.excelbuddy.com/fv-function/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 12:00:29 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[fv]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=748</guid>
		<description><![CDATA[The Excel FV function stands for Future Value and returns the future value of an investment based on a given interest rate and a schedule of constant payments.]]></description>
			<content:encoded><![CDATA[<p>The Excel FV function stands for Future Value and returns the future value of an investment based on a given interest rate and a schedule of constant payments. The arguments for this function are:</p>
<p><strong>=FV(Interest Rate, Number of Payments, Payment Amount, Present Value, Type)</strong></p>
<p>The <em>Interest Rate</em> is the interest rate earned on the investment per period.  The period is how often the investment payments are made.  For example, if the annual interest rate is 6.0% and you invest once a month, the interest rate you would enter is 6.0%/12, or 0.5%.  If the payments are only once a year then the interest rate you would enter would just be 6.0%.</p>
<p>The <em>Number of Payments</em> is the total number of investment payments made.  For example, weekly payments for 2 years would be 52*2 = 104 payments.  Annual payments for 25 years would be 25.</p>
<p>The <em>Payment Amount</em> is the amount of each investment payment.  Because Excel uses basic financial accounting principles, an investment would be entered as a negative value.  A positive value would correspond to an amount being borrowed.</p>
<p>The <em>Present Value</em> is an optional field, corresponding to the initial payment, if any, that is made.  So, if you were investing $500 initially and then $100 per month, the PV would be -500, and the Payment Amount would be -100.  If no value is interested for the Present Value, it is assumed to be 0.</p>
<p>The <em>Type</em> is another optional field, indicating whether the payments are made at the beginning or the end of the payment period.  Entering 1 for the Type value indicates payments made at the beginning of the period, while a 0 indicates payments made at the end of each period.  Payments at the end of the period is the default.</p>
<p>Below are some examples of FV equations and their results.  Typically, the values are entered into cells in Excel instead of into the equation itself.  This allows them to be easily changed to see how they impact the FV.</p>
<p>Investing $200 a month for 2 years at an interest rate of 7% = FV(7%/12,24,-200) =&gt; $5,136.21</p>
<p>Investing $100 now and $25 a week for 4 years at an interest rate of 5% = FV(5%/52,208,-25,-100) =&gt; $5,875.55</p>
<p>Investing $1000 at the beginning of each year for 40 years at an interest rate of 6% =FV(6%,40,-1000,0,1) =&gt; $164,047.68</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/fv-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DAYS360 Function</title>
		<link>http://www.excelbuddy.com/days360-function/</link>
		<comments>http://www.excelbuddy.com/days360-function/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 12:00:54 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[age]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[days360]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=743</guid>
		<description><![CDATA[The DAYS360 function is used to calculate the number of days between two dates.  It is based on a 360 day calendar.]]></description>
			<content:encoded><![CDATA[<p>The DAYS360 function is used to calculate the number of days between two dates.  It is based on a 360 day calendar.  The arguments for the function are:</p>
<p><strong>=DAYS360(start date, end date, method)</strong></p>
<p>The <em>start date</em> is the first date that you want to use, and the <em>end date</em> is the second.  Basically, the function takes (<em>end date</em> – <em>start date)</em> and returns how many days there are in between.  It is possible to produce negative values if your start date is chronologically after your end date.  The <em>method</em> is an optional value.  If left blank, or you enter TRUE, it will base the result on the American calendar.  Entering FALSE uses the European method.  You can use a variety of date formats for this function.  Some example functions using the data shown and their results:</p>
<p>=DAYS360(A1,A2) =&gt; 81</p>
<p>=DAYS360(A1,A3,TRUE) =&gt; 94</p>
<p>=DAYS360(A4,A3) =&gt; -26</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-744" title="DSUM Function" src="http://www.excelbuddy.com/wp-content/uploads/2010/08/DSUM1.png" alt="" width="541" height="522" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/days360-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DSUM Function</title>
		<link>http://www.excelbuddy.com/dsum-function/</link>
		<comments>http://www.excelbuddy.com/dsum-function/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 12:00:59 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[DSUM]]></category>

		<guid isPermaLink="false">http://www.excelbuddy.com/?p=737</guid>
		<description><![CDATA[The DSUM function is used to sum the values in a column or range based on selected criteria.  ]]></description>
			<content:encoded><![CDATA[<p>The DSUM function is used to sum the values in a column or range based on selected criteria.  The general format of the function is:</p>
<p><strong>= DSUM (Range, Field, Criteria)</strong></p>
<p>The example below shows a case where the DSUM function could be useful.  The <em>range</em> that you’re interested in summing is contained in cells A4:E10.  The <em>criteria</em> are in cells A1:E2.  Whatever criteria you are using should have the same names as the columns in your range.  You only need to have values for the criteria which you want to use.  In this example, Order Number is left blank because it will not be used as a criterion.    The <em>field</em> is the column which you want to sum.  It can be either the number of the column in the range or the name of the column.  These examples show a variety of ways to use the DSUM function and the resulting values:</p>
<p>=DSUM(A4:E10,3,B1:B2) =&gt; 33</p>
<p>=DSUM(A4:E10,&#8221;Quantity&#8221;,B1:B2) =&gt; 33</p>
<p>=DSUM(A4:E10,5,B1:C2) =&gt; 89.25</p>
<p>=DSUM(A4:E10,5,B1:B2) =&gt; 106.75</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-738" title="DSUM Function" src="http://www.excelbuddy.com/wp-content/uploads/2010/08/DSUM.png" alt="" width="541" height="522" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/dsum-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

