Here is my dilema. I have three digit numbers starting with 000 to 999 and I would like to eliminate from my list any 3 digit numbers that are duplicates. Let me explain further, if I have the number 123, 321 and 213 (or any other combination) since the three digits are the same I would like to flag them or eliminate them without having to do it manually. I've tried several functions and formulas without success and I don't want to program it in VB since I think that would be an overkill. I look forward to any answers. Thanks