<?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: Project Euler questions and Excel solutions</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/01/17/project-euler-questions-and-excel-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/01/17/project-euler-questions-and-excel-solutions/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Michael</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/17/project-euler-questions-and-excel-solutions/#comment-37654</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 01 Feb 2009 19:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1946#comment-37654</guid>
		<description>&lt;p&gt;Hello Jennifer -&lt;/p&gt;
&lt;p&gt;And welcome.  Excel has no built-in way to count colors.  The solutions to do that are here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.cpearson.com/excel/colors.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.cpearson.com/excel/colors.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and require Visual Basic familiarity.  I take it that the colors are assigned manually?  If there is conditional Excel formatting that does it, you can piggy-back on the same conditions and make your calculations via a sumif() or sumproduct().  Tell us more about how the colors come about.&lt;/p&gt;
&lt;p&gt;...mrt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Jennifer -</p>
<p>And welcome.  Excel has no built-in way to count colors.  The solutions to do that are here:</p>
<p><a href="http://www.cpearson.com/excel/colors.aspx" rel="nofollow">http://www.cpearson.com/excel/colors.aspx</a></p>
<p>and require Visual Basic familiarity.  I take it that the colors are assigned manually?  If there is conditional Excel formatting that does it, you can piggy-back on the same conditions and make your calculations via a sumif() or sumproduct().  Tell us more about how the colors come about.</p>
<p>&#8230;mrt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeepjenn</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/17/project-euler-questions-and-excel-solutions/#comment-37617</link>
		<dc:creator>jeepjenn</dc:creator>
		<pubDate>Fri, 30 Jan 2009 20:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1946#comment-37617</guid>
		<description>&lt;p&gt;Hi Everyone,&lt;/p&gt;
&lt;p&gt;I am hoping that I am posting this in the right place, this is my first time inside as a member.&lt;/p&gt;
&lt;p&gt;I have an excel issue that I haven&#039;t been able to solve. I am working on a schedule for the Doctor&#039;s in the clinic that I work at. The &quot;A&quot; column consists of the days of the month, while the &quot;B&quot; column has a cell for the name of the Doctor working that day. The cells are color coded red for stat days, yellow for Monday nigh clinics, pink for wednesday night clinics and orange for Saturday clinics.&lt;/p&gt;
&lt;p&gt;What I am trying to do is to be able to count what each Doctor has worked for the month by counting the name and the color of the cell. For example,&lt;/p&gt;
&lt;p&gt;               Monday     Wednesday     Saturday     Stat&lt;br&gt;
Dr, Smith        3           1             2          0&lt;/p&gt;
&lt;p&gt;I hope this makes sense to everyone, and I eagerly await your genious!&lt;/p&gt;
&lt;p&gt;Jennifer&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>I am hoping that I am posting this in the right place, this is my first time inside as a member.</p>
<p>I have an excel issue that I haven&#8217;t been able to solve. I am working on a schedule for the Doctor&#8217;s in the clinic that I work at. The &#8220;A&#8221; column consists of the days of the month, while the &#8220;B&#8221; column has a cell for the name of the Doctor working that day. The cells are color coded red for stat days, yellow for Monday nigh clinics, pink for wednesday night clinics and orange for Saturday clinics.</p>
<p>What I am trying to do is to be able to count what each Doctor has worked for the month by counting the name and the color of the cell. For example,</p>
<p>               Monday     Wednesday     Saturday     Stat<br />
Dr, Smith        3           1             2          0</p>
<p>I hope this makes sense to everyone, and I eagerly await your genious!</p>
<p>Jennifer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Math Challenges « Waste Basket</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/01/17/project-euler-questions-and-excel-solutions/#comment-37577</link>
		<dc:creator>Math Challenges « Waste Basket</dc:creator>
		<pubDate>Wed, 28 Jan 2009 20:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1946#comment-37577</guid>
		<description>&lt;p&gt;[...] Math&#160;Challenges By tonyfleming  The intended audience for Project Euler include students for whom the basic curriculum is not feeding their hunger to learn, adults whose background was not primarily mathematics but had an interest in things mathematical, and professionals who want to keep their problem solving and mathematics on the edge.Â See here where this guy has solved 19 of these using either Excel or by hand. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Math&nbsp;Challenges By tonyfleming  The intended audience for Project Euler include students for whom the basic curriculum is not feeding their hunger to learn, adults whose background was not primarily mathematics but had an interest in things mathematical, and professionals who want to keep their problem solving and mathematics on the edge.Â See here where this guy has solved 19 of these using either Excel or by hand. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

