Syntax:
=FIXED(number, [decimals], [no_commas])
Parameter list:
- number – the number to be rounded.
- Decimals – the number of digits to the right of the decimal point, optional; the default is 2.
- no commas – a logical TRUE or FALSE to include commas in the returned text, optional. If FALSE or left, commas will be used as normal.