XL.StringFormat function
XL.StringFormat function – Text function type – replaces the format item in a specified string with the string representation of a corresponding object in a specified array.
Syntax
=XL.StringFormat(format, arguments)
Argument | Description |
---|---|
format [required] | A text representing a format value. |
arg1, arg2, …, arg11 [optional] | A list of up to 11 values to be placed into a placeholder in a format string. |
Any questions or suggestions?