B
Bob Flaminio
In a sheet that I'm working on I need to replace any accented characters
with non-accented ones. For example, if a cell contained "déjà vu", the
output would need to be "deja vu".
The best I've come up with so far is about a zillion nested substitute()
functions, but there must be an easier way...
with non-accented ones. For example, if a cell contained "déjà vu", the
output would need to be "deja vu".
The best I've come up with so far is about a zillion nested substitute()
functions, but there must be an easier way...