<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How can I make Excel tell me when a number is out of sequence?</title>
	<link>http://ask.metafilter.com/107380/How-can-I-make-Excel-tell-me-when-a-number-is-out-of-sequence/</link>
	<description>Comments on Ask MetaFilter post How can I make Excel tell me when a number is out of sequence?</description>
	<pubDate>Thu, 20 Nov 2008 18:51:33 -0800</pubDate>
	<lastBuildDate>Thu, 20 Nov 2008 18:51:33 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How can I make Excel tell me when a number is out of sequence?</title>
		<link>http://ask.metafilter.com/107380/How-can-I-make-Excel-tell-me-when-a-number-is-out-of-sequence</link>	
		<description>How can I make Excel tell me when a number is out of sequence? &lt;br /&gt;&lt;br /&gt; I have about 1700 rows of numbers in one column in Excel. I need to know if any of the numbers are out of sequence or equal to each other, and if so, which rows. I am almost a complete Excel novice so please be gentle with me! Thanks in advance.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.107380</guid>
		<pubDate>Thu, 20 Nov 2008 18:46:15 -0800</pubDate>
		<dc:creator>Beautiful Downtown Burbank</dc:creator>
		
			<category>excel</category>
		
			<category>numbers</category>
		
			<category>sequence</category>
		
			<category>sequential</category>
		
	</item> <item>
		<title>By: b33j</title>
		<link>http://ask.metafilter.com/107380/How-can-I-make-Excel-tell-me-when-a-number-is-out-of-sequence#1548111</link>	
		<description>Sequential: =IF(A2=A1+1,&quot;good&quot;,&quot;bad&quot;)&lt;br&gt;
Equal to prev: =IF(A2-A3=0,&quot;equal&quot;,&quot;not equal&quot;)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107380-1548111</guid>
		<pubDate>Thu, 20 Nov 2008 18:51:33 -0800</pubDate>
		<dc:creator>b33j</dc:creator>
	</item><item>
		<title>By: b33j</title>
		<link>http://ask.metafilter.com/107380/How-can-I-make-Excel-tell-me-when-a-number-is-out-of-sequence#1548113</link>	
		<description>I should say, stick those formulae into a column, and make the A1, A2 references applicable to the column your numbers are in. Once you have one formula in place, grab the black handle on bottom right of cell and drag to replicate the formula through that column. Use the next column for the other formula.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107380-1548113</guid>
		<pubDate>Thu, 20 Nov 2008 18:53:00 -0800</pubDate>
		<dc:creator>b33j</dc:creator>
	</item><item>
		<title>By: Beautiful Downtown Burbank</title>
		<link>http://ask.metafilter.com/107380/How-can-I-make-Excel-tell-me-when-a-number-is-out-of-sequence#1548124</link>	
		<description>Excellent, thank you so much!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107380-1548124</guid>
		<pubDate>Thu, 20 Nov 2008 19:04:08 -0800</pubDate>
		<dc:creator>Beautiful Downtown Burbank</dc:creator>
	</item><item>
		<title>By: toaster</title>
		<link>http://ask.metafilter.com/107380/How-can-I-make-Excel-tell-me-when-a-number-is-out-of-sequence#1548127</link>	
		<description>To add to b33j, if it&apos;s a lot of information,consider conditional formatting to set &quot;bad&quot; to have a yellow background.  It helps to much more quickly eyeball the out of sequence data.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107380-1548127</guid>
		<pubDate>Thu, 20 Nov 2008 19:07:09 -0800</pubDate>
		<dc:creator>toaster</dc:creator>
	</item><item>
		<title>By: Muffy</title>
		<link>http://ask.metafilter.com/107380/How-can-I-make-Excel-tell-me-when-a-number-is-out-of-sequence#1548188</link>	
		<description>It&apos;s not quite as good as the response posted, but you could also create a chart of the values &amp;amp; that should tell you of, at least, any gross errors.&lt;br&gt;
&lt;br&gt;
Another alternative is copy / paste the original in the left column of a diff program*.&lt;br&gt;
&lt;br&gt;
Sort the column &amp;amp; then copy / paste the results in the right column.&lt;br&gt;
&lt;br&gt;
* free online diff program http://www.quickdiff.com/ A diff program tells you if anything&apos;s different between two files - so if you have one that you know is sorted, if you can quickly find out if the other is also sorted.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107380-1548188</guid>
		<pubDate>Thu, 20 Nov 2008 20:40:27 -0800</pubDate>
		<dc:creator>Muffy</dc:creator>
	</item><item>
		<title>By: IAmBroom</title>
		<link>http://ask.metafilter.com/107380/How-can-I-make-Excel-tell-me-when-a-number-is-out-of-sequence#1548230</link>	
		<description>I always handle this by using Conditional Formatting. &lt;br&gt;
Highlighting cell A2, I set up the condition:&lt;br&gt;
   &quot;Formula is&quot; &quot;= A2 &amp;gt; A1&quot; &lt;br&gt;
and then pick a format of bright yellow background &amp;amp; red bold text.&lt;br&gt;
&lt;br&gt;
The out-of-order elements pop out at you, no matter how fast you page by, nor how small the cells are zoomed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.107380-1548230</guid>
		<pubDate>Thu, 20 Nov 2008 21:37:02 -0800</pubDate>
		<dc:creator>IAmBroom</dc:creator>
	</item>
	</channel>
</rss>
