<?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: Quick Way to Check for Duplicates in a Column</title>
	<atom:link href="http://excelhints.com/2008/08/28/quick-way-to-check-for-duplicates-in-a-column/feed/" rel="self" type="application/rss+xml" />
	<link>http://excelhints.com/2008/08/28/quick-way-to-check-for-duplicates-in-a-column/</link>
	<description>Excel Tips and Tricks for All Levels</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:51:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: iphone_addict</title>
		<link>http://excelhints.com/2008/08/28/quick-way-to-check-for-duplicates-in-a-column/comment-page-1/#comment-1169</link>
		<dc:creator>iphone_addict</dc:creator>
		<pubDate>Thu, 15 Jul 2010 09:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/?p=129#comment-1169</guid>
		<description>Thanks for the tip, I hope it works for columns that have strings instead of values. Will try this later.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, I hope it works for columns that have strings instead of values. Will try this later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://excelhints.com/2008/08/28/quick-way-to-check-for-duplicates-in-a-column/comment-page-1/#comment-961</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Sun, 20 Dec 2009 09:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/?p=129#comment-961</guid>
		<description>Hi ,

With regards to &quot;Way to Check for Duplicates in a Column &quot;..there is another way this can be done using the &quot;Conditional Formating &quot; function.  From the Formating menu select &quot;Conditional Formating&quot; in the &quot;Conditions &quot; select &#039;Formula Is &quot; Option and enter the formula =COUNTIF($A$1:$A$50,A1)&gt;1. Then just select the format you want the duplicates to be displayed in .

Ensure that this formation is copied to all the other  vertical cells you want to chek for duplicates.</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>With regards to &#8220;Way to Check for Duplicates in a Column &#8220;..there is another way this can be done using the &#8220;Conditional Formating &#8221; function.  From the Formating menu select &#8220;Conditional Formating&#8221; in the &#8220;Conditions &#8221; select &#8216;Formula Is &#8221; Option and enter the formula =COUNTIF($A$1:$A$50,A1)&gt;1. Then just select the format you want the duplicates to be displayed in .</p>
<p>Ensure that this formation is copied to all the other  vertical cells you want to chek for duplicates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaye</title>
		<link>http://excelhints.com/2008/08/28/quick-way-to-check-for-duplicates-in-a-column/comment-page-1/#comment-854</link>
		<dc:creator>Kaye</dc:creator>
		<pubDate>Wed, 26 Aug 2009 21:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/?p=129#comment-854</guid>
		<description>Thanks for the tip, this will be useful. Further, would CountIf work if I&#039;m looking at hundreds of rows of customer order info and want to only have customer listed once with columns that include the various dates of orders. That way I don&#039;t have to keep scrolling up and down...I don&#039;t know that CountIf is the solution or not. Thank you.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, this will be useful. Further, would CountIf work if I&#8217;m looking at hundreds of rows of customer order info and want to only have customer listed once with columns that include the various dates of orders. That way I don&#8217;t have to keep scrolling up and down&#8230;I don&#8217;t know that CountIf is the solution or not. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://excelhints.com/2008/08/28/quick-way-to-check-for-duplicates-in-a-column/comment-page-1/#comment-774</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 14 May 2009 16:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/?p=129#comment-774</guid>
		<description>Hi ksarda - the rank function is actually doing the ranking correctly as there is no 3rd position in your example because of the tie for the 2nd position.  You would have to write a custom function to rank the values in the manner you suggest.  Hope that helps...</description>
		<content:encoded><![CDATA[<p>Hi ksarda &#8211; the rank function is actually doing the ranking correctly as there is no 3rd position in your example because of the tie for the 2nd position.  You would have to write a custom function to rank the values in the manner you suggest.  Hope that helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ksarda</title>
		<link>http://excelhints.com/2008/08/28/quick-way-to-check-for-duplicates-in-a-column/comment-page-1/#comment-770</link>
		<dc:creator>ksarda</dc:creator>
		<pubDate>Thu, 14 May 2009 15:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://excelhints.com/?p=129#comment-770</guid>
		<description>Here&#039;s a question I see often. &quot;I&#039;m trying to use the RANK function to sort the values in Column A, but, the problem arises when I have two or more cells with the same value. Then, the RANK also repeats some positions. For example, if I have, 50, 60, 62, 62, 67 in Column A I would get 5,4,2,2,1 in Column B. Is there a way I can get 4,3,2,2,1 ?&quot;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a question I see often. &#8220;I&#8217;m trying to use the RANK function to sort the values in Column A, but, the problem arises when I have two or more cells with the same value. Then, the RANK also repeats some positions. For example, if I have, 50, 60, 62, 62, 67 in Column A I would get 5,4,2,2,1 in Column B. Is there a way I can get 4,3,2,2,1 ?&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
