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

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