I have an issue, where in one cell i have a text field containing for example "KH-35" however i need to remove the alpha characters from this to contain only the numbers is there a way to complete this?
|Thanks in advance!!
Is there a pattern to the entries?
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
yeas alway the first 3 characters i need to remove.... examples
KH-
NT-
TW-
Try:
=REPLACE(A1,1,3,"")+0
where A1 contains the original
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Thats Fantastic!! thanks for that!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks