<?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>Tue, 06 Jul 2010 00:49:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 Column B, [...]


Related posts:<ol><li><a href='http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks' rel='bookmark' title='Permanent Link: New Excel Wiki and Counting Check Marks'>New Excel Wiki and Counting Check Marks</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/counting-multiple-variables-in-excel' rel='bookmark' title='Permanent Link: Counting Multiple Variables in Excel'>Counting Multiple Variables in Excel</a> <small>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....</small></li>
<li><a href='http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors' rel='bookmark' title='Permanent Link: How to view MS Excel on Dual Monitors'>How to view MS Excel on Dual Monitors</a> <small>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...</small></li>
</ol>]]></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>


<p>Related posts:<ol><li><a href='http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks' rel='bookmark' title='Permanent Link: New Excel Wiki and Counting Check Marks'>New Excel Wiki and Counting Check Marks</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/counting-multiple-variables-in-excel' rel='bookmark' title='Permanent Link: Counting Multiple Variables in Excel'>Counting Multiple Variables in Excel</a> <small>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....</small></li>
<li><a href='http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors' rel='bookmark' title='Permanent Link: How to view MS Excel on Dual Monitors'>How to view MS Excel on Dual Monitors</a> <small>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...</small></li>
</ol></p>]]></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, but [...]


Related posts:<ol><li><a href='http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks' rel='bookmark' title='Permanent Link: New Excel Wiki and Counting Check Marks'>New Excel Wiki and Counting Check Marks</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/counting-multiple-variables-in-excel' rel='bookmark' title='Permanent Link: Counting Multiple Variables in Excel'>Counting Multiple Variables in Excel</a> <small>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....</small></li>
<li><a href='http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors' rel='bookmark' title='Permanent Link: How to view MS Excel on Dual Monitors'>How to view MS Excel on Dual Monitors</a> <small>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...</small></li>
</ol>]]></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/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>Related posts:<ol><li><a href='http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks' rel='bookmark' title='Permanent Link: New Excel Wiki and Counting Check Marks'>New Excel Wiki and Counting Check Marks</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/counting-multiple-variables-in-excel' rel='bookmark' title='Permanent Link: Counting Multiple Variables in Excel'>Counting Multiple Variables in Excel</a> <small>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....</small></li>
<li><a href='http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors' rel='bookmark' title='Permanent Link: How to view MS Excel on Dual Monitors'>How to view MS Excel on Dual Monitors</a> <small>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...</small></li>
</ol></p>]]></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 and [...]


Related posts:<ol><li><a href='http://tribeofadmins.com/counting-multiple-variables-in-excel' rel='bookmark' title='Permanent Link: Counting Multiple Variables in Excel'>Counting Multiple Variables in Excel</a> <small>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....</small></li>
<li><a href='http://tribeofadmins.com/laurajs-weblog-excel-tip-split-first-name-and-last-name-into-separate-cells' rel='bookmark' title='Permanent Link: LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells'>LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors' rel='bookmark' title='Permanent Link: How to view MS Excel on Dual Monitors'>How to view MS Excel on Dual Monitors</a> <small>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...</small></li>
</ol>]]></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.</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>That&#8217;s it!</p>


<p>Related posts:<ol><li><a href='http://tribeofadmins.com/counting-multiple-variables-in-excel' rel='bookmark' title='Permanent Link: Counting Multiple Variables in Excel'>Counting Multiple Variables in Excel</a> <small>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....</small></li>
<li><a href='http://tribeofadmins.com/laurajs-weblog-excel-tip-split-first-name-and-last-name-into-separate-cells' rel='bookmark' title='Permanent Link: LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells'>LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors' rel='bookmark' title='Permanent Link: How to view MS Excel on Dual Monitors'>How to view MS Excel on Dual Monitors</a> <small>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...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks/feed</wfw:commentRss>
		<slash:comments>3</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[Snag-it]]></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 you [...]


