Removing quotes ("") from a text string
Posted by G on September 18, 2000 2:28 PM
How do I Replace/Substitute for quotation marks in a text string? Typically, I place quotes around what I want to remove...what do I do when I actually want to remove the quotes themselves?
I've tried =substitute(a1,"""," ") but it doesn't seem to work. Is there a special character/number that denotes quotes?
TIA
-G