<?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: Create a number sequence for each change in a column in excel [Quick Tip]</title>
	<atom:link href="http://chandoo.org/wp/2009/06/29/generate-sequence-numbers/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandoo.org/wp/2009/06/29/generate-sequence-numbers/</link>
	<description>Fresh Excel Tips, Tricks, Charts, Tutorials, Downloads, Dashboards and Visualization Showcase for your Inspiration and Productivity</description>
	<lastBuildDate>Sun, 14 Mar 2010 11:20:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ronnie lack</title>
		<link>http://chandoo.org/wp/2009/06/29/generate-sequence-numbers/#comment-94098</link>
		<dc:creator>ronnie lack</dc:creator>
		<pubDate>Mon, 15 Feb 2010 19:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2200#comment-94098</guid>
		<description>dilbert hello, my name is roni have 62 anos.vamos interesa what I&#039;m learning to move in excel, as do combinations of 1.2.3 up to 25, using 15 numbers</description>
		<content:encoded><![CDATA[<p>dilbert hello, my name is roni have 62 anos.vamos interesa what I&#8217;m learning to move in excel, as do combinations of 1.2.3 up to 25, using 15 numbers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandoo</title>
		<link>http://chandoo.org/wp/2009/06/29/generate-sequence-numbers/#comment-68211</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Mon, 29 Jun 2009 14:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2200#comment-68211</guid>
		<description>@Peter H: Welcome to PHD and commenting. :) I like your idea. When I get sometime I will create a screenshot of this and post it here so that other readers will know how it would look.

Also, you dont need 2 conditional formats. You can set the cell font color to white for all in one stroke and then use conditional formatting to turn the color to black when a2 not equal to a1.</description>
		<content:encoded><![CDATA[<p>@Peter H: Welcome to PHD and commenting. <img src='http://chandoo.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I like your idea. When I get sometime I will create a screenshot of this and post it here so that other readers will know how it would look.</p>
<p>Also, you dont need 2 conditional formats. You can set the cell font color to white for all in one stroke and then use conditional formatting to turn the color to black when a2 not equal to a1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter H</title>
		<link>http://chandoo.org/wp/2009/06/29/generate-sequence-numbers/#comment-68195</link>
		<dc:creator>Peter H</dc:creator>
		<pubDate>Mon, 29 Jun 2009 11:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2200#comment-68195</guid>
		<description>Hi Chandoo

Sorry about the formatting of the above post. 
I am new at this commenting game &amp; dont know how to make the formatting come out correct</description>
		<content:encoded><![CDATA[<p>Hi Chandoo</p>
<p>Sorry about the formatting of the above post.<br />
I am new at this commenting game &amp; dont know how to make the formatting come out correct</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter H</title>
		<link>http://chandoo.org/wp/2009/06/29/generate-sequence-numbers/#comment-68194</link>
		<dc:creator>Peter H</dc:creator>
		<pubDate>Mon, 29 Jun 2009 11:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://chandoo.org/wp/?p=2200#comment-68194</guid>
		<description>I have used a similar technique using conditional formatting to identify when lists change. Our Production Scheduling Program gives a readout like this:-
Dept	M/c	Tool	Job No
A	A1	T1	J1
A	A1	T1	J2
A	A1	T2	J3
A	A2	T2	J4
A	A2	T3	J5
A	A2	T3	J6
A	A2	T4	J7
A	A2	T5	J8
A	A2	T6	J9
B	B1	T7	J10
B	B1	T7	J11
B	B1	T7	J12
B	B1	T8	J13
B	B2	T9	J14
B	B2	T10	J15
B	B2	T10	J16
B	B2	T10	J17
B	B2	T10	J18

If you add 2 conditional formats to each cell:-
=A2=A1  - font colour equals white &amp; 
=A2A1 - add a line to the top of the cell it comes out like this:-

Dept	M/c	Tool	Job No
A	A1	T1	J1
			J2
		T2	J3
			J4
	A2	T3	J5
			J6
		T4	J7
		T5	J8
		T6	J9
B	B1	T7	J10
			J11
			J12
		T8	J13
	B2	T9	J14
		T10	J15
			J16
			J17
			J18
With the proper spread sheet  with the horizontal lines drawn this is much easier to read</description>
		<content:encoded><![CDATA[<p>I have used a similar technique using conditional formatting to identify when lists change. Our Production Scheduling Program gives a readout like this:-<br />
Dept	M/c	Tool	Job No<br />
A	A1	T1	J1<br />
A	A1	T1	J2<br />
A	A1	T2	J3<br />
A	A2	T2	J4<br />
A	A2	T3	J5<br />
A	A2	T3	J6<br />
A	A2	T4	J7<br />
A	A2	T5	J8<br />
A	A2	T6	J9<br />
B	B1	T7	J10<br />
B	B1	T7	J11<br />
B	B1	T7	J12<br />
B	B1	T8	J13<br />
B	B2	T9	J14<br />
B	B2	T10	J15<br />
B	B2	T10	J16<br />
B	B2	T10	J17<br />
B	B2	T10	J18</p>
<p>If you add 2 conditional formats to each cell:-<br />
=A2=A1  &#8211; font colour equals white &amp;<br />
=A2A1 &#8211; add a line to the top of the cell it comes out like this:-</p>
<p>Dept	M/c	Tool	Job No<br />
A	A1	T1	J1<br />
			J2<br />
		T2	J3<br />
			J4<br />
	A2	T3	J5<br />
			J6<br />
		T4	J7<br />
		T5	J8<br />
		T6	J9<br />
B	B1	T7	J10<br />
			J11<br />
			J12<br />
		T8	J13<br />
	B2	T9	J14<br />
		T10	J15<br />
			J16<br />
			J17<br />
			J18<br />
With the proper spread sheet  with the horizontal lines drawn this is much easier to read</p>
]]></content:encoded>
	</item>
</channel>
</rss>
