![]() |
In series of 10 digit #s, how can I exclude 1st 3 digits in each?
I have a series of 900 ten digit numbers. All of the numbers start with the
same 3 digits and I need to omit those (leaving just the last 7 digits). Can this be done without have to manually delete the 1st 3 digits on each? I appreciate you taking the time to read this and your assistance. |
In series of 10 digit #s, how can I exclude 1st 3 digits in each?
=RIGHT(A1,7) if you want them as text
=--RIGHT(A1,7) if you want them as numbers -- David Biddulph "readystate" wrote in message ... I have a series of 900 ten digit numbers. All of the numbers start with the same 3 digits and I need to omit those (leaving just the last 7 digits). Can this be done without have to manually delete the 1st 3 digits on each? I appreciate you taking the time to read this and your assistance. |
In series of 10 digit #s, how can I exclude 1st 3 digits in ea
Thanks for your help David. Both of the formulas were exactly what I was
looking for. I appreciate your help. "David Biddulph" wrote: =RIGHT(A1,7) if you want them as text =--RIGHT(A1,7) if you want them as numbers -- David Biddulph "readystate" wrote in message ... I have a series of 900 ten digit numbers. All of the numbers start with the same 3 digits and I need to omit those (leaving just the last 7 digits). Can this be done without have to manually delete the 1st 3 digits on each? I appreciate you taking the time to read this and your assistance. |
In series of 10 digit #s, how can I exclude 1st 3 digits in each?
=MID(A1,4,7)+0
"readystate" wrote: I have a series of 900 ten digit numbers. All of the numbers start with the same 3 digits and I need to omit those (leaving just the last 7 digits). Can this be done without have to manually delete the 1st 3 digits on each? I appreciate you taking the time to read this and your assistance. |
All times are GMT +1. The time now is 11:14 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com