How do I automate the following:
personJimmyPeters
personBobJones
personManuelGarciaGuerriero
to
JimmyPeters
BobJones
ManuelGarciaGuerriero
How do I automate the following:
personJimmyPeters
personBobJones
personManuelGarciaGuerriero
to
JimmyPeters
BobJones
ManuelGarciaGuerriero
dragged down. Then you can copy and paste special to remove the formula. Does that work for you?![]()
Please Login or Register to view this content.
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
Any of:
=Substitute(A1,"person","")
=Right(A1,Len(A1)-6)
=Mid(A1,7,255)
=Replace(A1,1,6,"")
then copy and paste special >> Values over the original
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
=TRIM(SUBSTITUTE(A1;"person";""))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks