Posted to microsoft.public.excel.programming
|
|
How to Eliminate the first 2 digit out of 10 digit number
Try:
=RIGHT(A1,8)
--
Gary''s Student
"wliong" wrote:
Hi all,
I'm trying to eliminate the first 2 digit from 10 digit number. For
example: if the number is *0001234567*, then I want to delete the first
2 zeros and thus it becomes *01235467*. Is there any way to do that?
Thank you very much
--
wliong
------------------------------------------------------------------------
wliong's Profile: http://www.excelforum.com/member.php...o&userid=28343
View this thread: http://www.excelforum.com/showthread...hreadid=488200
|