I have a sheet which holds a large number of football matches and is updated daily with new matches from a file I download. The downside is the file comes with the team names written as they would be in the country of origin, rather than in English.
Here are some examples with the country listed:
K√∏benhavn - AGF (Denmark)
Porto - Famalic√£o (Portugal)
Montedio Yamagata - J√∫bilo Iwata (Japan)
I would prefer to have the erroneous characters replaced with what should be there, like below
Kobenhavn - AGF - Denmark
Porto - Famalicao - Portugal
Montedio Yamagata - Jubilo Iwata - Japan
Is there a way to conditionally format the column (E) or use VBA so that the following happens
√∏ becomes o
√£ becomes a
√∫ becomes u
There are more examples, but once I have a basic formula, I can add any further characters. I want this to happen automatically, so don't want to have to run anything daily, which was why I thought of conditional formatting, but if there is a VBA way of having the replacement happen automatically, that would also be fine
cheers
Here are some examples with the country listed:
K√∏benhavn - AGF (Denmark)
Porto - Famalic√£o (Portugal)
Montedio Yamagata - J√∫bilo Iwata (Japan)
I would prefer to have the erroneous characters replaced with what should be there, like below
Kobenhavn - AGF - Denmark
Porto - Famalicao - Portugal
Montedio Yamagata - Jubilo Iwata - Japan
Is there a way to conditionally format the column (E) or use VBA so that the following happens
√∏ becomes o
√£ becomes a
√∫ becomes u
There are more examples, but once I have a basic formula, I can add any further characters. I want this to happen automatically, so don't want to have to run anything daily, which was why I thought of conditional formatting, but if there is a VBA way of having the replacement happen automatically, that would also be fine
cheers