One digit

D

dsk

Excell cellallows one one digit to be typed. Example if I type 36 the
cell shows the last digit typed.
 
E

Edwin Tam

I think there is no cell number format which can make a cell display only the
last digit when you enter a number.

But you can use a worksheet function to return the last digit. For example,
if you got a number in A1, in another cell, you type the formula:

=RIGHT(A1,1)

or

=VALUE(RIGHT(A1,1))


Regards,
Edwin Tam
(e-mail address removed)
http://www.vonixx.com
 

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