Hi Guys,
Hope you are well.
May you please assist me with the following data cleansing.
I want to move the comma into the correct position after the first digit in each row. Some rows already have the comma in the correct position but i need a way to tackle the ones that dont have a comma and the ones that do however the comma is in the wrong position
Example:
I need to correct 753,45 to 7,5345
and correct 345 to 3,45.
In summary: move the comma to the second position after 1st number.
Please do this for all data in the column.