MKDEC Function
The MKDEC function converts any format to decimal.
- All string values should be placed in quotes "" within the brackets.
- Numbers passed must have the period as the decimal separator.
- For numeric strings the decimal separator must be set in the regional setting.
Syntax
MKDEC(expression)
Example
MKDEC("3.99")
Returns a value of 3.99 to the cell.