Forum Discussion
jhnworks
Feb 16, 2021Copper Contributor
Text with "@" char
Why does excel convert a text with '@' into a hyperlink, especially after adding a double quotes. eq. "p@asdfn55234123412LK" in a cell becomes a hyperlink. Would like to have this considered as text,...
HansVogelaar
Feb 16, 2021MVP
Excel thinks anything with an @ is an email address.
To prevent this, there are several methods:
- Format the cell as Text before entering a value containing @.
- Prefix the value with an apostrophe '.
- To disable this behavior entirely, select File > Options > Proofing > AutoCorrect Options... > AutoFormat As You Type. Clear the check box 'Internet and network paths with hyperlinks' and click OK.
jhnworks
Feb 16, 2021Copper Contributor
HansVogelaar Going with the last option/(Remove auto correct). However, now we see that all the manipulated values having "". How does one remove these after copy.
Would like to see 'ManuValue="mailto:p@asdfn55234123412LK" instead of 'ManuValue=""mailto:p@asdfn55234123412LK"""'
- SergeiBaklanFeb 16, 2021Diamond Contributor
- HansVogelaarFeb 16, 2021MVP
Try replacing "" with " in the Replace dialog.