This function is used to change the given number into a desired Microsoft standard custom numeric format.
Syntax:FormatNumeric(Value,Format)
Where
“Value” is the numeric data that needs to be formatted.
“Format” is the standard Microsoft custom numeric format to which the value has to be formatted.
FormatNumeric(10,”0.00”)
The function will return the value “10.00”.