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 '}'
2 Replies
- AnonymousNot applicable
Column = SUBSTITUTE(SUBSTITUTE(feedback[key_phrases - Copy],"{",""),"}","")
works well to seperate '{' and '}'
- v-yulgu-msftMicrosoft Employee
Hi Anonymous,
Glad to hear that you have worked it out by yoursefl. And thanks for your sharing solution.
Regards,
Yuliana Gu