Accents / Excel
agentskiman
Posted messages
3
Status
Member
-
Wahi-Em -
Wahi-Em -
Need a little help
How to remove all the accents from a column of names without using an Excel Macro function?
Thank you
How to remove all the accents from a column of names without using an Excel Macro function?
Thank you
5 answers
-
Hello,
If the number of accented characters is limited, the following function might work:=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE (A1,"é","e"),"è","e"),"ê","e"),"ë","e"),"É","E")
Have a nice day! -
Hello,
Do it letter by letter with accents using Ctrl+F (replace), which will be faster than writing a formula.
eric
--
You will never reply to an unsolicited DM...
Well, that's settled. -
Hello eriiic
I'm working on a Mac...
I have a column of names with accents and I don't know anything about macros.
I need to remove all those pesky accents at once.
Last year, I saw something online where we had to use the Paste Special in the Edit menu.
Due to lack of practice, I've lost the recipe!!!! -
Yeah!
"Last year, I saw something on the web where you had to use the Paste Special option in the Edit menu" ... The "thing" was to:
- write a formula (like that of .Grumpy.) in column B to transform the data from column A,
- select column B and click Copy
- return to column A to do Paste Special 'Values'
- delete column B which became unnecessary.
Retirement is great! Especially in the Caribbean ... :-)
☻ Raymond ♂ -
Hello
Thanks for the tip. That was it.
Between two Pina coladas, do you know how to remove accents from an entire column without using a Macro function?
And with Excel installed on a Mac?
LS.-
-
On Mac or PC, it's exactly the same (unless we were using a macro).
If you could tell us how the accents are problematic, it would help us find a workaround for the issue; moreover, it would be necessary to specify which accents we are talking about:
* is the circumflex accent in même and the diaeresis in Noël also affected?
As for piña colada, it is predominantly consumed in Spanish-speaking Caribbean; we prefer a planter or the "petit punch" rum-lemon!
...or even champagne, as Guadeloupe is the French department that consumes the most per capita!
-