FIXED

Definition

Formats a number with a fixed number of decimal places.

Sample Usage

FIXED(3.141592653,2)

FIXED(966364281,4,1)

Syntax

FIXED(number, number_of_places, suppress_separator)

  • number - The number to format.

  • number_of_places - The number of decimal places to display in the result.

    • If number has fewer than number_of_places significant digits, zeros will be appended. If it has greater thannumber_of_places significant digits, number will be rounded to the correct number_of_places rather than truncated.

  • suppress_separator - [ OPTIONAL - 0 by default ] - Whether or not to suppress the thousands separator used in some locales (e.g. 1,000 becomes 1000). Separators will be present if this value is 0 or omitted, and absent otherwise.

In order to use the FIXED formula, start with your edited Excellentable:

FIXED_1.png

Then type in the FIXED formula in the area you would like to display the outcome:

FIXED_2.png

FIXED_3.png

FIXED_5.png

FIXED_7.png

FIXED_8.png

By adding the values you would like to calculate the FIXED formula for, Excellentable will generate the outcome:

FIXED_4.png

FIXED_6.png

FIXED_6i.png

FIXED_9.png

 

There were errors rendering macro:

  • An unknown error occurred.