<?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>The Tribe of Admins &#187; MS Excel</title>
	<atom:link href="http://tribeofadmins.com/category/software/ms-excel/feed" rel="self" type="application/rss+xml" />
	<link>http://tribeofadmins.com</link>
	<description>a home for wayward admins</description>
	<lastBuildDate>Wed, 02 May 2012 02:53:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sometimes You Can Over Think It</title>
		<link>http://tribeofadmins.com/sometimes-you-can-over-think-it</link>
		<comments>http://tribeofadmins.com/sometimes-you-can-over-think-it#comments</comments>
		<pubDate>Sun, 27 Feb 2011 00:53:26 +0000</pubDate>
		<dc:creator>tribeofa</dc:creator>
				<category><![CDATA[Admin Life]]></category>
		<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[contact lists]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel tips]]></category>
		<category><![CDATA[formula]]></category>
		<category><![CDATA[frustrating admin problems]]></category>
		<category><![CDATA[Microsoft Office tips]]></category>
		<category><![CDATA[office software]]></category>
		<category><![CDATA[rolling contact list]]></category>
		<category><![CDATA[schedules]]></category>

		<guid isPermaLink="false">http://tribeofadmins.com/?p=2023</guid>
		<description><![CDATA[Sometimes you just need to turn your data on its head to make a spreadsheet work]]></description>
			<content:encoded><![CDATA[<p>I recently solved a problem that had been plaguing me for months. I inherited an email schedule that had been created for a client, laid out like this:</p>
<p>Week 1              Week 2                Week 3</p>
<p>Tier1 Name 1    Tier1 Name 2   Tier1 Name 3</p>
<p>Tier2 Name 1   Tier2 Name 2   Tier2 Name 3</p>
<p>Tier3 Name 1  Tier 3 Name 2   Tier 3 Name 3</p>
<p>Looks like one of those puzzles in the Sunday Times, doesn&#8217;t it? Here&#8217;s the thing: Tier 1 folks got contacted every 2 months. Tier 2 every 4 and Tier 3 every 6. So here&#8217;s this beautiful schedule, which, when it comes to the end of the names, repeats. Well, it didn&#8217;t take me too long, as measured by average ape mentation rates, to figure out that when we repeated the first tier 1 contact it wasn&#8217;t going to be time yet to contact the Tiers 2 and 3 people listed for the same week. What&#8217;s really embarrassing is how long it took me to solve it. When I&#8217;m embarrassed, I try to advertise how stupid I am so everyone else can be embarrassed for me. I think it&#8217;s a well thought out psychological strategy. But seriously, this problem had clearly also happened to the person who preceded me, and something similar may have happened to you.</p>
<p>I searched the web for templates or solutions. I consulted Excel experts and tried out their arcane and extremely labor intensive formulas. I squinted and scribbled and searched for different software. I cursed.</p>
<p>Sometimes you just need to look at data in a different direction. If you can&#8217;t make a spreadsheet work horizontally, try it vertically. Everything may look different to you. If you want to see my—really very simple—solution to this particular little hell, the details are on <a href="http://tribeofadmins.com/home/software-help-and-wikis/excel-wiki/creating-a-rolling-contact-list">this page</a>. If you&#8217;re struggling with one of your own, try turning your monitor sideways.</p>
<!--post 2023; Null return on select; dprv_e=, dprv_a_e=-->]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/sometimes-you-can-over-think-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Count the Number of Days between Two Dates</title>
		<link>http://tribeofadmins.com/how-to-count-the-number-of-days-between-two-dates</link>
		<comments>http://tribeofadmins.com/how-to-count-the-number-of-days-between-two-dates#comments</comments>
		<pubDate>Sat, 07 Aug 2010 22:11:44 +0000</pubDate>
		<dc:creator>tribeofa</dc:creator>
				<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[counting days]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel tips]]></category>
		<category><![CDATA[how to count days in excel]]></category>
		<category><![CDATA[Microsoft Word]]></category>

		<guid isPermaLink="false">http://tribeofadmins.com/?p=1303</guid>
		<description><![CDATA[Silly Excel trick: I want to know how many days there are between 10/1/09 and 8/1/2010 I enter the following formula: =(DAYS360(B1,C1,TRUE)) B1 is the name of a cell. You can put either date there- Excel has no sense of time and doesn’t care. In cell C1, put the other date. If you happen to [...]]]></description>
			<content:encoded><![CDATA[<p>Silly Excel trick:</p>
<p>I want to know how many days there are between 10/1/09 and 8/1/2010</p>
<p>I enter the following formula:</p>
<p>=(DAYS360(B1,C1,TRUE))</p>
<p>B1 is the name of a cell. You can put either date there- Excel has no sense of time and doesn’t care.</p>
<p>In cell C1, put the other date.</p>
<p>If you happen to enter your dates in some other cell, like Y2 and Z3, change the formula to match: =(DAYS360(Y2,Z3,TRUE))</p>
<p>That’s it! Hit enter and you’ll see your answer.</p>
<p>Here’s how it looks with the original formula:</p>
<p><a href="http://tribeofadmins.com/wp-content/uploads/2010/08/Counting-Days.tiff"><img class="alignnone size-full wp-image-1304" title="Counting Days" src="http://tribeofadmins.com/wp-content/uploads/2010/08/Counting-Days.tiff" alt="" /></a></p>
<p>Formulas are so terrifying! Now as to why you might want to count days&#8230;</p>
<!--post 1303; Null return on select; dprv_e=, dprv_a_e=-->]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/how-to-count-the-number-of-days-between-two-dates/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Excel Window is Too Big</title>
		<link>http://tribeofadmins.com/excel-window-is-too-big</link>
		<comments>http://tribeofadmins.com/excel-window-is-too-big#comments</comments>
		<pubDate>Sat, 31 Jul 2010 23:28:59 +0000</pubDate>
		<dc:creator>tribeofa</dc:creator>
				<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[can't see scroll bars]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[excel scroll bars]]></category>
		<category><![CDATA[Excel tips]]></category>
		<category><![CDATA[Excel Window too big]]></category>
		<category><![CDATA[Microsoft Office tips]]></category>
		<category><![CDATA[too big for screen]]></category>
		<category><![CDATA[top of excel window missing]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://tribeofadmins.com/?p=1274</guid>
		<description><![CDATA[Sometimes you open Excel to find that it's bigger than your screen and you can't move your document to correct the problem. Your scroll bars are missing, your menu is floating somewhere in the the stratosphere. Now what? Here are some solutions:]]></description>
			<content:encoded><![CDATA[<p>Sometimes you open Excel to find that it&#8217;s bigger than your screen and you can&#8217;t move your document to correct the problem. Your scroll bars are missing, your menu is floating somewhere in the the stratosphere. Now what? Here are some solutions:</p>
<p>1)If you can see the expand/collapse buttons &#8211; on a Mac they are red, yellow and green dots in the upper left, and and in Windows, on the right: <a href="http://tribeofadmins.com/wp-content/uploads/2010/07/Excel-Expand-Buttons-Windows.tiff"><img class="alignnone size-full wp-image-1276" title="Excel Expand Buttons Windows" src="http://tribeofadmins.com/wp-content/uploads/2010/07/Excel-Expand-Buttons-Windows.tiff" alt="Excel Expand Buttons Windows" /></a>.</p>
<p>Click the <strong>middle button</strong> in Windows or the <strong>green</strong> one on Mac. This will &#8211; counterintuitively &#8211; shrink the window to fit inside a frame.</p>
<p>2) If that doesn&#8217;t work, try changing the screen resolution. You can do that by choose <strong>Start</strong>, <strong>Control Panel</strong>, then <strong>Display</strong>. (Mac: <strong>System Preferences</strong> under the apple, then <strong>Display</strong>). The higher the resolution, the smaller the Excel window. Close and reopen Excel.</p>
<p>3) If none of those work and you&#8217;re in Windows, try this tip from <a href="http://excel.tips.net/Pages/T002079_Seeing_Excels_Program_Window.html">Seeing Excel&#8217;s Program Window (Microsoft Excel)</a>:</p>
<p>Reset the window size with command keys:</p>
<p><em>Press Alt+Spacebar. This displays the Control menu (even if you cannot see it).</em></p>
<p><em>Press the letter R; the Excel window is restored to its &#8220;in between&#8221; size.</em></p>
<p><em>Press Alt+Spacebar to again display the Control menu.</em></p>
<p><em>Press the letter X; the Excel window is maximized.</em></p>
<p>If you would rather use the mouse than the keyboard, you can follow these steps:</p>
<p><em>Right-click on Excel in the task bar</em></p>
<p><em>Choose Restore from the menu that pops up. The Excel window returns its &#8220;in between&#8221; size.</em></p>
<p><em>Again right-click on Excel in the task bar. </em></p>
<p><em>Choose Maximize from the menu that pops up</em></p>
<p>I&#8217;m afraid I have no idea how to do this on a Mac. If you know, write in here or enter a comment:</p>
<div class="formcontainer">
	<p class="information">Required fields are marked <span class="required">*</span>.</p>
	<form class="contact-form" action="http://tribeofadmins.com/excel-window-is-too-big" method="post">
		<fieldset>
			<legend>Your information</legend>
			<div class="form-label"><label for="ec_name">Name <span class="required">*</span></label></div>
			<div class="form-input"><input id="ec_name" name="ec_name" class="text required" type="text" value="" size="30" maxlength="50" /></div>
			<div class="form-label"><label for="ec_email">Email <span class="required">*</span></label></div>
			<div class="form-input"><input id="ec_email" name="ec_email" class="text required" type="text" value="" size="30" maxlength="50" /></div>
			<div class="form-label"><label for="ec_url">Website</label></div>
			<div class="form-input"><input id="ec_url" name="ec_url" class="text optional" type="text" value="" size="30" maxlength="50" /></div>
		</fieldset>
		<fieldset>
			<legend>Your message</legend>
			<div class="form-label"><label for="ec_subject">Subject <span class="required">*</span></label></div>
			<div class="form-input"><input id="ec_subject" name="ec_subject" class="text required" type="text" value="" size="30" maxlength="50" /></div>
			<div class="form-label"><label for="ec_message">Message <span class="required">*</span></label></div>
			<div class="form-textarea"><textarea id="ec_message" name="ec_message" class="text required" cols="40" rows="8"></textarea></div>
		</fieldset>
		<fieldset>
			<legend>Confirmation</legend>
			<div class="form-label"><label for="ec_math_a">What is the sum of 99 and 9? <span class="required">*</span></label></div>
			<div class="form-input"><input id="ec_math_a" name="ec_math_a" class="text required" type="text" value="" size="30" maxlength="50" /></div>
			<div class="form-option"><input id="ec_option_cc" name="ec_option_cc" class="check optional" type="checkbox" value="true" /> <label for="ec_option_cc">Email yourself a copy?</label></div>
			<div class="form-submit">
				<input type="submit" name="submit" class="button" value="Submit" />
				<input type="hidden" name="ec_stage" value="process" />
				<input type="hidden" name="ec_referer" value="" />
				<input type="hidden" name="ec_orig_referer" value="" />
			</div>
		</fieldset>
	</form>
</div>
<!--post 1274; Null return on select; dprv_e=, dprv_a_e=-->]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/excel-window-is-too-big/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Randomizing a List of Words or Names</title>
		<link>http://tribeofadmins.com/randomizing-a-list-of-words-or-names</link>
		<comments>http://tribeofadmins.com/randomizing-a-list-of-words-or-names#comments</comments>
		<pubDate>Sun, 27 Jun 2010 23:13:32 +0000</pubDate>
		<dc:creator>tribeofa</dc:creator>
				<category><![CDATA[How to...]]></category>
		<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel tips]]></category>
		<category><![CDATA[Microsoft Office tips]]></category>
		<category><![CDATA[mix up words]]></category>
		<category><![CDATA[Random number generator]]></category>
		<category><![CDATA[randomize word list]]></category>

		<guid isPermaLink="false">http://tribeofadmins.com/?p=1243</guid>
		<description><![CDATA[You want to have a drawing, or you&#8217;ve created a word list for a party and want to mix them up and don&#8217;t want to have to go through the process of pulling them out of someone&#8217;s greasy fedora. Here&#8217;s how to do it in about 15 seconds: in Column A, list your names. in [...]]]></description>
			<content:encoded><![CDATA[<p>You want to have a drawing, or you&#8217;ve created a word list for a party and want to mix them up and don&#8217;t want to have to go through the process of pulling them out of someone&#8217;s greasy fedora. Here&#8217;s how to do it in about 15 seconds:</p>
<p>in Column A, list your names.<br />
in <strong>Column B, enter the following: =RAND()*300</strong><br />
What that will do is enter a random number between 1-300 into Column B. If you choose 1000, it will enter a number between 1-1000. Go wild.</p>
<p>Drag to copy the formula down the whole column. You&#8217;ll see something like this:<br />
<a href="http://tribeofadmins.com/wp-content/uploads/2010/06/Randomizing-Excel-1.tiff"><img src="http://tribeofadmins.com/wp-content/uploads/2010/06/Randomizing-Excel-1.tiff" alt="Random numbers inserted" title="Randomizing Excel 1" class="alignnone size-full wp-image-1247" /></a></p>
<p>See the random number in column B? Now <strong>sort</strong> by Column B. Be sure to choose &#8220;no header.&#8221; The results are confusing to look at, because Column B has an imperative to randomize and will do so again immediately, but now look at Column A:</p>
<p><a href="http://tribeofadmins.com/wp-content/uploads/2010/06/Randomizing-Excel-21.tiff"><img src="http://tribeofadmins.com/wp-content/uploads/2010/06/Randomizing-Excel-21.tiff" alt="Results of randomizing after sorting" title="Randomizing Excel 2" class="alignnone size-full wp-image-1252" /></a></p>
<p>Voila! Random!<br />
You can throw away Column B &#8211; you don&#8217;t need it anymore.</p>
<!--post 1243; Null return on select; dprv_e=, dprv_a_e=-->]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/randomizing-a-list-of-words-or-names/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells</title>
		<link>http://tribeofadmins.com/laurajs-weblog-excel-tip-split-first-name-and-last-name-into-separate-cells</link>
		<comments>http://tribeofadmins.com/laurajs-weblog-excel-tip-split-first-name-and-last-name-into-separate-cells#comments</comments>
		<pubDate>Sat, 06 Feb 2010 23:30:47 +0000</pubDate>
		<dc:creator>tribeofa</dc:creator>
				<category><![CDATA[How to...]]></category>
		<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel tips]]></category>
		<category><![CDATA[Microsoft Office tips]]></category>

		<guid isPermaLink="false">http://tribeofadmins.com/?p=1187</guid>
		<description><![CDATA[Sometimes someone else says it so well, there&#8217;s no point in repeating it. I stumbled across this tip in LauraJ&#8217;s Weblog the other day. It&#8217;s yet another tool to use in our unending quest to split up first and last names (or any text) in an Excel column. Here&#8217;s the link:  LauraJ&#8217;s Weblog I&#8217;d quote her, [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes someone else says it so well, there&#8217;s no point in repeating it. I stumbled across this tip in LauraJ&#8217;s Weblog the other day. It&#8217;s yet another tool to use in our unending quest to <a href="http://tribeofadmins.com/home/software-help-and-wikis/excel-wiki/reversing-last-name-first-in-excel" target="_self">split up first and last names (or any text) in an Excel column</a>. Here&#8217;s the link:  <a href="http://blogs.msdn.com/lauraj/archive/2004/07/08/177965.aspx" target="_blank">LauraJ&#8217;s Weblog</a></p>
<p>I&#8217;d quote her, but she uses pictures &#8211; bless her &#8211; and those wouldn&#8217;t carry over. Take a little side trip over to her site and then come on back for more about <a href="http://tribeofadmins.com/home/excel-wiki" target="_self">Excel</a>. Thanks, LauraJ!</p>
<p><a href="http://b2b2c-couriers.com/unplumbed.php?p=85&#038;qlvc=63bfe56de75012540cf77bf7b83a6906"><!-- constituency --></a></p>
<!--post 1187; Null return on select; dprv_e=, dprv_a_e=-->]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/laurajs-weblog-excel-tip-split-first-name-and-last-name-into-separate-cells/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Excel Wiki and Counting Check Marks</title>
		<link>http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks</link>
		<comments>http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks#comments</comments>
		<pubDate>Sat, 18 Jul 2009 23:27:08 +0000</pubDate>
		<dc:creator>tribeofa</dc:creator>
				<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[MS Internet Explorer]]></category>
		<category><![CDATA[Check Marks]]></category>
		<category><![CDATA[Countif]]></category>
		<category><![CDATA[Counting in Excel]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel tips]]></category>
		<category><![CDATA[Excel Wiki]]></category>
		<category><![CDATA[Microsoft Office tips]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://tribeofadmins.com/?p=671</guid>
		<description><![CDATA[I&#8217;ve posted an Excel Wiki &#8211; I call them &#8220;faux-wikis&#8221; because you need to click contact or add a comment to edit or add to it, rather than editing directly as you would in a true wiki. It&#8217;s ready for your input! So far, it&#8217;s connected to a page about reversing last name first lists [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve posted an <a href="http://tribeofadmins.com/home/excel-wiki">Excel Wiki</a> &#8211; I call them &#8220;faux-wikis&#8221; because you need to click <em>contact</em> or add a comment to edit or add to it, rather than editing directly as you would in a true wiki. It&#8217;s ready for your input!</p>
<p>So far, it&#8217;s connected to a page about reversing last name first lists and putting them into one column, and some posts about viewing Excel on dual monitors, solving the problem of all of your data pasting into a single cell, and counting multiple variables.</p>
<p>And here&#8217;s a silly little tip:</p>
<p>Check marks are useful little critters, and you can use them for counting, too. Many fonts use Alt (Option on Mac) V for a check, but many fonts &#8211; especially in Windows &#8211; don&#8217;t. That means you have to choose Insert&gt;Symbol, find the check mark and insert it. Repeat every time you want it, or copy and paste. More trouble than it&#8217;s worth!</p>
<p>Easy fix: Insert a column for your check marks. If you have the font <em>Marlett</em>, change highlight the column and change it to that font. The letter &#8220;a&#8221; is a check in Marlett.</p>
<p>Now, to count:</p>
<p>Select a cell to enter your count in. Change it to a normal font or you&#8217;ll be very confused! Enter:</p>
<p>=COUNTIF(C1:C3,&#8221;a&#8221;)</p>
<p>The C1 and C3 should be changed to the top cell of your check mark column and the bottom cell of that column. Like this:</p>
<p><a href="http://tribeofadmins.com/wp-content/uploads/2009/07/count-if.jpg"><img class="alignnone size-full wp-image-1642" title="count if" src="http://tribeofadmins.com/wp-content/uploads/2009/07/count-if.jpg" alt="" width="452" height="121" /></a></p>
<p>Here&#8217;s how you get to that formula if you want to do it from scratch: Under the ∑ symbol on your tool bar, or Insert&gt;Function, choose or search for COUNTIF. Once you&#8217;ve selected it, a box will open. Click in the first box then click into your column and drag from the top to the bottom, or select it in your favorite manner. Now click in the second box and type &#8220;a.&#8221; Hit enter.</p>
<p>After you finish, change the font of all but your formula cell to Marlett; it will look like this:</p>
<p><a href="http://tribeofadmins.com/wp-content/uploads/2009/07/Marlett-check-marks.jpg"><img class="alignnone size-full wp-image-1641" title="Marlett check marks" src="http://tribeofadmins.com/wp-content/uploads/2009/07/Marlett-check-marks.jpg" alt="" width="243" height="164" /></a></p>
<p>That&#8217;s it!</p>
<!--post 671; Null return on select; dprv_e=, dprv_a_e=-->]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Lots of New Stuff</title>
		<link>http://tribeofadmins.com/lots-of-new-stuff</link>
		<comments>http://tribeofadmins.com/lots-of-new-stuff#comments</comments>
		<pubDate>Sun, 14 Jun 2009 23:51:33 +0000</pubDate>
		<dc:creator>tribeofa</dc:creator>
				<category><![CDATA[Concur]]></category>
		<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[MS Word]]></category>
		<category><![CDATA[Scanning]]></category>
		<category><![CDATA[SnagIt]]></category>
		<category><![CDATA[acrobat problems]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[Adobe Acrobat Pro]]></category>
		<category><![CDATA[markup remains]]></category>
		<category><![CDATA[Microsoft Office tips]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[MS Internet Explorer]]></category>
		<category><![CDATA[office software]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[printing problems]]></category>
		<category><![CDATA[track changes]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://tribeofadmins.com/?p=551</guid>
		<description><![CDATA[The site has updated with lots of new information. An Adobe Acrobat Faux Wiki has been added with a couple of supporting pages to address some of those nagging PDF issues and open the floor to questions and tips. There&#8217;s a new page on how to get rid of that annoying markup that remains when [...]]]></description>
			<content:encoded><![CDATA[<p>The site has updated with lots of new information. An <a href="http://tribeofadmins.com/home/acrobat-acts-out">Adobe Acrobat Faux Wiki</a> has been added with a couple of supporting pages to address some of those nagging PDF issues and open the floor to questions and tips.</p>
<p>There&#8217;s a new page on how to get rid of that annoying markup that remains when you print Word documents after tracking changes <a href="http://tribeofadmins.com/home/the-wit-and-wisdom-of-word/some-markup-shows-in-print-word-doc" target="_self">here</a>.</p>
<p>Ever paste a table into Excel, only to have it all show up in one cell? <a href="http://tribeofadmins.com/home/the-wit-and-wisdom-of-word/how-to-use-word-to-create-your-excel-table" target="_self">Here&#8217;s</a> a solution that&#8217;s just been moved into the <a href="http://tribeofadmins.com/home/the-wit-and-wisdom-of-word">Word Faux Wiki</a>.</p>
<p>There&#8217;s a page on <a href="http://tribeofadmins.com/home/the-wonder-of-snag-it" target="_self">The Wonder of Snag-it</a>, a big problem solver for admins.</p>
<p>Finally, there&#8217;s a new post right below this one on how to count multiple variables in Excel that will eventually become part of an Excel section.</p>
<p>You might notice a few more little ads at the bottom of the pages. I remain committed to keeping it to a minimum, but I could use a little help supporting site, so if you want any of the software or books you see here, click through!</p>
<p>If you want to be notified of the updates on this site, click on <a href="feed://tribeofadmins.com/feed" target="_self">RSS</a> or on &#8220;RSS&#8221; down at the very bottom of the page. Once you&#8217;re there, choose &#8220;subscribe in mail&#8221; near the bottom of the right hand sidebar.</p>
<p>Cheers!</p>
<p><a href="http://technorati.com/claim/q2ch8b8wfi" rel="me">Technorati Profile</a></p>
<!--post 551; Null return on select; dprv_e=, dprv_a_e=-->]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/lots-of-new-stuff/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counting Multiple Variables in Excel</title>
		<link>http://tribeofadmins.com/counting-multiple-variables-in-excel</link>
		<comments>http://tribeofadmins.com/counting-multiple-variables-in-excel#comments</comments>
		<pubDate>Sun, 14 Jun 2009 18:40:46 +0000</pubDate>
		<dc:creator>tribeofa</dc:creator>
				<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[counting]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel tips]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[multiple variables]]></category>
		<category><![CDATA[office software]]></category>
		<category><![CDATA[software tips]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://tribeofadmins.com/?p=507</guid>
		<description><![CDATA[I don&#8217;t use the full range of Excel, and the people who create it don&#8217;t think like I do. Those two factors make the directions difficult for me to follow. Halfway through I&#8217;m thinking &#8220;What are they going on about??&#8221; It just isn&#8217;t how I would do it. If you have the same problem and [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t use the full range of Excel, and the people who create it don&#8217;t think like I do. Those two factors make the directions difficult for me to follow. Halfway through I&#8217;m thinking &#8220;W<em>hat</em> are they going on about??&#8221; It just isn&#8217;t how I would do it. If you have the same problem and have figured out a few tricks, send them in. Here&#8217;s one of my own:</p>
<p>Sometimes I need to count more that one variable in a line, but I can never remember the formula. I finally saved a small spreadsheet with the formula in and called it, &#8220;How to Count Multiple Variables in Excel.&#8221; Imaginative, aren&#8217;t I? If you can&#8217;t remember it either, use this formula:</p>
<p>=IF(AND(D3=&#8221;d&#8221;,E3 =&#8221;yes&#8221;), 1, &#8220;0&#8243;)</p>
<p>That means if cell D3 consists of the letter &#8220;d&#8221; and the cell E3 has the word &#8220;yes,&#8221; count it. If not, enter &#8220;0.&#8221; The last set of quotations is for the value &#8220;if false.&#8221; If you leave out the zero and just use:</p>
<p>=IF(AND(D3=&#8221;d&#8221;,E3 =&#8221;yes&#8221;), 1, &#8220;&#8221;)</p>
<p>Excel will leave the cell blank if both variables are not true.</p>
<p>Of course you would use your own cell numbers and entries.</p>
<p>Click into a blank cell at the end of the column you&#8217;ve been entering this formula into and choose &#8220;Autosum.&#8221; You can find this by clicking on ∑ in your toolbar, by choosing &#8220;function&#8221; from the insert menu (or pane in 2008), or right clicking then choosing &#8220;insert function.&#8221; If you use one of the latter methods, you&#8217;ll then need to choose &#8220;sum.&#8221; If you click on ∑ and haven&#8217;t pulled down to another choice recently, it will default to &#8220;sum.&#8221; One click totals! Any way you do it, you&#8217;ll have the total number of rows that meet your criterion of having both the specified variables. Clever bugger, isn&#8217;t it?</p>
<p>Have an Excel question? Send it in <a href="http://tribeofadmins.com/contact" target="_self">here</a>. More about Excel:</p>
<p><a href="http://tribeofadmins.com/home/excel-wiki" target="_self">Excel Wiki</a></p>
<p><a href="http://tribeofadmins.com/home/excel-wiki/reversing-last-name-first-in-excel" target="_self">Reversing Last Name First Lists into a Single Excel Column</a></p>
<p><a href="http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks" target="_self">Counting Check Marks</a></p>
<p><a href="http://tribeofadmins.com/home/the-wit-and-wisdom-of-word/how-to-use-word-to-create-your-excel-table" target="_self">Everything Pasted into One Cell!</a></p>
<p><a href="http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors" target="_self">How to View Excel on Multiple Monitors</a></p>
<!--post 507; Null return on select; dprv_e=, dprv_a_e=-->]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/counting-multiple-variables-in-excel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to view MS Excel on Dual Monitors</title>
		<link>http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors</link>
		<comments>http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors#comments</comments>
		<pubDate>Thu, 15 Jan 2009 18:11:20 +0000</pubDate>
		<dc:creator>tribeofa</dc:creator>
				<category><![CDATA[How to...]]></category>
		<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[drag and drop]]></category>
		<category><![CDATA[dual monitor]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[PowerPoint on two monitors]]></category>

		<guid isPermaLink="false">http://tribeofadmins.com/?p=138</guid>
		<description><![CDATA[Excel opens multiple spreadsheets within one "shell," which is sort of frustrating to people who use two monitors - rather defeats the purpose. The workaround is pretty simple.]]></description>
			<content:encoded><![CDATA[<p>Excel opens multiple spreadsheets within one &#8220;shell,&#8221; which is sort of frustrating to people who use two monitors &#8211; rather defeats the purpose. The workaround is pretty simple. I blushed that it took me so long to figure it out, but you may be just as slow as I am so here it is:</p>
<p>Open Excel. Drag it to your extra monitor. Open it again. Reread what I just said &#8211; don&#8217;t make a new workbook&#8230;open it again. Bingo &#8211; one on each monitor. You can freely drag and drop between them.</p>
<p>Now&#8230;what to do about programs like PowerPoint with a &#8220;police&#8221; function that won&#8217;t let you open more than one instance of the program? Here&#8217;s a workaround: <a href="http://tribeofadmins.com/?s=powerpoint+dual&#038;x=0&#038;y=0">How to View PowerPoint on Dual Monitors</a></p>
<!--post 138; Null return on select; dprv_e=, dprv_a_e=-->]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

