<?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"
	>

<channel>
	<title>Contextures Blog</title>
	<atom:link href="http://blog.contextures.com/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.contextures.com</link>
	<description>Save Time and Money in Business</description>
	<pubDate>Fri, 21 Nov 2008 05:03:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Enter Excel Data Without Decimals</title>
		<link>http://blog.contextures.com/archives/2008/11/21/enter-excel-data-without-decimals/</link>
		<comments>http://blog.contextures.com/archives/2008/11/21/enter-excel-data-without-decimals/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 05:03:45 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
		
		<category><![CDATA[Data Entry]]></category>

		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/21/enter-excel-data-without-decimals/</guid>
		<description><![CDATA[Recently I helped someone who was having trouble entering data in a new installation of Excel 2007. When he entered 100, the value was automatically changed to 1. If he typed 1000, the value immediately became 10. Very mysterious, and frustrating for the user.
It&#8217;s a Feature
What the user had discovered was a relatively unknown feature [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I helped someone who was having trouble entering data in a new installation of Excel 2007. When he entered 100, the value was automatically changed to 1. If he typed 1000, the value immediately became 10. Very mysterious, and frustrating for the user.</p>
<h3>It&#8217;s a Feature</h3>
<p>What the user had discovered was a relatively unknown feature of Excel. If you&#8217;re entering a long list of decimal amounts, you can turn on this feature, and the decimal points will be added automatically.</p>
<p>This won&#8217;t be of help to anyone who&#8217;s entering a small amount of data, but if you&#8217;re entering hundreds of sales orders, where everything has two decimal places, it could save you hundreds of keystrokes.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/amtdecimalenter.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/amtdecimalenter.gif" border="0" alt="AmtDecimalEnter" width="" height="" /></a></p>
<h3>How to Change the Setting</h3>
<p>I have no idea how this setting would have been turned on in Excel 2007, without the user knowing. It&#8217;s certainly not a default setting when you take Excel out of the box. Perhaps it was changed accidentally, or by a co-worker who has a strange sense of humour.</p>
<h4>To change the setting in Excel 2007:</h4>
<ul>
<li>Click the Office button, then click Excel Options</li>
<li>Click the Advanced category</li>
<li>In the Editing options section, remove the check mark from &#8216;Automatically insert a decimal point&#8217;, then click OK.</li>
</ul>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/decpointclear.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/decpointclear.gif" border="0" alt="DecPointClear" width="" height="" /></a></p>
<h4>To change the setting in Excel 2003 or earlier:</h4>
<p>On the Tools menu, click Options</p>
<p>On the Edit tab, remove the check mark from Fixed decimal, then click OK.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/decpointclear2003.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/decpointclear2003.gif" border="0" alt="DecPointClear2003" width="" height="" /></a></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Contextures%20Blog&amp;siteurl=http%3A%2F%2Fblog.contextures.com%2F&amp;linkname=Enter%20Excel%20Data%20Without%20Decimals&amp;linkurl=http%3A%2F%2Fblog.contextures.com%2Farchives%2F2008%2F11%2F21%2Fenter-excel-data-without-decimals%2F"><img src="http://blog.contextures.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Enter Excel Data Without Decimals";
		a2a_linkurl="http://blog.contextures.com/archives/2008/11/21/enter-excel-data-without-decimals/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blog.contextures.com/archives/2008/11/21/enter-excel-data-without-decimals/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Entering Dates and Times in Excel</title>
		<link>http://blog.contextures.com/archives/2008/11/20/entering-dates-and-times-in-excel/</link>
		<comments>http://blog.contextures.com/archives/2008/11/20/entering-dates-and-times-in-excel/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 05:03:41 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/20/entering-dates-and-times-in-excel/</guid>
		<description><![CDATA[In yesterday&#8217;s post I showed formulas you can use to pull information from a date in Excel. In some workbooks you&#8217;ll enter dates manually, but often you&#8217;d like a date to be calculated automatically.
Calculate the Current Date
To show the current date in a cell, use the TODAY function:
&#160; =TODAY()
This date will update automatically when you [...]]]></description>
			<content:encoded><![CDATA[<p>In yesterday&#8217;s post I showed formulas you can use to <a href="http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/">pull information from a date in Excel</a>. In some workbooks you&#8217;ll enter dates manually, but often you&#8217;d like a date to be calculated automatically.</p>
<h3>Calculate the Current Date</h3>
<p>To show the current date in a cell, use the TODAY function:</p>
<p>&#160; =TODAY()</p>
<p>This date will update automatically when you open the workbook on a different date.</p>
<h3>Calculate the Current Date and Time</h3>
<p>To show the current date and time in a cell, use the NOW function:</p>
<p>&#160; =NOW()</p>
<p>This will update automatically.</p>
<h3>Manually Enter the Current Date and Time</h3>
<p>Instead of formulas, you can enter the date and time as values. These will NOT update automatically.</p>
<ul>
<li>To enter the current date in a cell as a value, press the Ctrl key and type a semi-colon (Ctrl+;)</li>
<li>To enter the current time in a cell as a value, press the Ctrl key and type a colon (Ctrl+Shift+;)</li>
<li>To enter both the date and time as value, enter the date (Ctrl+;), then a space character, then the time (Ctrl+Shift+;)</li>
</ul>
<h3>Determine When the Workbook Was Last Saved</h3>
<p>In yesterday&#8217;s post on dates, Mariusz asked how to find the <a href="http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comment-1047">date that the workbook was last saved</a>. Unlike Word, excel doesn&#8217;t have a menu command that will insert the last saved date. However, you can use a bit of programming to insert the date, assuming the workbook has been saved.</p>
<p><font face="Courier New">Sub GetLastSavedDate()     <br />&#160;&#160;&#160; On Error Resume Next      <br />&#160;&#160;&#160; Dim sSaveDate As String      <br />&#160;&#160;&#160; sSaveDate = FileDateTime(ActiveWorkbook.FullName)      <br />&#160;&#160;&#160; If sSaveDate = &quot;&quot; Then      <br />&#160;&#160;&#160;&#160;&#160; MsgBox &quot;Could not determine save date.&quot;      <br />&#160;&#160;&#160; Else      <br />&#160;&#160;&#160;&#160;&#160; Worksheets(&quot;DataEntry&quot;).Range(&quot;A1&quot;).Value _      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; = &quot;Last Saved: &quot; &amp; sSaveDate      <br />&#160;&#160;&#160; End If      <br />End Sub</font></p>
<p><font face="Courier New">&#160;</font></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Contextures%20Blog&amp;siteurl=http%3A%2F%2Fblog.contextures.com%2F&amp;linkname=Entering%20Dates%20and%20Times%20in%20Excel&amp;linkurl=http%3A%2F%2Fblog.contextures.com%2Farchives%2F2008%2F11%2F20%2Fentering-dates-and-times-in-excel%2F"><img src="http://blog.contextures.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Entering Dates and Times in Excel";
		a2a_linkurl="http://blog.contextures.com/archives/2008/11/20/entering-dates-and-times-in-excel/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blog.contextures.com/archives/2008/11/20/entering-dates-and-times-in-excel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Working With Dates In Excel</title>
		<link>http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/</link>
		<comments>http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 05:02:08 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/</guid>
		<description><![CDATA[This week I&#8217;ve been working on date formulas, from very simple ones, to complex formulas that calculate workdays per month, based on start and end dates that can span several months.
Extract Information from a Date
Many times I need to pull a bit of information from a date, such as the year, month or weekday.

Here are [...]]]></description>
			<content:encoded><![CDATA[<p>This week I&#8217;ve been working on date formulas, from very simple ones, to complex formulas that calculate workdays per month, based on start and end dates that can span several months.</p>
<h3>Extract Information from a Date</h3>
<p>Many times I need to pull a bit of information from a date, such as the year, month or weekday.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/datecalcs.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/datecalcs.gif" border="0" alt="DateCalcs" /></a></p>
<p>Here are the sample formulas I&#8217;d use. The date &#8212; December 29, 2008 &#8212; is in cell A2.</p>
<table style="height: 182px;" border="1" cellspacing="0" cellpadding="2" width="430">
<tbody>
<tr>
<td width="167" valign="top">
<p align="center">To Calculate</p>
</td>
<td width="180" valign="top">
<p align="center"><strong>The Formula</strong></p>
</td>
<td width="160" valign="top">
<p align="center"><strong>The Result</strong></p>
</td>
</tr>
<tr>
<td width="165" valign="top">Year</td>
<td width="180" valign="top">=YEAR(A2)</td>
<td width="160" valign="top">2008</td>
</tr>
<tr>
<td width="164" valign="top">Month Number</td>
<td width="180" valign="top">=MONTH(A2)</td>
<td width="160" valign="top">12</td>
</tr>
<tr>
<td width="163" valign="top">Month Name (short)</td>
<td width="180" valign="top">=TEXT(A2,&#8221;mmm&#8221;)</td>
<td width="160" valign="top">Dec</td>
</tr>
<tr>
<td width="163" valign="top">Month Name (long)</td>
<td width="180" valign="top">=TEXT(A2,&#8221;mmmm&#8221;)</td>
<td width="160" valign="top">December</td>
</tr>
<tr>
<td width="162" valign="top">Day of the month</td>
<td width="180" valign="top">=DAY(A2)</td>
<td width="160" valign="top">29</td>
</tr>
<tr>
<td width="163" valign="top">Weekday Number</td>
<td width="180" valign="top">=WEEKDAY(A2,1)</td>
<td width="160" valign="top">2</td>
</tr>
<tr>
<td width="163" valign="top">Weekday Name (short)</td>
<td width="180" valign="top">=TEXT(A2,&#8221;ddd&#8221;)</td>
<td width="160" valign="top">Mon</td>
</tr>
<tr>
<td width="163" valign="top">Weekday Name (long)</td>
<td width="180" valign="top">=TEXT(A2,&#8221;dddd&#8221;)</td>
<td width="160" valign="top">Monday</td>
</tr>
<tr>
<td width="163" valign="top">Year Month</td>
<td width="180" valign="top">=TEXT(A2,&#8221;yyyy mm&#8221;)</td>
<td width="160" valign="top">2008 12</td>
</tr>
</tbody>
</table>
<h3>Using the Calculated Dates</h3>
<p>If I plan to create a pivot table from data that contains a date field, I usually calculate the year and month in the source data. Then I can add those fields to the pivot table, instead of the individual dates.</p>
<p>Yes, the pivot table could automatically group the individual dates by year and month, but that can limit other functions in the pivot table. For example:</p>
<ul>
<li>if two pivot tables are based on the same data, grouping one pivot table by month would cause the other pivot table to also be grouped by month.</li>
<li>if a field is grouped, you can&#8217;t add calculated items to the pivot table</li>
</ul>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/groupcalcitem.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/groupcalcitem.gif" border="0" alt="GroupCalcItem" /></a></p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Contextures%20Blog&amp;siteurl=http%3A%2F%2Fblog.contextures.com%2F&amp;linkname=Working%20With%20Dates%20In%20Excel&amp;linkurl=http%3A%2F%2Fblog.contextures.com%2Farchives%2F2008%2F11%2F19%2Fworking-with-dates-in-excel%2F"><img src="http://blog.contextures.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Working With Dates In Excel";
		a2a_linkurl="http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blog.contextures.com/archives/2008/11/19/working-with-dates-in-excel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Avoiding Shared Workbooks in Excel</title>
		<link>http://blog.contextures.com/archives/2008/11/18/avoiding-shared-workbooks-in-excel/</link>
		<comments>http://blog.contextures.com/archives/2008/11/18/avoiding-shared-workbooks-in-excel/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 05:03:07 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/18/avoiding-shared-workbooks-in-excel/</guid>
		<description><![CDATA[Occasionally a client asks me to create a shared workbook in Excel, so two or more employees can work in it at the same time. It sounds good in theory, but I always try to come up with a different solution. 
Maybe you&#8217;ve had success with shared workbooks, and I&#8217;d love to hear about it [...]]]></description>
			<content:encoded><![CDATA[<p>Occasionally a client asks me to create a shared workbook in Excel, so two or more employees can work in it at the same time. It sounds good in theory, but I always try to come up with a different solution. </p>
<p>Maybe you&#8217;ve had success with shared workbooks, and I&#8217;d love to hear about it in the comments. For me, the limitations far outweigh the benefits, and there&#8217;s usually another way to accommodate multiple users.</p>
<h3>Too Many Missing Features</h3>
<p>After you share a workbook, many of Excel&#8217;s features can&#8217;t be used. There&#8217;s a list of <a href="http://office.microsoft.com/en-us/excel/HP052010801033.aspx">unavailable features for Excel 2003</a> on the Microsoft site, and in Excel&#8217;s help. For example, you can&#8217;t add any of the following features, and in some cases you can&#8217;t even change the existing items:</p>
<ul>
<li>Conditional Formatting</li>
<li>Data Validation</li>
<li>Lists</li>
<li>Protection</li>
<li>Pivot Tables</li>
</ul>
<p>If you do need to create a shared workbook, check the list of restricted features, and make sure you have everything set up exactly the way you want it, before you share the file. Test everything after you share the file, because things might not work the way they did before.</p>
<h3>Alternatives to Shared Workbooks</h3>
<p>What can you do instead? Find out exactly what the workbook&#8217;s purpose is, and why multiple people need to use it. </p>
<ul>
<li>If users are entering data, they could get in and out of the workbook quickly, so another person has a chance to enter their data. Excel will notify the next user when the workbook is available.</li>
<li>If users need the workbook as a calculator, make the file read only, or save it as a template, so anyone can open a copy. Users can save the file with a different name, if they need to save their work.</li>
<li>If users enter data on separate sheets, create separate workbooks instead. Then, create a summary workbook to pull all the data together.</li>
<li>If users need to enter data many times throughout the day, a database might be a better option.</li>
</ul>
<p>If you have other solutions, I&#8217;d like to hear them.</p>
<p>===========================</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Contextures%20Blog&amp;siteurl=http%3A%2F%2Fblog.contextures.com%2F&amp;linkname=Avoiding%20Shared%20Workbooks%20in%20Excel&amp;linkurl=http%3A%2F%2Fblog.contextures.com%2Farchives%2F2008%2F11%2F18%2Favoiding-shared-workbooks-in-excel%2F"><img src="http://blog.contextures.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Avoiding Shared Workbooks in Excel";
		a2a_linkurl="http://blog.contextures.com/archives/2008/11/18/avoiding-shared-workbooks-in-excel/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blog.contextures.com/archives/2008/11/18/avoiding-shared-workbooks-in-excel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>David McRitchie&#8217;s Excel Pages</title>
		<link>http://blog.contextures.com/archives/2008/11/17/david-mcritchies-excel-pages/</link>
		<comments>http://blog.contextures.com/archives/2008/11/17/david-mcritchies-excel-pages/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 05:05:20 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/17/david-mcritchies-excel-pages/</guid>
		<description><![CDATA[For many years, David McRitchie has been collecting and posting Excel information on his web site. With over 200 pages, your can find the answer to almost any Excel question on David&#8217;s site.
There&#8217;s a list of Excel articles, and many links to other sites which have Excel tutorials, downloads and advanced Excel topics.
David&#8217;s interests have [...]]]></description>
			<content:encoded><![CDATA[<p>For many years, David McRitchie has been collecting and posting <a href="http://www.mvps.org/dmcritchie/excel/excel.htm">Excel information</a> on his web site. With over 200 pages, your can find the answer to almost any Excel question on David&#8217;s site.</p>
<p>There&#8217;s a <a href="http://www.mvps.org/dmcritchie/excel/excel.htm#articles">list of Excel articles</a>, and many links to other sites which have <a href="http://www.mvps.org/dmcritchie/excel/excel.htm#tutorials">Excel tutorials</a>, downloads and advanced Excel topics.</p>
<p>David&#8217;s interests have shifted over the past couple of years, and he&#8217;s now documenting Firefox features. You can find his <a href="http://www.mvps.org/dmcritchie/firefox/lessons/intro/fx3_intro.htm">Firefox Lessons</a> in a new section on his web site.</p>
<p>Last week David was visiting relatives in Canada and we met for lunch on Friday. We had a great chat, and I learned quite a bit about his very interesting <a href="http://www.mvps.org/dmcritchie/rexx/aboutme.htm">work history</a>.</p>
<p>I had previously met David at a Microsoft MVP Summit in 2001. That was the first year I received the award, and David had been an Excel MVP since 1999. It was good to see him again, and I hope he enjoys the rest of his visit.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/davidmcritchie.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/davidmcritchie.jpg" border="0" alt="DavidMcRitchie" /></a></p>
<p>=============================</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Contextures%20Blog&amp;siteurl=http%3A%2F%2Fblog.contextures.com%2F&amp;linkname=David%20McRitchie%E2%80%99s%20Excel%20Pages&amp;linkurl=http%3A%2F%2Fblog.contextures.com%2Farchives%2F2008%2F11%2F17%2Fdavid-mcritchies-excel-pages%2F"><img src="http://blog.contextures.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="David McRitchie’s Excel Pages";
		a2a_linkurl="http://blog.contextures.com/archives/2008/11/17/david-mcritchies-excel-pages/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blog.contextures.com/archives/2008/11/17/david-mcritchies-excel-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Excel Twitters 20081115</title>
		<link>http://blog.contextures.com/archives/2008/11/15/excel-twitters-20081115/</link>
		<comments>http://blog.contextures.com/archives/2008/11/15/excel-twitters-20081115/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 05:03:53 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/15/excel-twitters-20081115/</guid>
		<description><![CDATA[Another week, another wave of Excel Twitters. It&#8217;s always interesting to see what people are up to, using Excel in ways it was never intended. At least one person is hitting the Save button, so that&#8217;s an improvement.
And I&#8217;m pretty sure I know that guy from Columbia, with the Excel questions in FaceBook. Not the [...]]]></description>
			<content:encoded><![CDATA[<p>Another week, another wave of Excel Twitters. It&#8217;s always interesting to see what people are up to, using Excel in ways it was never intended. At least one person is hitting the Save button, so that&#8217;s an improvement.</p>
<p>And I&#8217;m pretty sure I know that guy from Columbia, with the Excel questions in FaceBook. Not the asker, the ask-ee. Or is that spelled ASCII?</p>
<h3>Excel Face</h3>
<ul>
<li>Excel apparently can&#8217;t open files with names as long as Windows can make them. Nice.</li>
<li>This stupid statistics info in Excel is not coming out right!</li>
<li>Just lost 2 hours of work on an Excel spreadsheet. And yes &#8230; I did hit save several times.</li>
<li>excel crashed and took everything I was working on with it. can I just call it a day and go watch bond yet?</li>
<li>My coworkers fondly refer to my facial expression during the first part of the month as &#8220;Excel Face.&#8221; And boy do I have it today.</li>
</ul>
<h3>Excel Wishes</h3>
<ul>
<li>Why won&#8217;t excel stay visibly highlighted when I&#8217;m tabbed out to another window? Did it occur to them that people use it to arrange info?</li>
<li>on excel tips, I used to remember most of the short cut keys for 03 version and pretty proud of that, then comes 2007. <img src='http://blog.contextures.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
<li>I had 3 emails in FB from some guy asking for Excel help without saying please. His reason why I should help? &#8220;I&#8217;m also from Colombia&#8221;</li>
<li>squirming in a sense of financial pain that i can only hope is due to frightful excel errors</li>
<li>Chilly Beers &amp; no more Excel. That&#8217;s my vacation.</li>
</ul>
<h3>Make It Pretty</h3>
<ul>
<li>my staff know not to show me anything until it&#8217;s organized in excel w/ color coding. the annoyed stares don&#8217;t bother me anymore.</li>
<li> All my projects have me hangin&#8217; in Excel today. Love the functions; wish it was easier to make it &#8220;pretty.&#8221;</li>
</ul>
<h3>Now That&#8217;s a Real Hobby</h3>
<ul>
<li>excel makes me feel so organized and accomplished. is that dorky?</li>
<li>Is working on the wedding list thanks to excel messing all the address up .</li>
<li>creating an excel spreadsheet for carpooling. how pathetic!</li>
<li>I accidentally said I would make an Excel spreadsheet for Anima character creation. I am an idiot. I DON&#8217;T EVEN HAVE EXCEL!</li>
<li>Nightclubs wouldn&#8217;t be so popular if more people knew how cool Excel was. Now that&#8217;s a real hobby. <img src='http://blog.contextures.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>==============================</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Contextures%20Blog&amp;siteurl=http%3A%2F%2Fblog.contextures.com%2F&amp;linkname=Excel%20Twitters%2020081115&amp;linkurl=http%3A%2F%2Fblog.contextures.com%2Farchives%2F2008%2F11%2F15%2Fexcel-twitters-20081115%2F"><img src="http://blog.contextures.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Excel Twitters 20081115";
		a2a_linkurl="http://blog.contextures.com/archives/2008/11/15/excel-twitters-20081115/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blog.contextures.com/archives/2008/11/15/excel-twitters-20081115/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create Quick Equations in Word 2007</title>
		<link>http://blog.contextures.com/archives/2008/11/14/create-quick-equations-in-word-2007/</link>
		<comments>http://blog.contextures.com/archives/2008/11/14/create-quick-equations-in-word-2007/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 05:04:25 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
		
		<category><![CDATA[Functions]]></category>

		<category><![CDATA[Word]]></category>

		<category><![CDATA[Building Blocks]]></category>

		<category><![CDATA[Equations]]></category>

		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/14/create-quick-equations-in-word-2007/</guid>
		<description><![CDATA[Word 2007 has a new Building Blocks feature that lets you quickly add items, such as cover pages, text boxes, watermarks and page numbers. If you&#8217;re writing a scientific document, you can also insert equations.
Insert an Equation

On the Ribbon, click the Insert tab.
In the Symbols group, click on Equation, then click the equation that you [...]]]></description>
			<content:encoded><![CDATA[<p>Word 2007 has a new Building Blocks feature that lets you quickly add items, such as cover pages, text boxes, watermarks and page numbers. If you&#8217;re writing a scientific document, you can also insert equations.</p>
<h3>Insert an Equation</h3>
<ol>
<li>On the Ribbon, click the Insert tab.</li>
<li>In the Symbols group, click on Equation, then click the equation that you want to insert.<br />
<a href="http://blog.contextures.com/wp-content/uploads/2008/11/wordequationinsert.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/wordequationinsert.gif" border="0" alt="WordEquationInsert" /></a></li>
</ol>
<h3>Save an Equation</h3>
<p>After you insert an equation, you can modify it, then save it to use again later.</p>
<ol>
<li>Click on the equation in the Word document, to activate it.</li>
<li>Click the arrow at the bottom right of the equation box, and click on Save as New Equation.<br />
<a href="http://blog.contextures.com/wp-content/uploads/2008/11/wordequationsave.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/wordequationsave.gif" border="0" alt="WordEquationSave" /></a></li>
<li>Enter the details for your equation, then click OK.</li>
<li>When you close Word, you&#8217;ll be prompted to save the changes to the Building Blocks template. Click Yes to save your changes.</li>
</ol>
<h3>Insert a Saved Equation</h3>
<p>Saved equations are listed in the Building Blocks Organizer. Open it and select the item you want to insert.</p>
<ol>
<li>On the Ribbon, click the Insert tab.</li>
<li>In the Text group, click on Quick Parts, then click Building Blocks Organizer<br />
<a href="http://blog.contextures.com/wp-content/uploads/2008/11/wordbuildblocks.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/wordbuildblocks.gif" border="0" alt="WordBuildBlocks" /></a></li>
<li>In the Building Block Organizer dialog box, click on the Gallery heading, to sort the list by type.</li>
<li>Scroll down to the Equations, and click on an equation to select it.<br />
<a href="http://blog.contextures.com/wp-content/uploads/2008/11/wordequations.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/wordequations.gif" border="0" alt="WordEquations" /></a></li>
<li>Click the Insert button.</li>
</ol>
<h2>PUP Add-in With Free Source Code</h2>
<p>In other news, John Walkenbach is having a rare clearance sale. If you buy a licence for his <a href="http://spreadsheetpage.com/index.php/blog/free_pup_source_code/">Excel PUP add-in</a>, for Excel 2007 or earlier version, he&#8217;ll throw in the source code free.  It&#8217;s a great way to look under the hood, and learn some new tricks in Excel VBA. And the PUP add-in is packed with features that will help you use Excel more efficiently. It even has a few games, for those times when you&#8217;re tired of working so hard.</p>
<p>The offer is only good until November 17th, so if you&#8217;re thinking about buying it, don&#8217;t think too long.</p>
<p>==============================</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Contextures%20Blog&amp;siteurl=http%3A%2F%2Fblog.contextures.com%2F&amp;linkname=Create%20Quick%20Equations%20in%20Word%202007&amp;linkurl=http%3A%2F%2Fblog.contextures.com%2Farchives%2F2008%2F11%2F14%2Fcreate-quick-equations-in-word-2007%2F"><img src="http://blog.contextures.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Create Quick Equations in Word 2007";
		a2a_linkurl="http://blog.contextures.com/archives/2008/11/14/create-quick-equations-in-word-2007/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blog.contextures.com/archives/2008/11/14/create-quick-equations-in-word-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Windows Live Writer</title>
		<link>http://blog.contextures.com/archives/2008/11/13/using-windows-live-writer/</link>
		<comments>http://blog.contextures.com/archives/2008/11/13/using-windows-live-writer/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 05:02:29 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/13/using-windows-live-writer/</guid>
		<description><![CDATA[If you have a blog, I&#8217;d highly recommend that you write your articles in Windows Live Writer. It&#8217;s a free download, available on the Windows Live web site. You&#8217;ll need a Windows Live account before you can use the program, so if you don&#8217;t have an account yet, it&#8217;ll take you a couple of minutes [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a blog, I&#8217;d highly recommend that you write your articles in Windows Live Writer. It&#8217;s a free download, available on the <a href="http://windowslivewriter.spaces.live.com/">Windows Live web site</a>. You&#8217;ll need a Windows Live account before you can use the program, so if you don&#8217;t have an account yet, it&#8217;ll take you a couple of minutes to set that up.</p>
<p>I&#8217;ve been using Live Writer for a couple of weeks and find it much quicker and easier than logging into my WordPress blog, and writing an article in the tiny window there.</p>
<h3>Set Up a Blog</h3>
<p>You can set up one blog, or several blogs, and publish to any of them from the same Windows Live Writer session. It only takes a minute or two to set up a blog in Live Writer. Fill in the URL, name, password, and select from a few options.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/livesetup.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/livesetup.gif" border="0" alt="LiveSetup" width="" height="" /></a></p>
<p>Then, select a blog from the dropdown list, and start writing.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/livebloglist.gif"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/livebloglist.gif" border="0" alt="LiveBlogList" width="" height="" /></a></p>
<h3>Write an Article</h3>
<p>Live Writer has a nice big writing area, so it&#8217;s easier to see what you&#8217;re doing, and view more of the current article. There&#8217;s a formatting toolbar, with most of the common tools. Align is on the Format menu though, instead of the toolbar.</p>
<p>A few more features that keep me using Live Writer:</p>
<ul>
<li>Spelling mistakes are underlined, so you can correct them as you work.</li>
<li>From the sidebar, you can insert objects such as a table, map, or video.<br />
<a href="http://blog.contextures.com/wp-content/uploads/2008/11/liveinsert.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/liveinsert.gif" border="0" alt="LiveInsert" width="" height="" /></a></li>
<li>For articles with pictures, I keep Windows Explorer open, and drag the images in from there. That&#8217;s much quicker than using the Upload feature in WordPress.</li>
<li>At the bottom of the article window you can set the categories or add new categories.</li>
<li>The Set publish date feature lets you schedule articles for publishing later.<br />
<a href="http://blog.contextures.com/wp-content/uploads/2008/11/livescheddate.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/livescheddate.gif" border="0" alt="LiveSchedDate" width="" height="" /></a></li>
</ul>
<h3>Improvements</h3>
<p>There are a couple of things that I&#8217;d like to see improved in the next version.</p>
<ul>
<li>Tags &#8212; There&#8217;s an Insert Tags option, but I don&#8217;t see the tags in the published article on my web site.</li>
<li>Align &#8212; Add an Align button to the formatting toolbar.</li>
<li>Pictures &#8212; Don&#8217;t insert all the images as thumbnails. Maybe there&#8217;s somewhere to change that setting, but I haven&#8217;t found it yet.</li>
</ul>
<p>Those are minor annoyances though, and the benefits far outweigh them.</p>
<h3>Try It!</h3>
<p>Whether you write a couple of articles a month or several per day, I think you&#8217;ll like Live Writer. If you do try, let me know what you think of it.</p>
<p>_________________________</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Contextures%20Blog&amp;siteurl=http%3A%2F%2Fblog.contextures.com%2F&amp;linkname=Using%20Windows%20Live%20Writer&amp;linkurl=http%3A%2F%2Fblog.contextures.com%2Farchives%2F2008%2F11%2F13%2Fusing-windows-live-writer%2F"><img src="http://blog.contextures.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Using Windows Live Writer";
		a2a_linkurl="http://blog.contextures.com/archives/2008/11/13/using-windows-live-writer/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blog.contextures.com/archives/2008/11/13/using-windows-live-writer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Go To Special Sections of an Excel Worksheet</title>
		<link>http://blog.contextures.com/archives/2008/11/12/go-to-special-sections-of-an-excel-worksheet/</link>
		<comments>http://blog.contextures.com/archives/2008/11/12/go-to-special-sections-of-an-excel-worksheet/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 05:06:15 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
		
		<category><![CDATA[Data Entry]]></category>

		<category><![CDATA[Excel]]></category>

		<category><![CDATA[Keyboard Shortcuts]]></category>

		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/12/go-to-special-sections-of-an-excel-worksheet/</guid>
		<description><![CDATA[Excel reports often have blank rows that separate the sections. In this example, I needed a new formula to calculate the average price per order. After entering the formula in cell E2, I copied it down to the last row in the report. That was quicker than pasting the formula into each little section in [...]]]></description>
			<content:encoded><![CDATA[<p>Excel reports often have blank rows that separate the sections. In this example, I needed a new formula to calculate the average price per order. After entering the formula in cell E2, I copied it down to the last row in the report. That was quicker than pasting the formula into each little section in a long report.</p>
<p>Now all the blank rows have an error in the new column, because Excel doesn&#8217;t like to divide by zero.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/errorsblankrows.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/errorsblankrows.gif" border="0" alt="ErrorsBlankRows" /></a></p>
<p>You don&#8217;t want the formula in those rows, so you can use Excel&#8217;s Go To feature to quickly clear the cells that contain errors.</p>
<h3>Use Go To Special</h3>
<ol>
<li>Select column E, where the average order formula was added.</li>
<li>On the Ribbon, click the Home tab.</li>
<li>Click Find &amp; Select, then click Go To Special.</li>
<li>(In Excel 2003 and earlier versions, click Edit►Go To, and click the Special button. The keyboard shortcut for Go To is <strong>F5</strong>.)<br />
<a href="http://blog.contextures.com/wp-content/uploads/2008/11/gotospecial.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/gotospecial.gif" border="0" alt="GoToSpecial" /></a></li>
<li>In the Go To Special dialog box, select Formulas. You want to go to the cells that contain a formula, where the formula results in an error.</li>
<li>Under Formulas, remove all the check marks except for Errors, then click OK.<a href="http://blog.contextures.com/wp-content/uploads/2008/11/gotoerrors.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/gotoerrors.gif" border="0" alt="GoToErrors" /><br />
</a></li>
<li>On the worksheet, only the error cells are now selected.<br />
<a href="http://blog.contextures.com/wp-content/uploads/2008/11/gotoerrorssel.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/gotoerrorssel.gif" border="0" alt="GoToErrorsSel" width="height=" /><br />
</a></li>
<li>To clear them, press the Delete key on the keyboard.</li>
</ol>
<h3>Other Uses for Go To Special</h3>
<p>As you can see in the Go To Special dialog box, there are many types of special cells you can select on a worksheet. I often use it to find blank cells in a column, then I delete those entire rows, or <a href="http://www.contextures.com/xlDataEntry02.html">fill in the blank cells</a>.</p>
<p>________________________________</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Contextures%20Blog&amp;siteurl=http%3A%2F%2Fblog.contextures.com%2F&amp;linkname=Go%20To%20Special%20Sections%20of%20an%20Excel%20Worksheet&amp;linkurl=http%3A%2F%2Fblog.contextures.com%2Farchives%2F2008%2F11%2F12%2Fgo-to-special-sections-of-an-excel-worksheet%2F"><img src="http://blog.contextures.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Go To Special Sections of an Excel Worksheet";
		a2a_linkurl="http://blog.contextures.com/archives/2008/11/12/go-to-special-sections-of-an-excel-worksheet/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blog.contextures.com/archives/2008/11/12/go-to-special-sections-of-an-excel-worksheet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Total a Filtered List in Excel</title>
		<link>http://blog.contextures.com/archives/2008/11/11/total-a-filtered-list-in-excel/</link>
		<comments>http://blog.contextures.com/archives/2008/11/11/total-a-filtered-list-in-excel/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 05:08:46 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<category><![CDATA[Functions]]></category>

		<guid isPermaLink="false">http://blog.contextures.com/archives/2008/11/11/total-a-filtered-list-in-excel/</guid>
		<description><![CDATA[In Excel, you might have a long list of orders with a grand total at the end. If you filter the Region column, so the list only shows one region&#8217;s sales, you&#8217;d like the total to include only those items.
If you used the SUM function in the grand total cell, the result won&#8217;t change if [...]]]></description>
			<content:encoded><![CDATA[<p>In Excel, you might have a long list of orders with a grand total at the end. If you filter the Region column, so the list only shows one region&#8217;s sales, you&#8217;d like the total to include only those items.</p>
<p>If you used the SUM function in the grand total cell, the result won&#8217;t change if a filter is applied. This list is filtered to show orders from the West Region. At a glance, you can see that the Grand Total is much higher than the records listed. There are only 3 orders visible, but the order count is calculated as 49.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/autofilterwrong.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/autofilterwrong.gif" border="0" alt="AutoFilterWrong" width="" height="" /></a></p>
<p>Instead of SUM or COUNT, you can use the SUBTOTAL function, and only the filtered rows will be included in the grand total.</p>
<h3>Create a SUBTOTAL formula</h3>
<p>A quick way to create a SUBTOTAL formula is to:</p>
<ol>
<li>Apply a filter to the list. In this example, the Region column is filtered for &#8220;West&#8221;.</li>
<li>Select the cell where you want the grand total.</li>
<li>On Excel&#8217;s Standard toolbar, click the AutoSum button, or on the keyboard, press the Alt key and tap the equal sign key (Alt + =).</li>
</ol>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/autosum.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/autosum.gif" border="0" alt="AutoSum" width="" height="" /></a></p>
<p>Because the list is filtered, a SUBTOTAL formula is inserted, instead of a SUM formula.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/autofiltersubtotal.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/autofiltersubtotal.gif" border="0" alt="AutoFilterSubtotal" width="" height="" /></a></p>
<h3>Reading a SUBTOTAL formula</h3>
<p>Within the brackets for the SUBTOTAL function there are two arguments, separated by a comma (or a semi-colon, depending on your regional settings).</p>
<p>The first argument is a number that tells Excel which summary function to use in the subtotal. Most of the time you&#8217;ll use a 9, which is the SUM function.</p>
<p>The second argument is the range of numbers that should be subtotaled. In this example, cells H2:H50 are the cells that we want to sum.</p>
<h3>Changing a SUBTOTAL formula</h3>
<p>In some cases, you might want a different function in the SUBTOTAL function. For example, it wouldn&#8217;t make sense to sum the Unit Cost column, but it might be useful to know the average unit cost.</p>
<p>Unfortunately, when the list is filtered, only the SUM function on the AutoSum button inserts a SUBTOTAL function. If you click Average, you&#8217;ll get an AVERAGE formula. (Note: This is improved in Excel 2007, and the other functions on the AutoSum button also insert a SUBTOTAL function.)</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/autosumavg.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/autosumavg.gif" border="0" alt="AutoSumAvg" width="" height="" /></a></p>
<p>So, click Sum to create a SUBTOTAL function, then change the function number from 9 to 1, which will calculate an AVERAGE.  Or, change the function number to 2, and you&#8217;ll calculate a COUNT of the numbers in a range.</p>
<p>There are 11 functions that you can use as the first argument in the SUBTOTAL function. The list is alphabetical, so that might help you remember some of the numbers, without going to Excel&#8217;s Help every time.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/subtotalfunctions.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/subtotalfunctions.gif" border="0" alt="SubtotalFunctions" width="" height="" /></a></p>
<h3>Ignore Manually Hidden Rows</h3>
<p>In Excel 2003, and later versions, you can also use the numbers (101, 102&#8230;), as shown in the second column of the table below.</p>
<p><a href="http://blog.contextures.com/wp-content/uploads/2008/11/subtotalnums.gif"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blog.contextures.com/wp-content/uploads/2008/11/subtotalnums.gif" border="0" alt="SubtotalNums" width="" height="" /></a></p>
<p>With these numbers, any rows that are hidden with the Hide command (Format►Row►Hide) WON&#8221;T be included in the subtotal.</p>
<p>If you use the numbers from the first column (1, 2&#8230;), any rows that are hidden with the Hide command WILL be included in the subtotal.</p>
<p><strong>Note</strong>: Rows that you format to zero height WON&#8217;T be included in either type of subtotal.</p>
<h3>More Information</h3>
<p>There are other examples of <a href="http://www.contextures.com/xlFunctions01.html">formulas for summing</a> and <a href="http://www.contextures.com/xlFunctions04.html">counting cells</a> on my web site.</p>
<p class="addtoany_share_save">
    <a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Contextures%20Blog&amp;siteurl=http%3A%2F%2Fblog.contextures.com%2F&amp;linkname=Total%20a%20Filtered%20List%20in%20Excel&amp;linkurl=http%3A%2F%2Fblog.contextures.com%2Farchives%2F2008%2F11%2F11%2Ftotal-a-filtered-list-in-excel%2F"><img src="http://blog.contextures.com/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a>
    <script type="text/javascript">
		a2a_linkname="Total a Filtered List in Excel";
		a2a_linkurl="http://blog.contextures.com/archives/2008/11/11/total-a-filtered-list-in-excel/";
				    </script>
    <script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

	</p>]]></content:encoded>
			<wfw:commentRss>http://blog.contextures.com/archives/2008/11/11/total-a-filtered-list-in-excel/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
