Thread
:
Remove _ inside of string
View Single Post
#
2
Posted to microsoft.public.excel.programming
Roger Converse[_2_]
external usenet poster
Posts: 45
Remove _ inside of string
Hello,
This should work.
=SUBSTITUTE(A1," ","")
HTH,
Roger
"ranswert" wrote:
Is there a function that will remove the space inside a string? For example
change "string 1" to "string1".
Thanks
Reply With Quote
Roger Converse[_2_]
View Public Profile
Find all posts by Roger Converse[_2_]