<?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: Back to School &#8211; The Excel Model</title>
	<atom:link href="http://www.thefinancialmodeler.com/2009/back-to-school-the-excel-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thefinancialmodeler.com/2009/back-to-school-the-excel-model/</link>
	<description>Leverage the power of Excel</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:40:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Chris</title>
		<link>http://www.thefinancialmodeler.com/2009/back-to-school-the-excel-model/comment-page-1/#comment-3593</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 25 Oct 2011 13:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialmodeler.com/?p=282#comment-3593</guid>
		<description>Hi Sebastien, nice site.

I can add some suggestions to simplify the look of this workbook and pretty it up a bit.

1. Create named ranges for &quot;upper&quot; and &quot;lower&quot; alphabets:
upper=INDEX({&quot;A&quot;,&quot;B&quot;,&quot;C&quot;,&quot;D&quot;,&quot;E&quot;,&quot;F&quot;,&quot;G&quot;,&quot;H&quot;,&quot;I&quot;,&quot;J&quot;,&quot;K&quot;,&quot;L&quot;,&quot;M&quot;,&quot;N&quot;,&quot;O&quot;,&quot;P&quot;,&quot;Q&quot;,&quot;R&quot;,&quot;S&quot;,&quot;T&quot;,&quot;U&quot;,&quot;V&quot;,&quot;W&quot;,&quot;X&quot;,&quot;Y&quot;,&quot;Z&quot;},RANDBETWEEN(1,26))
lower = lower(upper)

2. In A1 create a dropdown for &quot;Upper&quot; and &quot;Lower&quot;

3. In A2 make a single cell, named &quot;letter&quot; with font size 200 and formula  =IF(A1=&quot;Upper&quot;,upper,lower)

4. Add code to the sheet1 module to randomize the letter in all 56 colors
Private Sub Worksheet_Calculate()
    [letter].Font.ColorIndex = [randbetween(1, 56)]
End Sub

5. Optional but you could then set your 56 workbook colors to selected colors
For example, stick the following index numbers in A1:A56 and run this bit of code
activeworkbook.Colors = application.transpose(Range(&quot;A1:A56&quot;))

