Hi friends easy question how to:


Replaces each character in a character expression that matches a character in a second character expression with the corresponding character in a third character expression.


sample:


=Myfunction('ABCD', 'ABC', 'YZ')
return YZD


Howto?


thanks