Delete leading zeros

L

lunker55

Could someone please help me. I have forgotten how to delete the zeros
infront of numbers.
I havea column of numbers.
ie:
0015L
000043
I want to delete all the zeros on the left of the number.
Thanks,
Joe
 
R

RogerN

See my reply under "Serial Number List". Use Data/Text to columns. Wizard is
fairly explicit.

Roger
 
D

David Billigmeier

Copy an empty cell, Select the range of numbers you have, and Paste
Special->Add
 
L

lunker55

Roger,
That won't work because I have a different number of zeros in each cell.

Joe
 
R

RogerN

Dave

I would have suggested the formula =value() in next available column, as
Excel would then strip the leading zeros but I do like your solution . Very
neat, thanks.

Roger
 
Top