Thread: last digit
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
UKNewbie UKNewbie is offline
external usenet poster
 
Posts: 11
Default last digit

You can use the "RIGHT" worksheet function.

Cheers,

Mike

"choice" wrote:

how would i go about getting the last digit in a number. for example 5326 it
will return 6, 42 will return 2.
i think theres an equation for this too but im not sure
thanks in advance