is there a way to change the last 4 letters of a last name
For example if "A1" has the name Janet Robinson can we make "b1" have Janet Robixxxx ? Thus changing the last 4 letters of the last name to xxxx
Thanks
is there a way to change the last 4 letters of a last name
For example if "A1" has the name Janet Robinson can we make "b1" have Janet Robixxxx ? Thus changing the last 4 letters of the last name to xxxx
Thanks
Try
=LEFT(A1,LEN(A1)-4)&"xxxx"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks