Labialized characters

ollyhughes1982

Well-known Member
Joined
Nov 27, 2018
Messages
798
Office Version
  1. 365
Platform
  1. MacOS
Hi,

I have a list of characters in excel and it includes the Labialized character 'ʷ'. I am doing a remove duplicates in Excel and it is picking this up as a duplicate of a normal 'W' or 'w', which are also in my list. Is there a way to stop this happening, as they are not the same. I need to get to a unique list of values and removing duplicates removes this character.

Thanks in advance,

Olly.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Maybe you could use CODE function to your advantage as CODE("W") = 87, CODE("w") = 119 and CODE("ʷ") = 63?
 
Upvote 0
Solution
Maybe you could use CODE function to your advantage as CODE("W") = 87, CODE("w") = 119 and CODE("ʷ") = 63?
Ah, I see, add a helper column and de-duplicate on the helper column instead? I wasn't aware of the CODE function until now. Thanks. You can see on my Mac version it is indeed picking up the different codes.
 

Attachments

  • Screenshot 2024-05-13 at 21.46.46.png
    Screenshot 2024-05-13 at 21.46.46.png
    45.6 KB · Views: 5
Upvote 0

Forum statistics

Threads
1,225,648
Messages
6,186,175
Members
453,339
Latest member
Stu61

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