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

MKSTR Function

The MKSTR function converts any format to a string format.

MKSTR(expression)

MKSTR("CaseWare")+MKSTR(" audit")+MKSTR(" engagement")

Appears as CaseWare audit engagement in an alphanumeric cell.

MKSTR("10 Apples")

Appears as the numeric value 10 in a numeric cell.

Related Topics