<?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>Mon, 19 Jul 2010 13:02:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>AutoSum function in Excel</title>
		<link>http://www.excelbuddy.com/autosum-function-in-excel/</link>
		<comments>http://www.excelbuddy.com/autosum-function-in-excel/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 00:32:59 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[auto sum]]></category>
		<category><![CDATA[autosum]]></category>
		<category><![CDATA[sum]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=248</guid>
		<description><![CDATA[Quick Overview
<p>The AutoSum Function is by far one of the most useful features in all of Excel.  Just about every spreadsheet can benefit from incorporating the AutoSum function.</p>
Lets Begin
<p>To begin, let&#8217;s start with a list of data we are looking to sum.
</p>
<p style="text-align: center;"></p>
<p style="text-align: left;">Use the AutoSum function to count the selected items in the grocery list from B3 to B9.  In Cell B11, enter the formula: =SUM(B3:B9)
</p>
<p style="text-align: left;"></p>
<p style="text-align: left;">Let&#8217;s quickly dissect the syntax.  ...]]></description>
			<content:encoded><![CDATA[<h2>Quick Overview</h2>
<p>The AutoSum Function is by far one of the most useful features in all of Excel.  Just about every spreadsheet can benefit from incorporating the AutoSum function.</p>
<h2>Lets Begin</h2>
<p>To begin, let&#8217;s start with a list of data we are looking to sum.<br />
<span id="more-248"></span></p>
<p style="text-align: center;"><a href="http://excelbuddy.com/wp-content/uploads/2009/09/14.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-353" title="1" src="http://excelbuddy.com/wp-content/uploads/2009/09/14.gif" alt="1" width="279" height="286" /></a></p>
<p style="text-align: left;">Use the AutoSum function to count the selected items in the grocery list from B3 to B9.  In Cell B11, enter the formula: <strong>=SUM(B3:B9)<br />
</strong></p>
<p style="text-align: left;"><a href="http://excelbuddy.com/wp-content/uploads/2009/09/21.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-354" title="2" src="http://excelbuddy.com/wp-content/uploads/2009/09/21.gif" alt="2" width="379" height="304" /></a></p>
<p style="text-align: left;">Let&#8217;s quickly dissect the syntax.  We are telling Excel to add all of the amounts in the range B3 to B9 and display the total in Cell B11.</p>
<p style="text-align: left;">While holding the CTRL button, you can select various cells, or a range of cells to Sum.</p>
<h2>Examples:</h2>
<p>=SUM(B3:B9) &#8211; <em>Result $28.51</em></p>
<p style="text-align: left;">=SUM(B3:B4,B8:B9) &#8211; <em>Result $21.27</em></p>
<p style="text-align: left;">
<p style="text-align: left;">If you have an questions, please feel free to comment below.<em><br />
</em></p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/autosum-function-in-excel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SUMIF Function in Excel</title>
		<link>http://www.excelbuddy.com/sumif-function-in-excel/</link>
		<comments>http://www.excelbuddy.com/sumif-function-in-excel/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 00:28:14 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[condition]]></category>
		<category><![CDATA[criteria]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[sumif]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=277</guid>
		<description><![CDATA[The SUMIF function adds cells specified in range by a certain condition or criteria.]]></description>
			<content:encoded><![CDATA[<p>The SUMIF function adds cells specified in range by a certain condition or criteria.</p>
<p>The Syntax for SumIF Function:</p>
<h3 style="padding-left: 30px;">=sumif(range,criteria,[sum_range])</h3>
<p><strong>Range: </strong> A range is a  range of cells you want to apply a specific criteria against.</p>
<p><strong>Criteria:</strong> The criteria determines which cells to add.</p>
<p><strong>Sum_range:</strong> Cells to sum.</p>
<h2>Example:</h2>
<p>The following example shows how to properly use the SumIf Function.   Basically, we are using the SumIf function in Cell D3 to determine how many runs the Tigers scored in Home.  The example uses the range A3:A12.  The SumIf function matches the word &#8220;Home&#8221; in the range A3:A12 then adds the runs in the Sum_range B3:B12.   Since our criteria is &#8220;Home,&#8221; the SumIf function ignores all of the away games.</p>
<p><img class="aligncenter size-full wp-image-282" title="1" src="http://excelbuddy.com/wp-content/uploads/2009/08/11.jpg" alt="1" width="419" height="304" /></p>
<p>Other Examples:</p>
<p>=SUMIF(A3:A12,C3,B3:B12) &#8212;&#8211; The SumIf Function returns: 20</p>
<p>=SUMIF(A3:A12,&#8221;Home&#8221;,B3:B12) &#8212;&#8211; The SumIf Function returns: 20</p>
<p>=SUMIF(A3:A12,&#8221;Away&#8221;,B3:B12) &#8212;&#8211; The SumIf Function returns: 13</p>
<p><strong>Follow Up:</strong></p>
<p>If you have any questions or need something explained further, please comment below.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr valign="top">
<td>
<div id="content"><!-- InstanceBeginEditable name="Content" --></p>
<h1>Excel: SumIf Function</h1>
<hr />In Excel, the <strong>SumIf</strong> function adds all numbers in a range of cells, based on a given criteria.</p>
<p>The syntax for the <strong>SumIf</strong> function is:</p>
<blockquote class="definition"><p>SumIf( range, criteria, sum_range )</p></blockquote>
<p><em>range</em> is the range of cells that you want to apply the <em>criteria</em> against.</p>
<p><em>criteria</em> is used to determine which cells to add.</p>
<p><em>sum_range</em> are the cells to sum.</p>
<p class="example_heading">Applies To:</p>
<ul>
<li>Excel 2007, Excel 2003, Excel XP, Excel 2000</li>
</ul>
<p class="example_heading">For example:</p>
<p>Let&#8217;s take a look at an example:</p>
<p><img src="http://www.techonthenet.com/excel/formulas/images/sumif001.png" alt="" width="405" height="309" /></p>
<p>Based on the Excel spreadsheet above:</p>
<blockquote>
<table border="0" cellspacing="0" cellpadding="3" width="342">
<tbody>
<tr>
<td class="function_example" width="205">=SumIf(A2:A6, D2, C2:C6)</td>
<td class="function_desc" width="133">would return 218.6</td>
</tr>
<tr>
<td class="function_example" width="205">=SumIf(A:A, D2, C:C)</td>
<td class="function_desc" width="133">would return 218.6</td>
</tr>
<tr>
<td class="function_example" width="205">=SumIf(A2:A6, 2003, C2:C6)</td>
<td class="function_desc" width="133">would return 7.2</td>
</tr>
<tr>
<td class="function_example" width="205">=SumIf(A2:A6, &#8220;&gt;=2001&#8243;, C2:C6)</td>
<td class="function_desc" width="133">would return 12.6</td>
</tr>
</tbody>
</table>
</blockquote>
<h2>Using Named Ranges</h2>
<p>You can also use a named range in the SumIf function. For example, we&#8217;ve created a named range called <em>family</em> that refers to <strong>column A</strong> in Sheet 1.</p>
<p><img src="http://www.techonthenet.com/excel/formulas/images/sumif002.png" alt="" width="410" height="250" /><br />
Then we&#8217;ve entered the following data in Excel:</p>
<p><img src="http://www.techonthenet.com/excel/formulas/images/sumif003.png" alt="" width="404" height="296" /></p>
<p>Based on the Excel spreadsheet above:</p>
<blockquote>
<table border="0" cellspacing="0" cellpadding="3" width="342">
<tbody>
<tr>
<td class="function_example" width="205">=SumIf(family, C2, B:B)</td>
<td class="function_desc" width="133">would return 218.6</td>
</tr>
<tr>
<td class="function_example" width="205">=SumIf(family, &#8220;&gt;=2001&#8243;, B:B)</td>
<td class="function_desc" width="133">would return 12.6</td>
</tr>
</tbody>
</table>
</blockquote>
<p>To view named ranges: Under the Insert menu, select Name &gt; Define.</p>
<p><img src="http://www.techonthenet.com/excel/formulas/images/sumif004.png" alt="" width="404" height="295" /></p>
<p><!-- InstanceEndEditable --></p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/sumif-function-in-excel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HLOOKUP Function in Excel</title>
		<link>http://www.excelbuddy.com/hlookup-function-in-excel/</link>
		<comments>http://www.excelbuddy.com/hlookup-function-in-excel/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 12:00:24 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[hlookup]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=241</guid>
		<description><![CDATA[<p>HLOOKUP stands for horizontal lookup. The difference between HLOOKUP and VLOOKUP is that HLOOKUP searches for data in rows instead of columns.</p>
<p></p>
Syntax
<p>To start off, lets take a look at the HLOOKUP syntax.</p>
<p style="padding-left: 30px;">=HLOOKUP(lookup_value,table_array,row_index_num,range_lookup)</p>
<p>lookup _value: 
This is the value you want to match. The lookup _value can be a text, a logical value (TRUE or FALSE only), a number, or a cell that references a value.</p>
<p>table_array: </p>
<p>This is the range of data range that our function uses to perform our ...]]></description>
			<content:encoded><![CDATA[<p>HLOOKUP stands for horizontal lookup. The difference between HLOOKUP and VLOOKUP is that HLOOKUP searches for data in rows instead of columns.</p>
<p><span id="more-241"></span></p>
<h1>Syntax</h1>
<p>To start off, lets take a look at the HLOOKUP syntax.</p>
<p style="padding-left: 30px;"><strong>=HLOOKUP(lookup_value,table_array,row_index_num,range_lookup)</strong></p>
<p><strong>lookup _value: </strong><br />
This is the value you want to match. The lookup _value can be a text, a logical value (TRUE or FALSE only), a number, or a cell that references a value.</p>
<p><strong>table_array: </strong></p>
<p>This is the range of data range that our function uses to perform our search. The array used in HLOOKUP must contain at least two rows. The first row of data contains the lookup_values.</p>
<p>* It is best to use an absolute cell reference for the table_array. By using “$” in the range, this keeps a cell reference fixed on a certain cell, or cells.</p>
<p><strong>row_index_num:</strong><br />
Enter the row number of the table_array from which you want data returned from. For example:</p>
<ul>
<li>if the row_index_num is 1, it returns a value from the first row in the table_array;</li>
<li>if the row_index_num is 2, it returns a value from the second row in the table_array.</li>
</ul>
<p><strong>range_lookup:</strong><br />
True or False. The range_lookup must be a logical value.</p>
<ul>
<li>If TRUE or if this argument is omitted, HLOOKUP will use an approximate match if it cannot find an exact match to the lookup_value. If an exact match is not found, HLOOKUP uses the next largest lookup_value.</li>
<li>If FALSE, HLOOKUP will only use an exact match to the hookup_value. If there are two or more values in the first column of table_array that match the lookup_value, the first value found is used. If an exact match is not found, an #N/A error is returned.</li>
</ul>
<h1>HLOOKUP Example</h1>
<p>In the image below, we are telling Excel in Cell B1 to look at the range B3:E4 and find to Ty Cobb. Once Ty Cobb is found, we want HLOOKUP to show Ty’s batting average.</p>
<p><img class="aligncenter size-full wp-image-263" title="1" src="http://excelbuddy.com/wp-content/uploads/2009/08/11.gif" alt="1" width="529" height="145" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/hlookup-function-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concatenate Function</title>
		<link>http://www.excelbuddy.com/concatenate-function/</link>
		<comments>http://www.excelbuddy.com/concatenate-function/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:15:07 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[combine]]></category>
		<category><![CDATA[concatenate]]></category>
		<category><![CDATA[concatnate]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=213</guid>
		<description><![CDATA[Excel’s concatenate function is used to combine character strings from multiple cells. This function can be extremely useful if you need to perform a manual task on a large list of data.]]></description>
			<content:encoded><![CDATA[<p>Excel’s concatenate function is used to combine character strings from multiple cells.   This function can be extremely useful if you need to perform a manual task on a large list of data.</p>
<p>The example is this tutorial will demonstrate how to combine an area code in column &#8220;A&#8221; with a phone number in column &#8220;B.&#8221;   We will also be including  the dash mark</p>
<ol>
<li>To begin, start with a list like shown below.  As you can see, in column &#8220;A&#8221; we have the area code and in column &#8220;B&#8221; we have the phone number.<img class="aligncenter size-full wp-image-214" title="1" src="http://excelbuddy.com/wp-content/uploads/2009/08/1.jpg" alt="1" width="341" height="149" /></li>
<li>Instead of manually copying or retyping each number, we can use the Concatenate formula.   In Cell C2, type the following forumula. <strong>=CONCATENATE(A2,&#8221;-&#8221;,B2) </strong>You can change the dash mark &#8220;-&#8221; to any other character, however, it must be in quotations marks.
<p style="text-align: center;"><img class="aligncenter size-full wp-image-215" title="2" src="http://excelbuddy.com/wp-content/uploads/2009/08/2.jpg" alt="2" width="418" height="179" /></p>
</li>
<li>Once you hit enter, the phone number will be displayed properly. Simply drag the formula down using the <a href="http://excelbuddy.com/auto-fill/" rel="nofollow" title="Auto Fill"  target="_self">Auto Fill</a> function.<br />
<img class="aligncenter size-full wp-image-216" title="3" src="http://excelbuddy.com/wp-content/uploads/2009/08/3.jpg" alt="3" width="342" height="151" /></li>
</ol>
<h2>Error Message Fix</h2>
<p>If you decide you want to delete columns &#8220;A&#8221; and &#8220;B&#8221; from the sheet, you may notice you receive an #REF! error.  Since destination cells, in this case &#8220;C2&#8243; only contain formulas, we need columns &#8220;A&#8221; and &#8220;B&#8221; to grab our value.  However, here is  a simple trick to bypass this annoying error.</p>
<ol>
<li>Highlight and select your list of numbers in column &#8220;C.&#8221;</li>
<li>Once selected, right click and hit &#8220;Copy.&#8221;</li>
<li>Once copied, hit &#8220;Paste Special.&#8221;</li>
<li>Select the &#8220;Values&#8221; radio box and hit &#8220;OK&#8221;</li>
</ol>
<p><img class="aligncenter size-full wp-image-217" title="4" src="http://excelbuddy.com/wp-content/uploads/2009/08/4.jpg" alt="4" width="360" height="325" /></p>
<p>Now you can delete columns &#8220;A&#8221; and &#8220;B&#8221; without losing your data.</p>
<p><img class="aligncenter size-full wp-image-218" title="5" src="http://excelbuddy.com/wp-content/uploads/2009/08/5.jpg" alt="5" width="171" height="146" /></p>
<p>If you have any questions, please comment below or use the contact page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/concatenate-function/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Excel VLOOKUP</title>
		<link>http://www.excelbuddy.com/excel-vlookup/</link>
		<comments>http://www.excelbuddy.com/excel-vlookup/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 01:27:04 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[abosolute]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[criteria]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=197</guid>
		<description><![CDATA[<p>VLOOKUP in excel stands for vertical lookup.  This simple function is extremely useful if you have large lists of data.  With this function, you can easily search through a list of data and match specific criteria.  In the example below, we will use this function to match a batting average with a specific player.</p>
<p></p>
Syntax
<p>To start off, lets take a look at the VLOOKUP syntax.</p>
<p style="padding-left: 30px;">=VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)</p>
<p>lookup _value: 
This is the value you want to match.  The ...]]></description>
			<content:encoded><![CDATA[<p>VLOOKUP in excel stands for vertical lookup.  This simple function is extremely useful if you have large lists of data.  With this function, you can easily search through a list of data and match specific criteria.  In the example below, we will use this function to match a batting average with a specific player.</p>
<p><span id="more-197"></span></p>
<h1>Syntax</h1>
<p>To start off, lets take a look at the VLOOKUP syntax.</p>
<p style="padding-left: 30px;"><strong>=VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)</strong></p>
<p><strong>lookup _value: </strong><br />
This is the value you want to match.  The lookup _value can be a text, a logical value (TRUE or FALSE only), a number, or a cell that references a value.</p>
<p><strong>table_array: </strong></p>
<p>This is the range of data range that our function uses to perform our search. The array used in VLOOKUP must contain at least two columns.  The first column of data contains the lookup_values.</p>
<p>* It is best to use an absolute cell reference for the table_array. By using &#8220;$&#8221; in the range, this keeps a cell reference fixed on a certain cell, or cells.</p>
<p><strong>col_index_num:</strong><br />
Enter the column number of the table_array from which you want data returned from. For example:</p>
<ul>
<li>if the col_index_num is 1, it returns a value from the first column in the table_array;</li>
<li>if the col_index_num is 2, it returns a value from the second column in the table_array.</li>
</ul>
<p><strong>range_lookup:</strong><br />
True or False.  The range_lookup must be a logical value.</p>
<ul>
<li>If TRUE or if this argument is omitted, VLOOKUP will use an approximate match if it cannot find an exact match to the lookup_value. If an exact match is not found, VLOOKUP uses the next largest lookup_value.</li>
<li>If FALSE, VLOOKUP will only use an exact match to the lookup_value. If there are two or more values in the first column of table_array that match the lookup_value, the first value found is used. If an exact match is not found, an #N/A error is returned.<br />
<!--more--></li>
</ul>
<h1>VLOOKUP Example</h1>
<p>In the image below, we are telling Excel in Cell D1 to look at the range E2:F6 and find Ty Cobb.  Once Ty Cobb is found, we want VLOOKUP to  show Ty&#8217;s batting average listed in cell D1</p>
<p><img class="aligncenter size-full wp-image-201" title="1" src="http://excelbuddy.com/wp-content/uploads/2009/07/1.gif" alt="1" width="414" height="198" /></p>
<pre>Sources:</pre>
<pre>Microsoft.com
About.com</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/excel-vlookup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>COUNTIF Function &#8211; Cell Counting Tips</title>
		<link>http://www.excelbuddy.com/count-function-cell-counting-tips/</link>
		<comments>http://www.excelbuddy.com/count-function-cell-counting-tips/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 01:21:31 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[countif]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[range]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=174</guid>
		<description><![CDATA[There are various methods used to count cells in Excel. We will be utilizing the COUNT function.]]></description>
			<content:encoded><![CDATA[<p>There are various methods used to count cells in Excel.  We will be utilizing the COUNT function.</p>
<ul>
<li>The COUNTIF function is used to count cells in a range given a certain criteria.</li>
</ul>
<p>The examples listed below show how to properly use the COUNT function in Excel. In every example, the data range that will need to be changed is titled &#8220;range.&#8221;</p>
<h2><span style="text-decoration: underline;">Use of the COUNT function Examples</span></h2>
<p><strong>To count the number of cells that contain the word &#8220;buddy&#8221;: </strong></p>
<pre style="padding-left: 30px;">=COUNTIF(range,"criteria")</pre>
<pre style="padding-left: 30px;">=COUNTIF(range,"buddy")</pre>
<h2>The asterisk &#8220;*&#8221; is your friend</h2>
<p><strong>To count the number of cells that contain any text:</strong></p>
<pre style="padding-left: 30px;">=COUNTIF(range,"*")</pre>
<p><strong>To count the number of cells that contain text that begins with the letter &#8220;b&#8221;:</strong></p>
<pre style="padding-left: 30px;">=COUNTIF(range,"b*")</pre>
<p><strong>To count the number of cells that contain the letter &#8220;b&#8221;:</strong></p>
<pre style="padding-left: 30px;">=COUNTIF(range,"*b*")</pre>
<h2>Count Functions with exact criteria</h2>
<p><strong>To count the number of rows where the cell is greater than or equal to a given number:</strong></p>
<p style="padding-left: 30px;"><strong><span style="font-family: 'Courier New'; font-weight: normal; line-height: 18px; font-size: 12px; white-space: pre;">=COUNTIF(B1:B10,&#8221;&gt;=10&#8243;)</span></strong></p>
<p><strong>To count the number of cells that contain either &#8220;yes&#8221; or &#8220;no&#8221;:</strong></p>
<pre style="padding-left: 30px;">=COUNTIF(range,"yes")+COUNTIF(range,"no")</pre>
<p><strong>To count the number of cells that contain a value between 1 and 10:</strong></p>
<pre style="padding-left: 30px;">=COUNTIF(range,"&gt;=1")-COUNTIF(range,"&gt;10")</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/count-function-cell-counting-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using the IF statement</title>
		<link>http://www.excelbuddy.com/using-the-if-statement/</link>
		<comments>http://www.excelbuddy.com/using-the-if-statement/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 02:50:32 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[false]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[statement]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[true]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=145</guid>
		<description><![CDATA[The IF statement is excel is very useful, but can become a little complicated.  The following explanation will explain how to easily and properly use this function.]]></description>
			<content:encoded><![CDATA[<p>The IF statement is excel is very useful, but can become a little complicated.  The following explanation will explain how to easily and properly use this function.</p>
<h3>Overview</h3>
<p>The IF function answers the question, &#8220;Is this true or false.  There a three basic arguments used in the function.</p>
<ol>
<li><strong>Logical Test</strong> &#8211; Does Batter &#8220;A&#8221; or Batter &#8220;B&#8221; have a higher average.</li>
<li><strong>Value if true</strong> &#8211; What is displayed if the value is true.</li>
<li><strong>Value if false</strong> &#8211; What is displayed if the value is false.</li>
</ol>
<h2>Execution</h2>
<p>The following example will show you how to determine which baseball player has a higher batting average.</p>
<p>Start by using the following fuction.</p>
<p>=IF(B3&gt;C3,&#8221;John&#8221;,&#8221;Andrew&#8221;)</p>
<p style="text-align: center;"><img class="size-full wp-image-147  aligncenter" title="1" src="http://excelbuddy.com/wp-content/uploads/2009/06/1.jpg" alt="1" width="522" height="307" /></p>
<p style="text-align: left;">You can copy/drag the formula down to display the results. I&#8217;m going to assume you know how to copy a formula. If you don&#8217;t, click and hold the little fill handle that appears in the bottom right corner of the cell. You are then able to drag the formula down. You can also refer to the <a href="http://excelbuddy.com/auto-fill/" rel="nofollow" title="Auto-Fill"  target="_self">Auto-Fill Tutorial.</a></p>
<p style="text-align: center;"><img class="size-full wp-image-148    aligncenter" title="2" src="http://excelbuddy.com/wp-content/uploads/2009/06/2.jpg" alt="2" width="429" height="281" /></p>
<p style="text-align: left;">There are numerous variations to using IF statements.  If you have any difficulties with any statement or function, please feel free to ask.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/using-the-if-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Validation &#8211; Dependent Lists</title>
		<link>http://www.excelbuddy.com/data-validation-dependent-lists/</link>
		<comments>http://www.excelbuddy.com/data-validation-dependent-lists/#comments</comments>
		<pubDate>Sun, 10 May 2009 23:54:28 +0000</pubDate>
		<dc:creator>Excelbud</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[cells]]></category>
		<category><![CDATA[combo]]></category>
		<category><![CDATA[combo box]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[dependant]]></category>
		<category><![CDATA[dependant lists]]></category>
		<category><![CDATA[dependent]]></category>
		<category><![CDATA[indirect]]></category>
		<category><![CDATA[validate]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://excelbuddy.com/?p=58</guid>
		<description><![CDATA[This tutorial will show you how to create a dependent list on Excel. This technique is extremely useful when categorizing data. In the example below, the user will select the State in cell A3. Cell B3 (City) will pull a city based off of the users selection.]]></description>
			<content:encoded><![CDATA[<p>This tutorial will show you how to create a dependent list on Excel. This technique is extremely useful when categorizing data. In the example below, the user will select the State in cell A3. Cell B3 (City) will pull a city based off of the users selection.</p>
<ol>
<li>Start with a list of categories. I chose to use State and cities for this demonstration.
<p style="text-align: center;"><img class="size-full wp-image-59 aligncenter" title="Validation List" src="http://excelbuddy.com/wp-content/uploads/2009/05/list.gif" alt="Validation List used to categorize data." width="326" height="76" /></p>
</li>
<li>In order to set up our validation list, we need to define names for each series. To begin, select cells D3-D5. Right above column A, type &#8220;State&#8221; and hit enter.
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-238" title="list2" src="http://excelbuddy.com/wp-content/uploads/2009/05/list21-300x86.gif" alt="list2" width="300" height="86" /></p>
</li>
<li>Continue to define names for Ohio, Michigan, and Illinois. Highlight cells E3-E5 and type &#8220;Ohio&#8221; about column &#8220;A.&#8221;
<p style="text-align: center;"><img class="size-full wp-image-61 aligncenter" title="Continue to Name all columns." src="http://excelbuddy.com/wp-content/uploads/2009/05/list3.gif" alt="Continue to Name all columns." width="475" height="135" /></p>
</li>
<li>Once the columns are defined, we can now create our dependent validation list. Click on Cell A3.</li>
<li>Click Data -&gt; Data Validation -&gt;Data <span style="text-decoration: underline;">V</span>alidation&#8230;</li>
<li>Once the Data Validation box is displayed, click the down arrow and select &#8220;List.&#8221;
<p style="text-align: center;"><img class="size-full wp-image-65 aligncenter" title="data_validate-box" src="http://excelbuddy.com/wp-content/uploads/2009/05/data_validate-box.gif" alt="data_validate-box" width="395" height="316" /></p>
</li>
<li>Now it&#8217;s time to select the source data. The source data selected here will show &#8220;=State&#8221; but will be cells D3-D5.
<p style="text-align: center;"><img class="size-full wp-image-66 aligncenter" title="source_data1" src="http://excelbuddy.com/wp-content/uploads/2009/05/source_data1.gif" alt="Source Data List" width="394" height="313" /></p>
</li>
<li>Now we have a state list generated. Make sure your list is working correctly before moving to the next step.
<p style="text-align: center;"><img class="size-full wp-image-67 aligncenter" title="drop_down" src="http://excelbuddy.com/wp-content/uploads/2009/05/drop_down.gif" alt="State drop-down list." width="180" height="127" /></p>
</li>
<li>Now comes the good stuff! Click on cell B3.</li>
<li>Just like before, Click Data -&gt; Data Validation -&gt;Data Validation&#8230;</li>
<li>Once the Data Validation box is displayed, click the down arrow and select &#8220;List.&#8221;</li>
<li>Instead of clicking on the source button, type =INDIRECT(A3)
<p style="text-align: center;"><img class="size-full wp-image-68 aligncenter" title="indirect" src="http://excelbuddy.com/wp-content/uploads/2009/05/indirect.gif" alt="=INDIRECT(A3)" width="397" height="314" /></p>
</li>
<li>The INDIRECT function will take the selection in A3 and compare the names we defined earlier in B3.</li>
<li>If you receive an error message stating &#8220;The Source currently evaluates do an error.&#8221; Click YES.
<p style="text-align: center;"><img class="size-full wp-image-71 aligncenter" title="final" src="http://excelbuddy.com/wp-content/uploads/2009/05/final.gif" alt="final" width="240" height="128" /></p>
</li>
<li>Please feel free to comment if you have any questions.</li>
</ol>
<p>Tutorials Files:</p>
<p><span style="text-decoration: underline;"><a href="http://excelbuddy.com/wp-content/uploads/2009/05/data_validation.xlsx" rel="nofollow" >data_validation</a></span></p>
<p><span style="text-decoration: underline;"><a href="http://excelbuddy.com/wp-content/uploads/2009/05/data_validation_97-2003.xls" rel="nofollow" ></a><a href="http://excelbuddy.com/wp-content/uploads/2009/05/data_validation_97-2003.xls" rel="nofollow" >data_validation_97-2003</a></span></p>
<h2><span style="color: #0000ee;"><span style="color: #000000;"><strong> </strong></span></span></h2>
<h2><span style="color: #0000ee;"><span style="color: #000000;"><strong><span style="color: #ff0000;">Updated Tutorial &#8211; 11/24/2009</span></strong></span></span></h2>
<h2><span style="color: #0000ee;"><span style="color: #000000;"><strong>Creating a Dependent List for two-word items</strong></span></span></h2>
<p><span style="color: #0000ee;"><span style="color: #000000;"><span style="color: #000000;">The question has been asked how to make a dependent list when the primary choice is more than one word.</span></span></span></p>
<p><span style="color: #0000ee;"><span style="color: #000000;"><span style="color: #0000ee;"><span style="color: #000000;">In the example below, &#8220;Buckeye Nation&#8221; is the two letter state.  I realize this is not a State, but name a US State that has two words.</span></span></span></span></p>
<p><span style="color: #0000ee;"><span style="color: #000000;"><span style="color: #0000ee;"><span style="color: #000000;">Next, create the supporting list using a one word title.  Instead of writing &#8220;Buckeye Nation&#8221; use &#8220;BuckeyeNation.&#8221;  This is shown in Column G</span></span></span></span></p>
<p><span style="color: #0000ee;"><span style="color: #000000;"><span style="color: #0000ee;"><span style="color: #000000;"><img class="aligncenter size-full wp-image-452" title="dependent-updated" src="http://excelbuddy.com/wp-content/uploads/2009/05/1.gif" alt="dependent-updated" width="400" height="168" /></span></span></span></span></p>
<p><span style="color: #0000ee;"><span style="color: #000000;"><span style="color: #0000ee;"><span style="color: #000000;">Now, follow Step 2 above to Define the list for cells G3-G4.   Make sure you use a one word title eg. &#8220;BuckeyeNation&#8221; </span></span></span></span></p>
<p><span style="color: #0000ee;"><span style="color: #000000;">In order to remove the space, we must utilize the formula below.  Before this question was asked by visitors of Excelbuddy.com, I was unfamiliar myself on how this could be done.  However, I did a Google search and was able to find a solution. </span></span></p>
<p><span style="color: #0000ee;"><span style="color: #000000;"><strong>=INDIRECT(SUBSTITUTE(A2,&#8221; &#8220;,&#8221;"))</strong></span></span></p>
<p><span style="color: #0000ee;"><span style="color: #000000;"><a href="http://excelbuddy.com/wp-content/uploads/2009/05/2.gif" rel="nofollow" ><img class="aligncenter size-full wp-image-453" title="2-update" src="http://excelbuddy.com/wp-content/uploads/2009/05/2.gif" alt="2-update" width="350" height="280" /></a></span></span></p>
<p><span style="color: #0000ee;"><span style="color: #000000;"> The files are available for download.</span></span></p>
<p><span style="color: #0000ee;"><span style="color: #000000;"><a href="http://excelbuddy.com/wp-content/uploads/2009/05/data_validation_97_2003.xls" rel="nofollow" >Dowload file for Excel 97-2003</a></span></span></p>
<p><span style="color: #0000ee;"><span style="color: #000000;"><a href="http://excelbuddy.com/wp-content/uploads/2009/05/data_validation_2007.xls" rel="nofollow" >Download file for Excel 2007</a></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.excelbuddy.com/data-validation-dependent-lists/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