16759603
16316664
16764057
11141119
4949955
12961279
16768701
10878885
16759413
6946815
3897009
13541094
9812223
3407769
15395562
12632256
16772571
16767669
13434828
13882367
13434879
9043849
15395562
12632256
16762509
16757349
13209
11711154
9868950
7829367
5066061
2697513
10338015
13434828
13434879
14145535
12703467
16773087
13231359
16737843
8103891
7733109
13937151
13382451
10040115
10053222
5995263
14540253
47240
10092543
65535
16744917
6697728
11655423
5263615
11711154</description>
		<content:encoded><![CDATA[<p>Hi Sebastien, nice site.</p>
<p>I can add some suggestions to simplify the look of this workbook and pretty it up a bit.</p>
<p>1. Create named ranges for &#8220;upper&#8221; and &#8220;lower&#8221; alphabets:<br />
upper=INDEX({&#8220;A&#8221;,&#8221;B&#8221;,&#8221;C&#8221;,&#8221;D&#8221;,&#8221;E&#8221;,&#8221;F&#8221;,&#8221;G&#8221;,&#8221;H&#8221;,&#8221;I&#8221;,&#8221;J&#8221;,&#8221;K&#8221;,&#8221;L&#8221;,&#8221;M&#8221;,&#8221;N&#8221;,&#8221;O&#8221;,&#8221;P&#8221;,&#8221;Q&#8221;,&#8221;R&#8221;,&#8221;S&#8221;,&#8221;T&#8221;,&#8221;U&#8221;,&#8221;V&#8221;,&#8221;W&#8221;,&#8221;X&#8221;,&#8221;Y&#8221;,&#8221;Z&#8221;},RANDBETWEEN(1,26))<br />
lower = lower(upper)</p>
<p>2. In A1 create a dropdown for &#8220;Upper&#8221; and &#8220;Lower&#8221;</p>
<p>3. In A2 make a single cell, named &#8220;letter&#8221; with font size 200 and formula  =IF(A1=&#8221;Upper&#8221;,upper,lower)</p>
<p>4. Add code to the sheet1 module to randomize the letter in all 56 colors<br />
Private Sub Worksheet_Calculate()<br />
    [letter].Font.ColorIndex = [randbetween(1, 56)]<br />
End Sub</p>
<p>5. Optional but you could then set your 56 workbook colors to selected colors<br />
For example, stick the following index numbers in A1:A56 and run this bit of code<br />
activeworkbook.Colors = application.transpose(Range(&#8220;A1:A56&#8243;))</p>
<p>16759603<br />
16316664<br />
16764057<br />
11141119<br />
4949955<br />
12961279<br />
16768701<br />
10878885<br />
16759413<br />
6946815<br />
3897009<br />
13541094<br />
9812223<br />
3407769<br />
15395562<br />
12632256<br />
16772571<br />
16767669<br />
13434828<br />
13882367<br />
13434879<br />
9043849<br />
15395562<br />
12632256<br />
16762509<br />
16757349<br />
13209<br />
11711154<br />
9868950<br />
7829367<br />
5066061<br />
2697513<br />
10338015<br />
13434828<br />
13434879<br />
14145535<br />
12703467<br />
16773087<br />
13231359<br />
16737843<br />
8103891<br />
7733109<br />
13937151<br />
13382451<br />
10040115<br />
10053222<br />
5995263<br />
14540253<br />
47240<br />
10092543<br />
65535<br />
16744917<br />
6697728<br />
11655423<br />
5263615<br />
11711154</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastien Labonne</title>
		<link>http://www.thefinancialmodeler.com/2009/back-to-school-the-excel-model/comment-page-1/#comment-332</link>
		<dc:creator>Sebastien Labonne</dc:creator>
		<pubDate>Fri, 13 Nov 2009 15:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialmodeler.com/?p=282#comment-332</guid>
		<description>Jim, that&#039;s an awesome idea you had.

If I ever have to design an elementary school curriculum, I&#039;m hiring you :)

I&#039;ve updated the file with your suggestion with two slight variation. I&#039;ve added the option to have the colors or not. Also, for the 3 conditions you don&#039;t need to put AND(D2&gt;.50,D2&lt;.75), D2&lt;.75 is sufficient if the conditions are in proper order. 

i.e.:
Condition 1: &lt;0.25 is evaluated --- if it is TRUE, then it stops and format is applied
Condition 2: &lt;0.50 is evaluated --- if it is TRUE, then it stops and format is applied
Condition 3: &lt;0.75 is evaluated --- if it is TRUE, then it stops and format is applied

If you&#039;re using Excel 2007, you need to check &quot;Stop if True&quot; for each conditions in the &quot;Conditional Formating - Manage Rules...&quot; dialog.

Oh! I also changed the reference cell to a new one because I didn&#039;t want the bias of always having the letter A in blue. ;)</description>
		<content:encoded><![CDATA[<p>Jim, that&#8217;s an awesome idea you had.</p>
<p>If I ever have to design an elementary school curriculum, I&#8217;m hiring you <img src='http://www.thefinancialmodeler.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve updated the file with your suggestion with two slight variation. I&#8217;ve added the option to have the colors or not. Also, for the 3 conditions you don&#8217;t need to put AND(D2&gt;.50,D2&lt;.75), D2&lt;.75 is sufficient if the conditions are in proper order. </p>
<p>i.e.:<br />
Condition 1: &lt;0.25 is evaluated &#8212; if it is TRUE, then it stops and format is applied<br />
Condition 2: &lt;0.50 is evaluated &#8212; if it is TRUE, then it stops and format is applied<br />
Condition 3: &lt;0.75 is evaluated &#8212; if it is TRUE, then it stops and format is applied</p>
<p>If you&#039;re using Excel 2007, you need to check &quot;Stop if True&quot; for each conditions in the &quot;Conditional Formating &#8211; Manage Rules&#8230;&quot; dialog.</p>
<p>Oh! I also changed the reference cell to a new one because I didn&#039;t want the bias of always having the letter A in blue. <img src='http://www.thefinancialmodeler.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Carson</title>
		<link>http://www.thefinancialmodeler.com/2009/back-to-school-the-excel-model/comment-page-1/#comment-329</link>
		<dc:creator>Jim Carson</dc:creator>
		<pubDate>Thu, 12 Nov 2009 22:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thefinancialmodeler.com/?p=282#comment-329</guid>
		<description>Being the father of a 5 year old, I know that the use of colors can help keep the attention of a young learner, so I used conditional formatting in the (giant) output cell in order to vary the colors based on one of the random #s ...
For example, &quot;Formula is&quot; =D20.75   .... AND(D2&gt;.50,D2&lt;.75),  for conditions 1, 2 and 3 will give you 4 possible colours (I chose basic blue, red and green, with the default left at black for the values not covered by the formulas).
Drop me an email if you want me to send you back a revised .xls.
Cheers,
J</description>
		<content:encoded><![CDATA[<p>Being the father of a 5 year old, I know that the use of colors can help keep the attention of a young learner, so I used conditional formatting in the (giant) output cell in order to vary the colors based on one of the random #s &#8230;<br />
For example, &#8220;Formula is&#8221; =D20.75   &#8230;. AND(D2&gt;.50,D2&lt;.75),  for conditions 1, 2 and 3 will give you 4 possible colours (I chose basic blue, red and green, with the default left at black for the values not covered by the formulas).<br />
Drop me an email if you want me to send you back a revised .xls.<br />
Cheers,<br />
J</p>
]]></content:encoded>
	</item>
</channel>
</rss>

