I need help in writing a formula to remove spaces from a URL.
This specific line of text is already pieced together using a formula:
CONCATENATE(“Potential Partner ApplicationStage 2”,{Auto #},"&organization=",{Organization},"&website=",{Website},"&name=",{Name},"&email=",{Email})
which outputs →
Potential Partner ApplicationStage 2 Bottle (75)&website=http://www.lovebottle.com/&name=Kelly Boslow &email=
However there are spaces within this that need to be removed in order to properly use the link.
Can I get someone to help with this?