Allows the return of text only if it is after a specific character in the string.
AllTextAfterChar(InputString, "CharToSearchFor")
Example: AllTextAfterChar( {email} , "@")
Input: mary.johnson@abc.com
Result: abc.com
Click HERE to return to all MassImpact Formulas.