How can I have Excel determine what the last digit is in a series?

B

BinaryOrc

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.
 
B

Bernard Liengme

While there is nothing wrong with Gary's answer, here is alternatives
=MOD(A1,10) will return the last digit of the number in A1

best wishes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top