Forum Discussion
Anonymous
7 years agoNot applicable
How to remove special character from string
How can i separate the special character such as ",{,} from string
- Anonymous7 years ago
Column = SUBSTITUTE(SUBSTITUTE(feedback[key_phrases - Copy],"{",""),"}","")
works well to seperate '{' and '}'
v-yulgu-msft
7 years agoMicrosoft Employee
Hi Anonymous,
Glad to hear that you have worked it out by yoursefl. And thanks for your sharing solution.
Regards,
Yuliana Gu