P
Penny
I have a row of numbers that have one to many zero's. I need to remove the
first
zero on the left. Can this be done by a formula?
first
zero on the left. Can this be done by a formula?
Sure, just use the following formula in another column, then copy from there
and paste special as values in the column with the error.
If A5:A3897 is the column with one too many zero on the left side, and
column I is empty, use the following formula in I5, then fill down to I3897.
=RIGHT(TRIM(A5),LEN(TRIM(A5))-1)
The TRIM function is included in case there's any leading/trailing spacesin
the values.
--
Thanks,
Ronald R. Dodge, Jr.
Production Statistician