How do I copy the last digit of a number from a cell

G

Guest

In excel I need to take the last digit of a 16 digit number from one column
and then write it down into another column with a letter in front of it
 
A

Anne Troy

Try something like this, Carlos, assuming your 16-digit number is in column
C:

="A"&right(C2,1)
That'll add the letter A to the last character in C2

************
Anne Troy
www.OfficeArticles.com
 
R

Roger Govier

Hi Carlos

With your 16 digit number in column A, enter in B1
="A"&RIGHT(A1)

Change the "A" to the letter(s) of your choice.

Regards

Roger Govier
 
M

Myrna Larson

Just a caveat: I assume you realize that Excel's numbers are limited to 15
digits of precision, and if you need 16, you entering them as text (with a
leading apostrophe or by preformatting the cells as text).
 

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