A
Alex
I want to add '0 to every line of a list in a column. I
think there might be a easy way to do it.
For example:
row B
34
35
36
37
Wanted Result
'034
'035
'036
'037
Along the same lines, I have a column with same number
starting each row that I want to get rid of.
Start with:
05000US08001
05000US08003
05000US08005
05000US08007
05000US08009
05000US08011
Wanted Result:
'001
'005
'007
'009
'011
Help would be appreciated.
Alex
think there might be a easy way to do it.
For example:
row B
34
35
36
37
Wanted Result
'034
'035
'036
'037
Along the same lines, I have a column with same number
starting each row that I want to get rid of.
Start with:
05000US08001
05000US08003
05000US08005
05000US08007
05000US08009
05000US08011
Wanted Result:
'001
'005
'007
'009
'011
Help would be appreciated.
Alex