<?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: Identify duplicate invoice records using conditional formatting in excel</title>
	<atom:link href="http://www.get-digital-help.com/2009/05/08/identify-duplicate-invoice-records-using-conditional-formatting-in-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.get-digital-help.com/2009/05/08/identify-duplicate-invoice-records-using-conditional-formatting-in-excel/</link>
	<description>Quality tech resource</description>
	<lastBuildDate>Mon, 15 Mar 2010 21:34:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Wilding</title>
		<link>http://www.get-digital-help.com/2009/05/08/identify-duplicate-invoice-records-using-conditional-formatting-in-excel/comment-page-1/#comment-1288</link>
		<dc:creator>David Wilding</dc:creator>
		<pubDate>Wed, 12 Aug 2009 20:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=1400#comment-1288</guid>
		<description>My scenario is tracking employees who complete online training.  I capture their name, id, class taken, and date.  Any employee is free to take a plethora of different courses and they could take them all on the same day if they want.  What I am trying to do is see if any employee has taken any course more than once in any given day.  I will count a completion of a course multiple times for any employee as long as it isn&#039;t completed in the same day.

I actually came up with a solution using what I learned from this tutorial and another one of yours.  I am creating a cell that has all the fields concatenated and then searching for multiple copies of that value in the field.  Then I&#039;ll do the conditional format based off of that.  What I was wanting to do was requiring array formulas which didn&#039;t work in the conditional format.  By splitting it out this way, I didn&#039;t have to use array formulas and it still works.</description>
		<content:encoded><![CDATA[<p>My scenario is tracking employees who complete online training.  I capture their name, id, class taken, and date.  Any employee is free to take a plethora of different courses and they could take them all on the same day if they want.  What I am trying to do is see if any employee has taken any course more than once in any given day.  I will count a completion of a course multiple times for any employee as long as it isn't completed in the same day.</p>
<p>I actually came up with a solution using what I learned from this tutorial and another one of yours.  I am creating a cell that has all the fields concatenated and then searching for multiple copies of that value in the field.  Then I'll do the conditional format based off of that.  What I was wanting to do was requiring array formulas which didn't work in the conditional format.  By splitting it out this way, I didn't have to use array formulas and it still works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.get-digital-help.com/2009/05/08/identify-duplicate-invoice-records-using-conditional-formatting-in-excel/comment-page-1/#comment-1287</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 11:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=1400#comment-1287</guid>
		<description>How do you identify duplicate records? Are they identical in column A, B, C, D, E and F? (See picture above)</description>
		<content:encoded><![CDATA[<p>How do you identify duplicate records? Are they identical in column A, B, C, D, E and F? (See picture above)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Wilding</title>
		<link>http://www.get-digital-help.com/2009/05/08/identify-duplicate-invoice-records-using-conditional-formatting-in-excel/comment-page-1/#comment-1285</link>
		<dc:creator>David Wilding</dc:creator>
		<pubDate>Tue, 11 Aug 2009 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.get-digital-help.com/?p=1400#comment-1285</guid>
		<description>So close.  Go into your table of data and change all the dates, vendors, amounts, and clients around and you&#039;ll notice that the conditional format will not notice that the records are different.  Every isnumber of your matches will come back true, so the condition is met.  The match will return a reference to the first row that matches it, so even if it is only in the data once and it&#039;s the 13th record, 13 will be returned to the function which will make the isnumber function return true.  The only thing that is making your cells not be gray is that they don&#039;t meet the first condition of your if funtion... their paid amount doesn&#039;t equal 0.  In your scenario though, those fields most likely wouldn&#039;t ever change.  In the spreadsheet I&#039;m working with, my data could be different.

I am thoroughly bummed about this though because I really would love to find the functionality that this tutorial proclaims to have but doesn&#039;t.  By the way, as I&#039;ve been searching for this solution for the past couple hours, yours has been the easiest tutorial to follow.

If you do find a way to accomplish this task without macros, please let me know.</description>
		<content:encoded><![CDATA[<p>So close.  Go into your table of data and change all the dates, vendors, amounts, and clients around and you'll notice that the conditional format will not notice that the records are different.  Every isnumber of your matches will come back true, so the condition is met.  The match will return a reference to the first row that matches it, so even if it is only in the data once and it's the 13th record, 13 will be returned to the function which will make the isnumber function return true.  The only thing that is making your cells not be gray is that they don't meet the first condition of your if funtion... their paid amount doesn't equal 0.  In your scenario though, those fields most likely wouldn't ever change.  In the spreadsheet I'm working with, my data could be different.</p>
<p>I am thoroughly bummed about this though because I really would love to find the functionality that this tutorial proclaims to have but doesn't.  By the way, as I've been searching for this solution for the past couple hours, yours has been the easiest tutorial to follow.</p>
<p>If you do find a way to accomplish this task without macros, please let me know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
