Less than sign is escaped
-
If a cell contains the less than sign (“<“), it, and every special character after it, remains unescaped.
So if a cell contained this:
“ABC” < “DFG”
it would instead become
“ABC” & lt; & quot;DFG& quot;
Is there already a built-in way to avoid this behavior?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Less than sign is escaped’ is closed to new replies.