I want to convert for below sample values
- Rounding to the 4th digit (first 3 digits should be 0). No decimals. E.g.: 89231.1 should be 89000
- Rounding to the 2th digit (first digit should be 0). No decimals. E.g.: 89.6 should be 90
- Rounding to the 1st digit. No decimals. E.g. 75.6 should be 76