Ok guys and gals,
I am trying to find Duplicate Data inside of a file with 15000 records.
This is what I have
Column 1 has weld numbers that are formatted as such:
F2ML-1
F2ML-2R
CTI-1
CTI-2
Now what I looking to find is anything that as the F2ML on it with the same number.
But see the welds can be any where in the file and I just cant sort to find them.
I would use the conditional formatting but there is also other info between the welds.
Like this
F2ML-1
BND
PI
BND
F2ML-2
And so on.
Is there an easy way to find the duplicated data?
I do not know if VBA or Formula would be the best route or just copying to a different file and sorting it.
I am trying to find Duplicate Data inside of a file with 15000 records.
This is what I have
Column 1 has weld numbers that are formatted as such:
F2ML-1
F2ML-2R
CTI-1
CTI-2
Now what I looking to find is anything that as the F2ML on it with the same number.
But see the welds can be any where in the file and I just cant sort to find them.
I would use the conditional formatting but there is also other info between the welds.
Like this
F2ML-1
BND
PI
BND
F2ML-2
And so on.
Is there an easy way to find the duplicated data?
I do not know if VBA or Formula would be the best route or just copying to a different file and sorting it.