Is it possible to get Integer value Input parameter in thousands, millions, or billions like user entered 4.5 it will interpret it like 4 million

Please Help. My Client need this on urgent basis.

If you use it in a calculated field you can build an ifelse. But you need some restrictions to the input like “2.5k”. In the ifelse you need to check the “k” an bring it with factor 1000 to the base number.