Thread: last ten digits
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Martina Martina is offline
external usenet poster
 
Posts: 25
Default last ten digits

Can I also ask what if I have to add a digit or a symbol onto the end of the
10 numbers. I can't get the symbol to show up here but it looks like a
degree sign (something unique to our university's database system). Anyway I
have the symbol, how do I add it on to the end of the ten digits.
kind regards
Martina



"Alok" wrote:

Martina

If the Cell with the data is A1 and there are always 10 numeric characters
at the end then you can use
=Right(A1,10)


"Martina" wrote:

Dear Experts,
I have a cell entry which is a mixture of text and numerical characters:

Jane Smith |jc122568|0295647894

I want to create a formula which will select only the last ten digits and
display them in another cell. How do I do this?
regards
Martina