How to get last 3 digits after "
." (Decimal) including zero ? The following formula doesn't work?
Example: 88,48
5.90 ----------- The result is
5.9 (But I need here .90 inculding last ZERO)
88,485
.95 ----------- The result is
.95 (Here it is okay as it gets last 3 digits after Decimal)
How to modify the formula?