<?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>WhyPad &#187; Microsoft Excel</title>
	<atom:link href="http://www.whypad.com/category/excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whypad.com</link>
	<description>Tips, tricks, and hacks for life and tech...</description>
	<lastBuildDate>Tue, 06 Jul 2010 15:21:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Excel Tip:  The Camera Tool &#8211; a cool view</title>
		<link>http://www.whypad.com/posts/excel-tip-the-camera-tool-a-cool-view/160/</link>
		<comments>http://www.whypad.com/posts/excel-tip-the-camera-tool-a-cool-view/160/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 15:20:42 +0000</pubDate>
		<dc:creator>Byron Bennett</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[camera tool]]></category>

		<guid isPermaLink="false">http://www.whypad.com/?p=160</guid>
		<description><![CDATA[Excel&#8217;s Camera tool is a really cool, but relatively obscure tool that lets you create a window on your spreadsheet that shows a vignette of a block of cells. The screen clip shown here demonstrates it in action. The Camera tool is pretty well hidden, so the first trick is finding the button to add [...]]]></description>
			<content:encoded><![CDATA[<p><a class="imgright" rel="lightbox" href="http://www.whypad.com/wp-content/uploads/excelcameratool.jpg"><img class="alignnone size-small wp-image-161" title="excelcameratool" src="http://www.whypad.com/wp-content/uploads/excelcameratool.jpg" alt="" width="291" height="272" /></a>Excel&#8217;s  Camera tool  is a really cool, but relatively obscure tool that lets you create a window on your spreadsheet that shows a vignette of a block of cells.   The screen clip shown here demonstrates it in action.   The Camera tool is pretty well hidden, so the first trick is finding the button to add to your toolbar.   Here&#8217;s how:<span id="more-160"></span></p>
<h3>Adding the Camera tool to your Toolbar</h3>
<ol>
<li>Right-click on the Excel toolbar / select Customize</li>
<li>Select the Command tab</li>
<li>Select the Tools category</li>
<li>Scroll to the bottom of the available tools, the Camera tool is 10 or so from the bottom.   Select it and drag it to your desired spot on your toolbar</li>
</ol>
<h3>Using the Excel Camera tool</h3>
<ol>
<li>Select the Cells that you want to feature in your vignette window</li>
<li>Click the Camera button, you get Cross hairs</li>
<li>Select any sheet in your work book and draw the vignette box where you want to display it.</li>
</ol>
<p>Now, whatever you do to the original cells will show an exact replica in your vignette window.   You can resize the window by clicking on it and dragging the corners.   You can also format it by right-clicking on the box and selecting Format Picture.   In Excel 2007, you can also rotate the box.   In Excel 2000, this is disabled.</p>
<p>One drawback (and perhaps fatally so) is that it is a one-way street from the Original cells to the vignette.   You can&#8217;t update the cells in the vignette directly, all changes have to be made in the original.</p>
<p>Let us know if you&#8217;ve found a use for this nifty little feature.</p>
<img src="http://www.whypad.com/?ak_action=api_record_view&id=160&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.whypad.com/posts/excel-tip-the-camera-tool-a-cool-view/160/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excel: Make a bar meter graph in a cell using REPT</title>
		<link>http://www.whypad.com/posts/excel-make-a-bar-meter-graph-in-a-cell-using-rept/129/</link>
		<comments>http://www.whypad.com/posts/excel-make-a-bar-meter-graph-in-a-cell-using-rept/129/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 17:06:12 +0000</pubDate>
		<dc:creator>Byron Bennett</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>

		<guid isPermaLink="false">http://www.whypad.com/posts/excel-make-a-bar-meter-graph-in-a-cell-using-rept/129/</guid>
		<description><![CDATA[This nifty little Excel tip comes via LifeHacker.com, originally given by JuiceAnalytics. You can create a sweet little bar meter chart by using the REPT() function. REPT is short for repeat. Here&#8217;s how: Format the cells you want to show your meters in as Arial, 8 pt to give it a tight look. Here&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p><span class="imgright"><img src="http://www.whypad.com/wp-content/uploads/excel_incellbarchart.thumbnail.JPG" alt="Excel in-cell bar chart" /></span>This nifty little Excel tip comes via <a href="http://lifehacker.com/software/excel/excel-tip--instant-in+cell-graphs-193425.php">LifeHacker.com</a>, originally  given  by <a href="http://www.juiceanalytics.com/writing/2006/07/lightweight-data-exploration-in-excel/">JuiceAnalytics</a>.   You can create a sweet little bar meter chart by using the REPT() function.   REPT is short for repeat.   Here&#8217;s how:<span id="more-129"></span></p>
<ol>
<li>Format the cells you want to show your meters in as Arial, 8 pt to give it a tight look.</li>
<li>Here&#8217;s a screen shot of some data and  the formula:<img src="http://www.whypad.com/wp-content/uploads/excel_incellbarchart.JPG" alt="Excel in-cell bar chart" /></li>
<li>Copy the formula down through you data list, and voila!   You have a nice little bar chart.</li>
</ol>
<p>The magic is in the REPT, which takes 2 arguments: 1) what to repeat, 2) how many times.   =REPT(&#8220;X&#8221;, 5)   yields:   XXXXX</p>
<p>Simple, yet effective.</p>
<img src="http://www.whypad.com/?ak_action=api_record_view&id=129&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.whypad.com/posts/excel-make-a-bar-meter-graph-in-a-cell-using-rept/129/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel: Scatter chart with Stoplights</title>
		<link>http://www.whypad.com/posts/excel-scatter-chart-with-stoplights/40/</link>
		<comments>http://www.whypad.com/posts/excel-scatter-chart-with-stoplights/40/#comments</comments>
		<pubDate>Tue, 22 May 2007 14:51:41 +0000</pubDate>
		<dc:creator>Byron Bennett</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>

		<guid isPermaLink="false">http://www.whypad.com/posts/excel-scatter-chart-with-stoplights/40/</guid>
		<description><![CDATA[My friend Peter strikes again. This time, it&#8217;s a very cool take on the scatter chart. Using the Offset function in Excel, you can create a chart that gives you the stoplight dashboard effect. The math behind this is a bit tricky, but it&#8217;s all right there in the Excel formulas. Like the scrolling graph [...]]]></description>
			<content:encoded><![CDATA[<p><span style="margin: 0px 0px 5px 5px; float: right"><a title="Excel Stoplight Chart screenshot" rel="lightbox" href="http://www.whypad.com/wp-content/uploads/stoplight-demo.JPG"><img src="http://www.whypad.com/wp-content/uploads/stoplight-demo.thumbnail.JPG" alt="Excel Stoplight Chart screenshot" /></a></span>My friend Peter strikes again.  This time, it&#8217;s a very cool take on the scatter chart.  Using the Offset function in Excel, you can create a chart that gives you the stoplight dashboard effect.  The math behind this is a bit tricky, but it&#8217;s all right there in the Excel formulas.  Like the <a href="http://www.whypad.com/posts/excel-create-scrolling-graphs/30/">scrolling graph demo</a>, this one doesn&#8217;t require any macros.  I&#8217;ve included a demo file zipped up: <a title="Excel Stoplight Chart Demo" href="http://www.whypad.com/wp-content/uploads/stoplightchart-test.zip">Excel Stoplight Chart Demo</a></p>
<p><span id="more-40"></span></p>
<p>As with any Excel workbooks that you download from the web&#8230;don&#8217;t enable the macros until you&#8217;re 100% sure they are safe.  This book shouldn&#8217;t have any macros, so Excel shouldn&#8217;t even ask if you want to enable them.  Surf safe!!!!</p>
<p>This is a &#8220;simple&#8221; example.  Excel powerusers should be able to reverse engineer it without too much trouble.  If I can find the tutorial on the web, I&#8217;ll link it here.</p>
<img src="http://www.whypad.com/?ak_action=api_record_view&id=40&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.whypad.com/posts/excel-scatter-chart-with-stoplights/40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel: Create Scrolling Charts</title>
		<link>http://www.whypad.com/posts/excel-create-scrolling-graphs/30/</link>
		<comments>http://www.whypad.com/posts/excel-create-scrolling-graphs/30/#comments</comments>
		<pubDate>Thu, 17 May 2007 20:44:58 +0000</pubDate>
		<dc:creator>Byron Bennett</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>

		<guid isPermaLink="false">http://www.whypad.com/posts/excel-create-scrolling-graphs/30/</guid>
		<description><![CDATA[My friend Peter showed me a very cool method of creating a graph or chart that lets you scroll through the time periods (or your x-axis) using a scroll bar. It involves setting up a few defined ranges containing formulas and using a scroll bar to control the starting point of your x-axis. You configure [...]]]></description>
			<content:encoded><![CDATA[<p><span style="padding-left: 5px; float: right"><a title="Excel: Scrolling chart screenshot" rel="lightbox" href="http://www.whypad.com/wp-content/uploads/scrollinggraph-test.JPG"><img src="http://www.whypad.com/wp-content/uploads/scrollinggraph-test.thumbnail.JPG" alt="Excel: Scrolling chart screenshot" /></a></span>My friend Peter showed me a very cool method of creating a graph or chart that lets you scroll through the time periods (or your x-axis) using a scroll bar. It involves setting up a few defined ranges containing formulas and using a scroll bar to control the starting point of your x-axis. You configure your graph to use named ranges as the sources for your data series. These ranges contain formulas.</p>
<p><span id="more-30"></span></p>
<p>Here is an example excel spreadsheet: <a title="Excel Scrolling Graph demo" href="http://www.whypad.com/wp-content/uploads/scrollinggraph-test.zip">Excel Scrolling Graph demo</a>. I&#8217;ve zipped the spreadsheet and also made sure that it doesn&#8217;t contain any macros. You probably know this, but you should never enable macros (VBA) in workbooks that you download from the web unless you 100% trust your source. This trick doesn&#8217;t use macros or VBA, so if you get Excel asking you to enable them, don&#8217;t!</p>
<p><a title="The Complete How-to on scrolling charts in Excel" href="http://pubs.logicalexpressions.com/pub0009/LPMArticle.asp?ID=518" target="_blank">Here </a>is a very detailed article explaning of how to make scrolling chart magic!</p>
<img src="http://www.whypad.com/?ak_action=api_record_view&id=30&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.whypad.com/posts/excel-create-scrolling-graphs/30/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Awesome Utilities Add-In for Excel</title>
		<link>http://www.whypad.com/posts/killer-utilities-add-in-for-excel/13/</link>
		<comments>http://www.whypad.com/posts/killer-utilities-add-in-for-excel/13/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 20:49:53 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>

		<guid isPermaLink="false">http://www.whypad.com/posts/killer-utilities-add-in-for-excel/13/</guid>
		<description><![CDATA[I stumbled across an awesome utility add-in for excel that will save you tons of time doing mundane little formulas and formattings to your data. The folks over at ASAP Utilities have created this wonderful tool and it&#8217;s completely free for the taking. There must be over 100 functions in this add-in, here&#8217;s a few [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled across  an awesome utility add-in for excel that will save you tons of time doing mundane little formulas and formattings  to your data.   The folks over at <a title="ASAP Utilites Excel Add-In" href="http://www.asap-utilities.com/">ASAP Utilities </a>have created this wonderful tool and it&#8217;s completely free for the taking.</p>
<p><span id="more-13"></span></p>
<p>There must be over 100 functions in this add-in, here&#8217;s a few of the categories:</p>
<ul>
<li>sheet manipulations &#8211; copy, create (multiple sheets using highlighted cells as the names), deletes, etc, etc</li>
<li>data manipulations &#8211; apply formulas in mass, convert text to numbers and vice versa, tons of stuff</li>
<li>Text formatting</li>
<li>Range manipulations</li>
<li>Mass cell selections</li>
<li>Printing</li>
<li>many many many more &#8230; you have to see this to appreciate</li>
</ul>
<p>Here&#8217;s  their <a title="Download Page for ASAP" href="http://www.asap-utilities.com/download-asap-utilities.php">download page</a>.</p>
<img src="http://www.whypad.com/?ak_action=api_record_view&id=13&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.whypad.com/posts/killer-utilities-add-in-for-excel/13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel: Turn a Column into a Row and Vice Versa</title>
		<link>http://www.whypad.com/posts/excel-transpose-function/5/</link>
		<comments>http://www.whypad.com/posts/excel-transpose-function/5/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 19:04:30 +0000</pubDate>
		<dc:creator>Byron Bennett</dc:creator>
				<category><![CDATA[Microsoft Excel]]></category>

		<guid isPermaLink="false">http://www.whypad.com/gen/5/excel-transpose-function/</guid>
		<description><![CDATA[Just got a call today from an accountant wondering how to turn a column of data into a row. If you don&#8217;t know, you&#8217;ll love it&#8230;so simple: Highlight the cells you want to flip the orientation on Ctrl-C to copy (or copy button&#8230;whatever you like) Click Edit/Paste Special (might have to expand your Edit menu [...]]]></description>
			<content:encoded><![CDATA[<p>Just got a call today from an accountant wondering how to turn a column of data into a row.   If you don&#8217;t know, you&#8217;ll love it&#8230;so simple:</p>
<ol>
<li>Highlight the cells you want to flip the orientation on</li>
<li>Ctrl-C to copy (or copy button&#8230;whatever you like)</li>
<li>Click Edit/Paste Special   (might have to expand your Edit menu if you don&#8217;t see it)</li>
<li>Check the Transpose check box in the bottom right and click OK</li>
</ol>
<p><span id="more-5"></span></p>
<p>You can do multiple columns/rows at the same time as well.</p>
<p>The Paste Special menu is tremendously useful, lots to explore there.</p>
<img src="http://www.whypad.com/?ak_action=api_record_view&id=5&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.whypad.com/posts/excel-transpose-function/5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
