<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PC tips and tricks&#187; MS Excel</title>
	<atom:link href="http://www.pctipstricks.com/category/uncategorized/application-sw-uncategorized-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pctipstricks.com</link>
	<description>Free, well explained, expert tips and tricks to make you more productive using your PC and have fun.</description>
	<lastBuildDate>Thu, 08 Jul 2010 13:03:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<image>
<link>http://www.pctipstricks.com</link>
<url>http://www.pctipstricks.com/wp-content/mbp-favicon/computer.ico</url>
<title>PC tips and tricks</title>
</image>
		<item>
		<title>How To Stop Feeding Of Duplicate Entries in Excel</title>
		<link>http://www.pctipstricks.com/how-to-stop-feeding-of-duplicate-entries-in-excel/</link>
		<comments>http://www.pctipstricks.com/how-to-stop-feeding-of-duplicate-entries-in-excel/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 17:57:32 +0000</pubDate>
		<dc:creator>rajeshmago</dc:creator>
				<category><![CDATA[Application SW]]></category>
		<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[automated unique data]]></category>
		<category><![CDATA[cell data integrity]]></category>
		<category><![CDATA[COUNTIF usage to prevent duplicate records]]></category>
		<category><![CDATA[Data validation]]></category>
		<category><![CDATA[Excel 2000 record management]]></category>
		<category><![CDATA[stop same records entry]]></category>

		<guid isPermaLink="false">http://www.pctipstricks.com/?p=967</guid>
		<description><![CDATA[Having the same record twice or more time adds to confusion! If you have hundreds of records on your database, then checking them manually for avoiding duplicate entries is too much time consuming. Right? So, I am writing a tip to help you in automatically preventing you from adding duplicate records in Excel 2000. The [...]<p>Post from: <a href="http://www.pctipstricks.com">PC tips and tricks</a><br/><br/><a href="http://www.pctipstricks.com/how-to-stop-feeding-of-duplicate-entries-in-excel/">How To Stop Feeding Of Duplicate Entries in Excel</a></p>



No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Having the same record twice or more time adds to confusion! If you have hundreds of records on your database, then checking them manually for avoiding duplicate entries is too much time consuming. Right? So, I am writing a tip to help you in automatically preventing you from adding duplicate records in Excel 2000. The same tip should work in other versions of Microsoft Excel too. Let me know if there is some problem in using the same tip in other Excel versions.</p>
<p>I wrote this tip as one of my friends who run a tutor agency wanted to enter details of the tutors and clients in an Excel file and he wanted no too same phone numbers to be entered again. That is, he was assuming that no two different persons would have the same phone number. He had all the tutor details written on register.</p>
<p>The simple way to avoid entering the same phone number (record) in Excel 2000 is explained next:</p>
<p>- Launch Excel (Now I assume that you know how to launch Excel 2000. Use shortcut or type excel in Run Or use Programs menu etc.)</p>
<p>- After Excel program has launched and you see a spreadsheet with lot of blank cells. Choose the cells where you want to stop entering duplicate records. In my case, I selected B2:B1000 (Column B, row 2 to 1000). So, I am going to write the steps considering cells B2:B1000 being selected. Kindly change the formula for avoiding duplicate entries as per cells selected at your end.</p>
<p style="text-align: justify;"><a href="http://www.pctipstricks.com/pictures/Selecting-B2-cell-to-B1000-cells-for-entering-a-formula.jpg" target="_blank"><img style="border: 1px solid black; margin: 1px;" title="Selecting B2 cell to B1000 cells for entering a formula" src="http://www.pctipstricks.com/pictures/Selecting-B2-cell-to-B1000-cells-for-entering-a-formula.jpg" alt="Selecting B2 cell to B1000 cells for entering a formula" width="580" height="349" /></a></p>
<p style="text-align: justify;">- After B2:B1000 has been selected, these cells background becomes blue. Now, I clicked on Data menu and then on Validation.</p>
<p style="text-align: justify;"><a href="http://www.pctipstricks.com/pictures/Location-Of-Validation-In-Data-Menu-Of-Excel-2000.jpg" target="_blank"><img style="border: 1px solid black; margin: 1px;" title="Location Of Validation in Data Menu Of Excel 2000" src="http://www.pctipstricks.com/pictures/Location-Of-Validation-In-Data-Menu-Of-Excel-2000.jpg" alt="Location Of Validation in Data Menu Of Excel 2000" width="580" height="202" /></a></p>
<p style="text-align: justify;">- In Settings tab of Data Validation window, I selected Allow as &#8220;Custom&#8221; and Formula as &#8220;=COUNTIF($B$2:$B$1000,B2)=1&#8243; (without quotes) under Validation Criteria.</p>
<p style="text-align: justify;"><a href="http://www.pctipstricks.com/pictures/Configuring-Data-Validation-Settings-For-Stopping-Duplicate-Entries-In-Excel2000.jpg" target="_blank"><img class="alignleft" style="border: 1px solid black; margin: 1px;" src="http://www.pctipstricks.com/pictures/Configuring-Data-Validation-Settings-For-Stopping-Duplicate-Entries-In-Excel2000.jpg" alt="Configuring Data Validation Settings For Stopping Duplicate Entries In Excel 2000" width="580" height="300" title="How To Stop Feeding Of Duplicate Entries in Excel" /></a>- I clicked on third tab of Data Validation menu, i.e., Error Alert where I entered the error message that I wanted to get displayed when someone enters the duplicate record, i.e., already existing Phone number in this case.</p>
<p style="text-align: justify;"><a href="http://www.pctipstricks.com/pictures/Setting-the-Error-Alert-message-On-Duplicate-Entry-In-Data-Validation-Menu-Of-Excel2000.jpg" target="_blank"><img class="alignleft" style="border: 1px solid black; margin: 1px;" src="http://www.pctipstricks.com/pictures/Setting-the-Error-Alert-message-On-Duplicate-Entry-In-Data-Validation-Menu-Of-Excel2000.jpg" alt="Setting the Error Alert message on Duplicate Entry In Data Validation Menu Of Excel 2000" width="580" height="300" title="How To Stop Feeding Of Duplicate Entries in Excel" /></a>- After entering the messages in &#8220;Error Alert&#8221;, I clicked on OK of the Data Validation window.</p>
<p>Now, I tried entering the same phone number in the second field from B3 to B1000 cells after entering the phone number in B2 cell, I got the error message set by me in Error Alert.</p>
<p style="text-align: justify;"><a href="http://www.pctipstricks.com/pictures/Excel-Duplicate-Data-Validation-Error-Display-On-Addition-of-Same-Phone-number.jpg" target="_blank"><img class="alignleft" style="border: 1px solid black; margin: 1px;" src="http://www.pctipstricks.com/pictures/Excel-Duplicate-Data-Validation-Error-Display-On-Addition-of-Same-Phone-number.jpg" alt="Excel duplicate record error display on addition of the existing phone number" width="580" height="300" title="How To Stop Feeding Of Duplicate Entries in Excel" /></a>By using the above explained logic of the COUNTIF formula, i.e, =COUNTIF($B$2:$B$1000,B2)=1 you can set other cells also from getting the duplicate data entered in either of them.</p>
<p>Example &#8211; To avoid entering the same name in cells A2 to A1000, I would first select the cells A2 to A1000 and then enter =COUNTIF($A$2:$A$1000,A2)=1 in Data Validation.</p>
<p>Hope that this helps some of my friends in setting up Excel spreadsheets with prevention set in the cells for non duplicate entries through the use of COUNTIF formula.</p>
<p>Let me know your comments!</p>
<p>Rajesh</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/button" title="How To Stop Feeding Of Duplicate Entries in Excel" url="http://www.pctipstricks.com/?p=967"></script><p>Post from: <a href="http://www.pctipstricks.com">PC tips and tricks</a><br/><br/><a href="http://www.pctipstricks.com/how-to-stop-feeding-of-duplicate-entries-in-excel/">How To Stop Feeding Of Duplicate Entries in Excel</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pctipstricks.com/how-to-stop-feeding-of-duplicate-entries-in-excel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
