Hi, I had a question.
I wanted to convert non-uniform data in single Excel column to uniform data into another column.
Example- I have an Excel column containing values as 345.12 million, 128.56 billion, 2.67 trillion and I would like to convert this non-uniform data into a uniform way using VBA i.e. the expected outcome should either be
0.34512 billion, 128.56 billion, 2670 billion
OR
345120000, 128560000000, 2670000000000.
Is there any way it is possible ?
Thank you in advance.
I wanted to convert non-uniform data in single Excel column to uniform data into another column.
Example- I have an Excel column containing values as 345.12 million, 128.56 billion, 2.67 trillion and I would like to convert this non-uniform data into a uniform way using VBA i.e. the expected outcome should either be
0.34512 billion, 128.56 billion, 2670 billion
OR
345120000, 128560000000, 2670000000000.
Is there any way it is possible ?
Thank you in advance.