<?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: Beyond If and Sum, 15 really useful excel formulas for everyone</title>
	<atom:link href="http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/</link>
	<description>Fresh Excel Tips, Tricks, Charts, Tutorials, Downloads, Dashboards and Visualization Showcase for your Inspiration and Productivity</description>
	<lastBuildDate>Fri, 19 Mar 2010 05:15:49 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MS-Excel Tipps für Projektleiter</title>
		<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/#comment-96003</link>
		<dc:creator>MS-Excel Tipps für Projektleiter</dc:creator>
		<pubDate>Wed, 03 Mar 2010 14:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1045#comment-96003</guid>
		<description>[...] 15 really useful Excel formulas for everyone &#8212; kleine Helferlein abseits des von =SUMME &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] 15 really useful Excel formulas for everyone &#8212; kleine Helferlein abseits des von =SUMME &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charley</title>
		<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/#comment-92320</link>
		<dc:creator>Charley</dc:creator>
		<pubDate>Fri, 29 Jan 2010 17:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1045#comment-92320</guid>
		<description>The Weeknum function is not correct if your country uses the ISO8601: 2000 weeknumbersystem, like we do in Europe.
Today is week 4 for us. Excel&#039;s weeknum returns week 5.

You can correct this, by using the following Formula:
=INT((B4-DATE(YEAR(B4-WEEKDAY(B4-1)+4),1,3)+WEEKDAY(DATE(YEAR(B4-WEEKDAY(B4-1)+4),1,3))+5)/7)
The date is in cell b4.
Found this on:
http://www.rondebruin.nl/weeknumber.htm</description>
		<content:encoded><![CDATA[<p>The Weeknum function is not correct if your country uses the ISO8601: 2000 weeknumbersystem, like we do in Europe.<br />
Today is week 4 for us. Excel&#8217;s weeknum returns week 5.</p>
<p>You can correct this, by using the following Formula:<br />
=INT((B4-DATE(YEAR(B4-WEEKDAY(B4-1)+4),1,3)+WEEKDAY(DATE(YEAR(B4-WEEKDAY(B4-1)+4),1,3))+5)/7)<br />
The date is in cell b4.<br />
Found this on:<br />
<a href="http://www.rondebruin.nl/weeknumber.htm" rel="nofollow">http://www.rondebruin.nl/weeknumber.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/#comment-84571</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Mon, 09 Nov 2009 15:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1045#comment-84571</guid>
		<description>@Nichola... if you have values in a row instead of column, you can use HLOOKUP function in the same way

@Arti... That is sweet. Thank you :)</description>
		<content:encoded><![CDATA[<p>@Nichola&#8230; if you have values in a row instead of column, you can use HLOOKUP function in the same way</p>
<p>@Arti&#8230; That is sweet. Thank you <img src='http://chandoo.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arti</title>
		<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/#comment-84440</link>
		<dc:creator>Arti</dc:creator>
		<pubDate>Sun, 08 Nov 2009 09:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1045#comment-84440</guid>
		<description>Hey... brilliant. I didn&#039;t know about the CHOOSE function at all - I usually end up going with hidden lists combined with vlookup functions, or sumifs instead. Nice. I&#039;ll find a way to use this at work. 

First time commenter, btw.. thank you thank you, pat on my back. I&#039;ve been going through all your older posts just to find gems like these that I might&#039;ve missed. My search has not been in vain so far. Thanks for all the great work!</description>
		<content:encoded><![CDATA[<p>Hey&#8230; brilliant. I didn&#8217;t know about the CHOOSE function at all &#8211; I usually end up going with hidden lists combined with vlookup functions, or sumifs instead. Nice. I&#8217;ll find a way to use this at work. </p>
<p>First time commenter, btw.. thank you thank you, pat on my back. I&#8217;ve been going through all your older posts just to find gems like these that I might&#8217;ve missed. My search has not been in vain so far. Thanks for all the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nichola</title>
		<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/#comment-83667</link>
		<dc:creator>Nichola</dc:creator>
		<pubDate>Mon, 02 Nov 2009 16:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1045#comment-83667</guid>
		<description>Thanks Chandoo. The thing is, the values are in one row (B3:B25). I have 200 rows of data that I need to seperately look at (find the highest value and it&#039;s corresponding data). The highest value is not always going to be in the same column.
Thanks
Nichola</description>
		<content:encoded><![CDATA[<p>Thanks Chandoo. The thing is, the values are in one row (B3:B25). I have 200 rows of data that I need to seperately look at (find the highest value and it&#8217;s corresponding data). The highest value is not always going to be in the same column.<br />
Thanks<br />
Nichola</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/#comment-83663</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Mon, 02 Nov 2009 16:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1045#comment-83663</guid>
		<description>@Nichola... Welcome to PHD.

You can use MAX formula to find the largest value in a range of cells. You can mix this with Vlookup to find the value in adjacent cell like this.

Assuming the values are in the range A1:B20, with column having values and column B having related data, write the formula,

=vlookup(max(A1:A20),A1:B20,2,false)

Learn more about vlookup here: http://chandoo.org/wp/2008/11/19/vlookup-match-and-offset-explained-in-plain-english-spreadcheats/</description>
		<content:encoded><![CDATA[<p>@Nichola&#8230; Welcome to PHD.</p>
<p>You can use MAX formula to find the largest value in a range of cells. You can mix this with Vlookup to find the value in adjacent cell like this.</p>
<p>Assuming the values are in the range A1:B20, with column having values and column B having related data, write the formula,</p>
<p>=vlookup(max(A1:A20),A1:B20,2,false)</p>
<p>Learn more about vlookup here: <a href="http://chandoo.org/wp/2008/11/19/vlookup-match-and-offset-explained-in-plain-english-spreadcheats/" rel="nofollow">http://chandoo.org/wp/2008/11/19/vlookup-match-and-offset-explained-in-plain-english-spreadcheats/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nichola</title>
		<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/#comment-83650</link>
		<dc:creator>Nichola</dc:creator>
		<pubDate>Mon, 02 Nov 2009 14:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1045#comment-83650</guid>
		<description>Hi
I am looking for an easy formula to replace the If function. I need to find the highest number in a series then add the data in the column to the right. The IF function works for this, btu I can only add 7 points for it to check. I have around 20 data points. Can you help

Thanks
Nichola</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am looking for an easy formula to replace the If function. I need to find the highest number in a series then add the data in the column to the right. The IF function works for this, btu I can only add 7 points for it to check. I have around 20 data points. Can you help</p>
<p>Thanks<br />
Nichola</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/#comment-66093</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 15 Jun 2009 05:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1045#comment-66093</guid>
		<description>Chandoo,
Just found this excellent blog, and have already incorporated a couple ideas into my work.
One small note on the example used in #7 - I believe it should be =REPT(&quot;0&quot;,5-LEN(zipcode)) &amp; zipcode  and not
=zipcode &amp; REPT(&quot;0&quot;,5-LEN(zipcode))  as you want to pad the start of the string and not the end.

thanks again.</description>
		<content:encoded><![CDATA[<p>Chandoo,<br />
Just found this excellent blog, and have already incorporated a couple ideas into my work.<br />
One small note on the example used in #7 &#8211; I believe it should be =REPT(&#8221;0&#8243;,5-LEN(zipcode)) &amp; zipcode  and not<br />
=zipcode &amp; REPT(&#8221;0&#8243;,5-LEN(zipcode))  as you want to pad the start of the string and not the end.</p>
<p>thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Welcome to Pointy Haired Dilbert &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</title>
		<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/#comment-66086</link>
		<dc:creator>Welcome to Pointy Haired Dilbert &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</dc:creator>
		<pubDate>Mon, 15 Jun 2009 04:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1045#comment-66086</guid>
		<description>[...] 15 very Useful Excel Formulas for Everyone [...]</description>
		<content:encoded><![CDATA[<p>[...] 15 very Useful Excel Formulas for Everyone [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varun</title>
		<link>http://chandoo.org/wp/2008/08/13/15-microsoft-excel-formulas/#comment-59426</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Mon, 20 Apr 2009 03:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=1045#comment-59426</guid>
		<description>@Chandoo.

Thanks for the help mate. With a little modification , it worked. 

=IF(J423&quot;&quot;,LEN(J423)-LEN(SUBSTITUTE(J423,&quot;,&quot;,&quot;&quot;))+1,0)

However, as my motive is to count the no. of words, it&#039;ll give an extra count,if a comma is inserted at the end.

Thanks again.Will be bugging in the future as n when new issues will pop.</description>
		<content:encoded><![CDATA[<p>@Chandoo.</p>
<p>Thanks for the help mate. With a little modification , it worked. </p>
<p>=IF(J423&#8243;&#8221;,LEN(J423)-LEN(SUBSTITUTE(J423,&#8221;,&#8221;,&#8221;"))+1,0)</p>
<p>However, as my motive is to count the no. of words, it&#8217;ll give an extra count,if a comma is inserted at the end.</p>
<p>Thanks again.Will be bugging in the future as n when new issues will pop.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
