Hi all,
I want to copy and analyze some data generated by an external tool.
Two columns contain percentages, e.g., “1.4%” which is correctly parsed and displayed by LibreOffice (i.e. as the number 0.014 and displayed as 1.4%).
However, smaller values are generated in scientific notation, e.g., 9.1e-4%, and are only recognized as text.
By hand, I would have to remove the ‘%’, divide by 100 and then format as percent (only removing the ‘%’ and formatting as percent would turn “9.1e-4%” into 0,091%, instead of the correct 0,00091%).
Is there any (semi-)automatic way to achieve this?
Here a few sample values to copy and test:
3.5e-2%
7.3e-2%
0.10%
0.30%
0.20%
7.5e-2%
8.7e-3%
(LibreOffice Calc 6.4.7.2 on Ubuntu 20.04.4 LTS)