Re: How can I remove leading zeros?
- From: AccessHelp <AccessHelp@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Sep 2007 14:31:01 -0700
Hi Gary,
Thanks for the formula. Unfortunately, the formula is for Visual Basic in
Excel, not for the Excel itself. I don't think Visual Basic has a formula
for "Substitute". I am sorry I should have indicated in my message that it
is for Visual Basic.
Thanks again.
"Gary Keramidas" wrote:
try this if the cell in B2 had your example.
=SUBSTITUTE(B2,"0","")
--
Gary
"AccessHelp" <AccessHelp@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:00BEEC86-53BF-4252-85F9-52274CC9C119@xxxxxxxxxxxxxxxx
Hello,
I have a field with values "AAAA", "0AAA", "00AA", and "000A". I want to
remove leading zeros on the ones with leading zeros. For example, "0AAA"
will turn into "AAA".
Can someone help me with the formula? I have tried using "Val" and "Str",
and they don't seem to work.
Thanks.
- Follow-Ups:
- Re: How can I remove leading zeros?
- From: Chip Pearson
- Re: How can I remove leading zeros?
- From: Gary Keramidas
- Re: How can I remove leading zeros?
- References:
- How can I remove leading zeros?
- From: AccessHelp
- Re: How can I remove leading zeros?
- From: Gary Keramidas
- How can I remove leading zeros?
- Prev by Date: Re: button macro
- Next by Date: supress display during execution of an excel macro
- Previous by thread: Re: How can I remove leading zeros?
- Next by thread: Re: How can I remove leading zeros?
- Index(es):