I have a list of text strings where I want to remove the numbers in front of the string. Any suggestions about a formula or VBA code to use?
![]()
Please Login or Register to view this content.
I have a list of text strings where I want to remove the numbers in front of the string. Any suggestions about a formula or VBA code to use?
![]()
Please Login or Register to view this content.
Last edited by mkvassh; 09-23-2011 at 07:37 AM.
=RIGHT(A1,LEN(A1)-FIND(" ",A1))
Dom
"May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."
Use code tags when posting your VBA code: [code] Your code here [/code]
Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.
Thank you :-)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks