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
[email protected]
http://www.vonixx.com
 
Top