MKSTR Function

The MKSTR function converts any format to a string format.

Syntax

MKSTR(expression)

Example 1

MKSTR("Caseware")+MKSTR(" audit")+MKSTR(" engagement")

Appears as Caseware audit engagement in an alphanumeric cell.

Example 2

MKSTR("10 Apples")

Appears as the numeric value 10 in a numeric cell.

Related Topics