You are here: All Help Topics > Other Information > Cell Functions > MKDEC function

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.

MKDEC(expression)

MKDEC("3.99")

Returns a value of 3.99 to the cell.

Related Topics