<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Three Things You Didn&#8217;t Know About Excel</title>
	<atom:link href="http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/</link>
	<description>Pieces of the productivity puzzle.</description>
	<lastBuildDate>Sun, 21 Mar 2010 09:51:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Wyman</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-75228</link>
		<dc:creator>John Wyman</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-75228</guid>
		<description>Very nice video on Excel.  Can use the Validation approach
now.

Well done.

John</description>
		<content:encoded><![CDATA[<p>Very nice video on Excel.  Can use the Validation approach<br />
now.</p>
<p>Well done.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepa</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-70796</link>
		<dc:creator>Deepa</dc:creator>
		<pubDate>Wed, 09 Jul 2008 10:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-70796</guid>
		<description>Hi,
Nice video, short and sweet.. to the point
I vouch for the fact that using these surely saves lot of time..
I have been doing this for quite some time.. and boy surely saves time.

However, I wish to add one tweeny little things
It is possible to call the list from a diffrent sheet ( of the same workbook -- where you can have all the lists)

This is how i do it

In different sheet
Type some city name
select the list (range of cells)

Click the name box 
Typein a meaningful name ( I have given &quot;City&quot;)


Come to main sheet		
Select colum / range of cells		
Data - validation - List		&quot;
Type  =City		

Here &quot;City&quot; is the name of the list.
and, &quot;=&quot;  sign must be there

Hope this helps
Loved this space
Regards !</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Nice video, short and sweet.. to the point<br />
I vouch for the fact that using these surely saves lot of time..<br />
I have been doing this for quite some time.. and boy surely saves time.</p>
<p>However, I wish to add one tweeny little things<br />
It is possible to call the list from a diffrent sheet ( of the same workbook &#8212; where you can have all the lists)</p>
<p>This is how i do it</p>
<p>In different sheet<br />
Type some city name<br />
select the list (range of cells)</p>
<p>Click the name box<br />
Typein a meaningful name ( I have given &#8220;City&#8221;)</p>
<p>Come to main sheet<br />
Select colum / range of cells<br />
Data &#8211; validation &#8211; List		&#8221;<br />
Type  =City		</p>
<p>Here &#8220;City&#8221; is the name of the list.<br />
and, &#8220;=&#8221;  sign must be there</p>
<p>Hope this helps<br />
Loved this space<br />
Regards !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdamV</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-69967</link>
		<dc:creator>AdamV</dc:creator>
		<pubDate>Mon, 07 Jul 2008 10:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-69967</guid>
		<description>@Jay If you data is arranged in a tabular style then you can use the intersection of row and columns for which you have defined names, so if column C is called &quot;Sales&quot; (as a defined named range $C:$C) and row 6 is called Bob, then you can simply use =Sales Bob
or =Bob Sales
to get the intersection (the space is the delimiter here, which is why you can&#039;t have spaces in defined names)
Data arranged like this would probably be better off setup as a List (what is now called a Table in Excel 2007, a slightly improved version of the same thing)
However, if you don&#039;t have this tabular format with a single cell for the results (ie multiple rows for Bob), then SUMIF is probably the function you need, also note that in Excel 2007 there is an extended version of that function - SUMIFS (note the plural) which takes multiple criteria, producing (in your pseudo-syntax):
SUMIFS(Sales(X) IF Person = Bob AND Region=North AND Quarter=1).
I agree that if you do want a similar calculation for lots of people, then a Pivot Table is almost certainly a better idea in the long run.

For Data Validation to short lists, simply type the list in instead of a cell range, so you don&#039;t need any cells used for this. 
You can copy a cell with validation on and then use Paste &gt; Special to copy just the validation settings to another cell which saves some effort.
Also note if you have several cells with the same validation criteria and you change one, you can tick the box to &quot;apply these changes to all other cells with the same settings&quot; to make sure you don&#039;t forget any.

@Steven / Mark - Using a named range as the source for data validation is a way to use lists on other sheets. So, first you create a list on sheet1, say, then define a name which points to that range, then in your data validation on sheet2 just use =MyNamedRange. An added benefit of this method is that you can easily extend the range just by redefining the name, rather than going back to the validation formula, and the validation makes sense if you choose a good name such as &quot;ProductCodes&quot; or &quot;CurrentEmployees&quot;

The O&#039;Reilly Excel Hacks book is great. I think there is a second edition out now, but this was my review of the first edition:
http://veroblog.wordpress.com/2007/12/11/excel-hacks-david-and-raina-hawley/</description>
		<content:encoded><![CDATA[<p>@Jay If you data is arranged in a tabular style then you can use the intersection of row and columns for which you have defined names, so if column C is called &#8220;Sales&#8221; (as a defined named range $C:$C) and row 6 is called Bob, then you can simply use =Sales Bob<br />
or =Bob Sales<br />
to get the intersection (the space is the delimiter here, which is why you can&#8217;t have spaces in defined names)<br />
Data arranged like this would probably be better off setup as a List (what is now called a Table in Excel 2007, a slightly improved version of the same thing)<br />
However, if you don&#8217;t have this tabular format with a single cell for the results (ie multiple rows for Bob), then SUMIF is probably the function you need, also note that in Excel 2007 there is an extended version of that function &#8211; SUMIFS (note the plural) which takes multiple criteria, producing (in your pseudo-syntax):<br />
SUMIFS(Sales(X) IF Person = Bob AND Region=North AND Quarter=1).<br />
I agree that if you do want a similar calculation for lots of people, then a Pivot Table is almost certainly a better idea in the long run.</p>
<p>For Data Validation to short lists, simply type the list in instead of a cell range, so you don&#8217;t need any cells used for this.<br />
You can copy a cell with validation on and then use Paste &gt; Special to copy just the validation settings to another cell which saves some effort.<br />
Also note if you have several cells with the same validation criteria and you change one, you can tick the box to &#8220;apply these changes to all other cells with the same settings&#8221; to make sure you don&#8217;t forget any.</p>
<p>@Steven / Mark &#8211; Using a named range as the source for data validation is a way to use lists on other sheets. So, first you create a list on sheet1, say, then define a name which points to that range, then in your data validation on sheet2 just use =MyNamedRange. An added benefit of this method is that you can easily extend the range just by redefining the name, rather than going back to the validation formula, and the validation makes sense if you choose a good name such as &#8220;ProductCodes&#8221; or &#8220;CurrentEmployees&#8221;</p>
<p>The O&#8217;Reilly Excel Hacks book is great. I think there is a second edition out now, but this was my review of the first edition:<br />
<a href="http://veroblog.wordpress.com/2007/12/11/excel-hacks-david-and-raina-hawley/" rel="nofollow">http://veroblog.wordpress.com/2007/12/11/excel-hacks-david-and-raina-hawley/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Shead</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-69757</link>
		<dc:creator>Mark Shead</dc:creator>
		<pubDate>Sun, 06 Jul 2008 22:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-69757</guid>
		<description>@Mert - In the past I used a video camera recording to Quicktime and SnapZPro recording my desktop and them put them together in iMovie or FinalCut.  It was a very painful process.  I&#039;m using ScreenFlow now and it records both sources simultaneously and then I can edit back and forth between them.  It significantly reduces the overhead required to make a tutorial like this.</description>
		<content:encoded><![CDATA[<p>@Mert &#8211; In the past I used a video camera recording to Quicktime and SnapZPro recording my desktop and them put them together in iMovie or FinalCut.  It was a very painful process.  I&#8217;m using ScreenFlow now and it records both sources simultaneously and then I can edit back and forth between them.  It significantly reduces the overhead required to make a tutorial like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mert ALEMDAR</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-69749</link>
		<dc:creator>Mert ALEMDAR</dc:creator>
		<pubDate>Sun, 06 Jul 2008 22:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-69749</guid>
		<description>Hi, Great tip thank you.
I want to ask something different.
How  are you recording your videos. I mean in the same time I&#039;m watching you in thumpnail format at the right and in the same time I&#039;m watching your screen. How are you doing this multiple recording? Is it in same time recording? Or are you recording two seperate video and merging? ? realy wonder how this two in same time could be happened? Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, Great tip thank you.<br />
I want to ask something different.<br />
How  are you recording your videos. I mean in the same time I&#8217;m watching you in thumpnail format at the right and in the same time I&#8217;m watching your screen. How are you doing this multiple recording? Is it in same time recording? Or are you recording two seperate video and merging? ? realy wonder how this two in same time could be happened? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carolyn Bahm</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-69201</link>
		<dc:creator>Carolyn Bahm</dc:creator>
		<pubDate>Sat, 05 Jul 2008 19:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-69201</guid>
		<description>I really appreciate finding this video -- very useful! I also passed along to my teammates at work. I look forward to more.</description>
		<content:encoded><![CDATA[<p>I really appreciate finding this video &#8212; very useful! I also passed along to my teammates at work. I look forward to more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin H</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-68636</link>
		<dc:creator>Kevin H</dc:creator>
		<pubDate>Fri, 04 Jul 2008 17:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-68636</guid>
		<description>Great post! I thought I was pretty good with excel, but even I learned something about the transpose feature. Great!</description>
		<content:encoded><![CDATA[<p>Great post! I thought I was pretty good with excel, but even I learned something about the transpose feature. Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parish</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-68220</link>
		<dc:creator>Parish</dc:creator>
		<pubDate>Fri, 04 Jul 2008 00:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-68220</guid>
		<description>Jay, have you tried using a SUMIF formula?  

When I started using &#039;advanced&#039; excel features, I found &#039;Excel Hacks&#039; by o&#039;reilly press to be extremely useful (conditional formatting, nested subtotals, text-to-columns, etc. will save power-users TONS of time.)</description>
		<content:encoded><![CDATA[<p>Jay, have you tried using a SUMIF formula?  </p>
<p>When I started using &#8216;advanced&#8217; excel features, I found &#8216;Excel Hacks&#8217; by o&#8217;reilly press to be extremely useful (conditional formatting, nested subtotals, text-to-columns, etc. will save power-users TONS of time.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Business Hacks mobile edition</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-67968</link>
		<dc:creator>Business Hacks mobile edition</dc:creator>
		<pubDate>Thu, 03 Jul 2008 14:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-67968</guid>
		<description>[...] taking full advantage of the spreadsheet program&#8217;s power. Productivity501 sheds some light on three of Excel&#8217;s lesser-known, but extremely useful, capabilities. They [...]</description>
		<content:encoded><![CDATA[<p>[...] taking full advantage of the spreadsheet program&#8217;s power. Productivity501 sheds some light on three of Excel&#8217;s lesser-known, but extremely useful, capabilities. They [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Shead</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-67472</link>
		<dc:creator>Mark Shead</dc:creator>
		<pubDate>Wed, 02 Jul 2008 17:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-67472</guid>
		<description>@Jay - You can get that information (summing sales for each individual) by using a Pivot Table.</description>
		<content:encoded><![CDATA[<p>@Jay &#8211; You can get that information (summing sales for each individual) by using a Pivot Table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-67454</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-67454</guid>
		<description>That&#039;s great, but is there a way to take the named rows concept and get all the sales for a particular person?

SUM(SALES[x] IF PERSON[x] == &#039;BOB&#039;)

I&#039;ve been trying to do this for a while now</description>
		<content:encoded><![CDATA[<p>That&#8217;s great, but is there a way to take the named rows concept and get all the sales for a particular person?</p>
<p>SUM(SALES[x] IF PERSON[x] == &#8216;BOB&#8217;)</p>
<p>I&#8217;ve been trying to do this for a while now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juanac</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-67193</link>
		<dc:creator>juanac</dc:creator>
		<pubDate>Wed, 02 Jul 2008 06:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-67193</guid>
		<description>Great !  I liked the video.
Anyway, I&#039;d prefer shorter ones, i.e. 2-3 minutes with short tips insted of long ones.</description>
		<content:encoded><![CDATA[<p>Great !  I liked the video.<br />
Anyway, I&#8217;d prefer shorter ones, i.e. 2-3 minutes with short tips insted of long ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandar Vaze</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-67192</link>
		<dc:creator>Mandar Vaze</dc:creator>
		<pubDate>Wed, 02 Jul 2008 06:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-67192</guid>
		<description>Mark,
Good to see you in person :)

I&#039;ve seen someone use the &quot;Validate to list&quot; earlier, but didn&#039;t know myself how to do it.

Transpose will also be helpful, I had to do exact same thing few days ago, and would have saved me some time, had I know this earlier.

Thanks
-Mandar</description>
		<content:encoded><![CDATA[<p>Mark,<br />
Good to see you in person <img src='http://www.productivity501.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve seen someone use the &#8220;Validate to list&#8221; earlier, but didn&#8217;t know myself how to do it.</p>
<p>Transpose will also be helpful, I had to do exact same thing few days ago, and would have saved me some time, had I know this earlier.</p>
<p>Thanks<br />
-Mandar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Kelty</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-67142</link>
		<dc:creator>Neil Kelty</dc:creator>
		<pubDate>Wed, 02 Jul 2008 02:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-67142</guid>
		<description>Mark:

You&#039;ve done a couple of these video posts in the past with Firefox and another with Excel - they are absolutely WONDERFUL. And I&#039;d really like to see you do many more of these - I know it probably takes more time, but it is well worth it - you&#039;ve got an excellent narration voice.

Great job!

Hopefully we&#039;ll see some more video posts.</description>
		<content:encoded><![CDATA[<p>Mark:</p>
<p>You&#8217;ve done a couple of these video posts in the past with Firefox and another with Excel &#8211; they are absolutely WONDERFUL. And I&#8217;d really like to see you do many more of these &#8211; I know it probably takes more time, but it is well worth it &#8211; you&#8217;ve got an excellent narration voice.</p>
<p>Great job!</p>
<p>Hopefully we&#8217;ll see some more video posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.productivity501.com/three-things-you-didnt-know-about-excel/982/comment-page-1/#comment-66982</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 01 Jul 2008 22:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.productivity501.com/?p=982#comment-66982</guid>
		<description>When working with the list validation, you can always have it in hidden/protected columns/cells.  This is helpful if you don&#039;t need the list actually visible as such.</description>
		<content:encoded><![CDATA[<p>When working with the list validation, you can always have it in hidden/protected columns/cells.  This is helpful if you don&#8217;t need the list actually visible as such.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
