How can i read special characters in excel. For example ö is changed into ö and a hyphen (-) is changed in to â€
Is there any way to make it read all my characters like it should?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By “special characters” you mean non-ASCII standard characters. You probably need to convert your file’s encoding to Unicode (UTF-8). The way I do it is to open it up in notepad++ and hit convert to UTF-8. Save the file and it should open up in excel