P
punter
I have about 3000 lines of data in format below:
1000
990000
66000
300
I want to remove the trailing zeros from the number and have the dat
look like this:
1
99
66
3
Does anyone have a formula that will take out the zeros and just leav
with the first numbers?
Thanks a bunch
1000
990000
66000
300
I want to remove the trailing zeros from the number and have the dat
look like this:
1
99
66
3
Does anyone have a formula that will take out the zeros and just leav
with the first numbers?
Thanks a bunch