want only last four digits of number

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wish to format a column of numbers so that only the last four digits of
each number are there. This is not stripping the leading zeros; it's
stripping whatever numbers are before the last four. How do I do this?

Thanks
 
=MOD(A1,10000)
Format Custom as 0000

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I wish to format a column of numbers so that only the last four digits of
| each number are there. This is not stripping the leading zeros; it's
| stripping whatever numbers are before the last four. How do I do this?
|
| Thanks
 

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

Back
Top