View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How can I have Excel determine what the last digit is in a series?

=--RIGHT(A1,1)
--
Gary''s Student - gsnu200842


"BinaryOrc" wrote:

Hi all,

I am trying to have excel determine what the last digit is in a 9 digit
series of numbers to apply basic encryption to said series of 9 digit numbers.

Is there a way that Excel can recognize whether the last digit is a 1 or 2,
etc...

Thanks for any help you can give me.