February 15, 201313 yr I am trying to automate a url lookup but the URL requires a "+" symbol between all words. Is there a calc to do this? There are always different number of words? Don't understand how to do this with more than 2 words. Thanks
February 15, 201313 yr Substitute(YourLookupField; " "; "+") Or if the words are a list instead of a sentence: Substitute(YourLookupField; "¶"; "+")
Create an account or sign in to comment