how to remove asterisk?
Us the SUBSTITUTE() function and replace with “” (empty string). The expression would be like this:
SUBSTITUTE([Column Name], "*", "")
4 Likes
how to remove asterisk?
Us the SUBSTITUTE() function and replace with “” (empty string). The expression would be like this:
SUBSTITUTE([Column Name], "*", "")