Related posts:<ol><li><a href='http://tribeofadmins.com/editing-pdf-files' rel='bookmark' title='Permanent Link: Editing PDF Files That Won&#8217;t Be Edited'>Editing PDF Files That Won&#8217;t Be Edited</a> <small>We tend to think of PDF files as carved in stone, but if you have Acrobat Pro, you have a chisel. It&#8217;s not always easy, but there are some tools...</small></li>
<li><a href='http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks' rel='bookmark' title='Permanent Link: New Excel Wiki and Counting Check Marks'>New Excel Wiki and Counting Check Marks</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/can-a-create-a-pdf-without-adobe-acrobat' rel='bookmark' title='Permanent Link: Can I Create a PDF without Adobe Acrobat?'>Can I Create a PDF without Adobe Acrobat?</a> <small>Large companies tend to be charry of handing out Acrobat Pro to just anyone, and you&#8217;re not one of the chosen. Or you work from home and can&#8217;t afford a...</small></li>
</ol>]]></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>


<p>Related posts:<ol><li><a href='http://tribeofadmins.com/editing-pdf-files' rel='bookmark' title='Permanent Link: Editing PDF Files That Won&#8217;t Be Edited'>Editing PDF Files That Won&#8217;t Be Edited</a> <small>We tend to think of PDF files as carved in stone, but if you have Acrobat Pro, you have a chisel. It&#8217;s not always easy, but there are some tools...</small></li>
<li><a href='http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks' rel='bookmark' title='Permanent Link: New Excel Wiki and Counting Check Marks'>New Excel Wiki and Counting Check Marks</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/can-a-create-a-pdf-without-adobe-acrobat' rel='bookmark' title='Permanent Link: Can I Create a PDF without Adobe Acrobat?'>Can I Create a PDF without Adobe Acrobat?</a> <small>Large companies tend to be charry of handing out Acrobat Pro to just anyone, and you&#8217;re not one of the chosen. Or you work from home and can&#8217;t afford a...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/lots-of-new-stuff/feed</wfw:commentRss>
		<slash:comments>1</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 [...]


Related posts:<ol><li><a href='http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks' rel='bookmark' title='Permanent Link: New Excel Wiki and Counting Check Marks'>New Excel Wiki and Counting Check Marks</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors' rel='bookmark' title='Permanent Link: How to view MS Excel on Dual Monitors'>How to view MS Excel on Dual Monitors</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/laurajs-weblog-excel-tip-split-first-name-and-last-name-into-separate-cells' rel='bookmark' title='Permanent Link: LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells'>LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells</a> <small>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...</small></li>
</ol>]]></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>


<p>Related posts:<ol><li><a href='http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks' rel='bookmark' title='Permanent Link: New Excel Wiki and Counting Check Marks'>New Excel Wiki and Counting Check Marks</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors' rel='bookmark' title='Permanent Link: How to view MS Excel on Dual Monitors'>How to view MS Excel on Dual Monitors</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/laurajs-weblog-excel-tip-split-first-name-and-last-name-into-separate-cells' rel='bookmark' title='Permanent Link: LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells'>LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells</a> <small>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...</small></li>
</ol></p>]]></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>

		<guid isPermaLink="false">http://tribeofadmins.com/?p=138</guid>
		<description><![CDATA[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:
Open Excel. [...]


Related posts:<ol><li><a href='http://tribeofadmins.com/laurajs-weblog-excel-tip-split-first-name-and-last-name-into-separate-cells' rel='bookmark' title='Permanent Link: LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells'>LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks' rel='bookmark' title='Permanent Link: New Excel Wiki and Counting Check Marks'>New Excel Wiki and Counting Check Marks</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/counting-multiple-variables-in-excel' rel='bookmark' title='Permanent Link: Counting Multiple Variables in Excel'>Counting Multiple Variables in Excel</a> <small>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....</small></li>
</ol>]]></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>Related posts:<ol><li><a href='http://tribeofadmins.com/laurajs-weblog-excel-tip-split-first-name-and-last-name-into-separate-cells' rel='bookmark' title='Permanent Link: LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells'>LauraJ&#8217;s Weblog : Excel tip: Split first name and last name into separate cells</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/new-excel-wiki-and-counting-check-marks' rel='bookmark' title='Permanent Link: New Excel Wiki and Counting Check Marks'>New Excel Wiki and Counting Check Marks</a> <small>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...</small></li>
<li><a href='http://tribeofadmins.com/counting-multiple-variables-in-excel' rel='bookmark' title='Permanent Link: Counting Multiple Variables in Excel'>Counting Multiple Variables in Excel</a> <small>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....</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tribeofadmins.com/how-to-view-ms-excel-on-dual-monitors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
