I'm trying to pull a chunk of data out of a cell but in each cell the league of the data coming out is different. It would look like:
0000905
0001845
0000845
0032609
I want to get everything after the zeros where the real number starts but can't figure out how to do it since there will be zeros within some of the numbers. I've tried formatting the numbers to remove the zeros but that didn't work either.
0000905
0001845
0000845
0032609
I want to get everything after the zeros where the real number starts but can't figure out how to do it since there will be zeros within some of the numbers. I've tried formatting the numbers to remove the zeros but that didn't work either.