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.