Hi everyone,
I have a simple letter that is being generated from a mail merge in Word. One of the names I am using has a prefix ("Mr. John Smith") from the datasource and I need to strip the prefix off ("John Smith").
If this were excel I would do:
=RIGHT(A1,LEN(A1)-FIND(" ",A1))
where A1 is the name that needs to be edited. Can I do something similar within the mail merge?
Thanks,
Collen
I have a simple letter that is being generated from a mail merge in Word. One of the names I am using has a prefix ("Mr. John Smith") from the datasource and I need to strip the prefix off ("John Smith").
If this were excel I would do:
=RIGHT(A1,LEN(A1)-FIND(" ",A1))
where A1 is the name that needs to be edited. Can I do something similar within the mail merge?
Thanks,
Collen