Excel 2007
Windows 8
Hi all,
For this project i need to analyze clusters of data. My first step is to remove all none duplicates.
I have created this formula =COUNTIF(N:N,N1)=1, this goes all the way down to =COUNTIF(N:N,N5443)=1. My plan is to remove all rows that return a "True" to delete all non-duplicates.
I'm noticing, although 90% is recognized correctly, 10% is not. Some formulas return as true, when clearly there are duplicate values.
The N Column is trimmed, to correct for spaces.
Does anyone have an idea how to solve this, or what the pitfalls with countif formulas usually are in this situation?
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]N Column[/TD]
[TD]O Column[/TD]
[/TR]
[TR]
[TD]=COUNTIF(N:N,N5441)=1
Returns False[/TD]
[TD]Trim(05441)[/TD]
[TD]89365K[/TD]
[/TR]
[TR]
[TD]=COUNTIF(N:N,N5442)=1
Returns as False[/TD]
[TD]Trim(O5442)[/TD]
[TD]89365K[/TD]
[/TR]
[TR]
[TD]=COUNTIF(N:N,N5443)=1
Returns as True[/TD]
[TD]Trim(O5443)[/TD]
[TD]002567[/TD]
[/TR]
[TR]
[TD]=COUNTIF(N:N,N5444)=1
Returns as True[/TD]
[TD]Trim(O5444)[/TD]
[TD]002567[/TD]
[/TR]
</tbody>[/TABLE]
Windows 8
Hi all,
For this project i need to analyze clusters of data. My first step is to remove all none duplicates.
I have created this formula =COUNTIF(N:N,N1)=1, this goes all the way down to =COUNTIF(N:N,N5443)=1. My plan is to remove all rows that return a "True" to delete all non-duplicates.
I'm noticing, although 90% is recognized correctly, 10% is not. Some formulas return as true, when clearly there are duplicate values.
The N Column is trimmed, to correct for spaces.
Does anyone have an idea how to solve this, or what the pitfalls with countif formulas usually are in this situation?
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]N Column[/TD]
[TD]O Column[/TD]
[/TR]
[TR]
[TD]=COUNTIF(N:N,N5441)=1
Returns False[/TD]
[TD]Trim(05441)[/TD]
[TD]89365K[/TD]
[/TR]
[TR]
[TD]=COUNTIF(N:N,N5442)=1
Returns as False[/TD]
[TD]Trim(O5442)[/TD]
[TD]89365K[/TD]
[/TR]
[TR]
[TD]=COUNTIF(N:N,N5443)=1
Returns as True[/TD]
[TD]Trim(O5443)[/TD]
[TD]002567[/TD]
[/TR]
[TR]
[TD]=COUNTIF(N:N,N5444)=1
Returns as True[/TD]
[TD]Trim(O5444)[/TD]
[TD]002567[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: