Is there a bug in Excel RemoveDuplicates

hicksi

Board Regular
Joined
Mar 5, 2012
Messages
203
I have a list of words. And now I'm trying to ensure that they are all unique.

If I take a copy of that list and RemoveDuplicates, then that removes duplicates, IRREGARDLESS of case.
I then place a COUNTIF against that list to find the duplicate which has a count of 2.
I then remove all count-1 entries, and do a VLOOKUP from the full list of the words with Count-2 (or more).
THAT process usually gives me a proper list that I can peruse and ensure that the 'correct' version of the word is removed (based on the perused case).

The ISSUE that arose is when the word Æterna is the duplicate.
VLOOKUP only finds Æterna, not Aeterna.

Ie, REMOVEDUPLICATES sees them as the same word, COUNTIF sees them as the same word, but VLOOKUP does not.
Is this intended, or an irregularity in the way 'case' is handled. And is there a workaround (as there's probably other instances that fail)
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,215,129
Messages
6,123,218
Members
449,091
Latest member
jeremy_bp001

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top