How to sort alphabetically with German umlauts (Ä, Ö, Ü)?
I want to sort a list with Names, but all names with umlauts (Ä, Ö, Ü) then appear an the bottom. Can I change the settings so that it sorts correctly (Ö will appear as Oe, etc...)?
Would be great when someone has a solution for my problem. Thanks in advance!
Julian
Best Answer
-
The only thing I can think of would be to use a helper column with a nested SUBSTITUTE function to swap out the umlauts with their equivalent for sorting.
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(Name@row, "Ö", "Oe"), "Ä", "value"), "Ü", "value")
You can hide this helper column to keep the sheet looking clean but still sort on it even when it is hidden.
Answers
-
The only thing I can think of would be to use a helper column with a nested SUBSTITUTE function to swap out the umlauts with their equivalent for sorting.
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(Name@row, "Ö", "Oe"), "Ä", "value"), "Ü", "value")
You can hide this helper column to keep the sheet looking clean but still sort on it even when it is hidden.
-
thanks, Paul! Great idea😀
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives