I'm having trouble removing leading zeros if any from an alphanumeric string, a mapsco grid
Current Data:
062Z
008P
114A
I would like my output to display as:
62Z
8P
114A
I tried the trim(=TRIM(B2)), but I think it only removes spaces, not zeros. Any help is appreciated.
Thanks,
Kelly
Bookmarks