Replace Values in Salesforce Formula Field Biswajeet June 1, 2020 No Comments on Replace Values in Salesforce Formula Field Using the SUBSTITUTE() function in formula field we can replace value. Sample Formula: SUBSTITUTE(Field__c, '&', 'and')