Created
March 2, 2023 08:33
-
-
Save parasdaryanani/d9d9b0d1ff704e32ac70ffe3cf9b3c56 to your computer and use it in GitHub Desktop.
Remove MR MRS DR prefix from Excel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=IF(OR(LEFT(A1,3)="MR ",LEFT(A1,4)="MRS ",LEFT(A1,3)="DR "),RIGHT(A1,LEN(A1)-FIND(" ",A1)),A1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment