three digits

  • Thread starter Thread starter MFS
  • Start date Start date
M

MFS

I have some cells that have five digits, I want to take only the first three
digits.
pleas can you help me?
 
Hi MFS,

You can use following function, assuming you have the data in cell A1:-
=VALUE(MID(A1,1,3))

Note: - In the formula, you can increast "3" to get more and less numbers
picking up. Thanks.
--
Click on Yes, if it is useful.

Thanks & Best Regards,
Dilip Kumar Pandey
MBA, BCA, B.Com(Hons.)
(e-mail address removed)
(e-mail address removed)
New Delhi, India
 

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