Format
The Format function returns a string formatted according to instructions contained in a format String.
Syntax :
Format(Expression,FormatString)
Parameters | Description |
---|---|
Expression | A valid, required expression. |
FormatString | Instructions of formatting in a string. |
Example :
Format(3.234,“#,##0.0”)
Result :
= 3.2