Add Decimal and remove '
Posted: Fri Jan 16, 2015 1:07 pm
I have 2000+ rows of data that looks like this
'01000'
'01010'
'V4582'
'32729'
'3602'
'0066'
In every row I need to place the last 2 digits behind a decimal and remove the '
Thanks
'01000'
'01010'
'V4582'
'32729'
'3602'
'0066'
In every row I need to place the last 2 digits behind a decimal and remove the '
Thanks