Is there a macro or other Excel resource I can use to check for duplicate values entered in a row?
Each row contains about 15 cells so I need to know if there are any instances of all 15 cells being identical.
Some information will be duplicated however we're trying to identify the line entries that are exactly alike in all 15 cells within a spreadsheet containing sometimes over 5K+ rows of data. Thanks! Here's a condensed example:[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Invoice[/TD]
[TD]Date[/TD]
[TD]Job[/TD]
[TD]Name[/TD]
[TD]Description[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]1456A[/TD]
[TD]4/11/18[/TD]
[TD]Analyst[/TD]
[TD]John Doe[/TD]
[TD]Professional Services[/TD]
[TD]$800[/TD]
[/TR]
[TR]
[TD]1456A[/TD]
[TD]4/11/18[/TD]
[TD]Analyst[/TD]
[TD]John Doe[/TD]
[TD]Professional Services[/TD]
[TD]$800[/TD]
[/TR]
</tbody>[/TABLE]
Each row contains about 15 cells so I need to know if there are any instances of all 15 cells being identical.
Some information will be duplicated however we're trying to identify the line entries that are exactly alike in all 15 cells within a spreadsheet containing sometimes over 5K+ rows of data. Thanks! Here's a condensed example:[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Invoice[/TD]
[TD]Date[/TD]
[TD]Job[/TD]
[TD]Name[/TD]
[TD]Description[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]1456A[/TD]
[TD]4/11/18[/TD]
[TD]Analyst[/TD]
[TD]John Doe[/TD]
[TD]Professional Services[/TD]
[TD]$800[/TD]
[/TR]
[TR]
[TD]1456A[/TD]
[TD]4/11/18[/TD]
[TD]Analyst[/TD]
[TD]John Doe[/TD]
[TD]Professional Services[/TD]
[TD]$800[/TD]
[/TR]
</tbody>[/TABLE]