How to Use the FIXED Function in Excel

When managing data in Excel or Google Sheets, the FIXED function is invaluable for presenting numbers in a consistent decimal format. This function not only allows you to set the desired number of decimal places but also controls the inclusion of a thousands separator.

Description

The FIXED function rounds a specified number to a designated number of decimal places and returns this formatted number as text. The syntax for the FIXED function is:

=FIXED(number, [decimals], [no_commas])
  • number: The numerical value you wish to format.
  • decimals (optional): Specifies the number of decimal places. By default, it rounds to two decimal places if omitted.
  • no_commas (optional): A Boolean value that determines the inclusion of a thousands separator. If set to TRUE or omitted, the function will exclude the thousands separator.

Examples

Below are some examples illustrating the use of the FIXED function in both Excel and Google Sheets:

Formula Result
=FIXED(1234.567, 2, TRUE) 1234.57
=FIXED(9876.54321, 3, FALSE) 9,876.543
=FIXED(12345.67) 12,345.67

Applications

The FIXED function is especially beneficial in financial or accounting applications where consistent numerical presentation is crucial, such as in currency amount displays. It ensures that the numbers are represented accurately, maintaining their true values while being formatted appropriately for easier reading and professional presentation.

Utilizing the FIXED function, you can guarantee that your figures are formatted as required, with precise control over decimal places and separations. This enhancement aids in elevating the clarity and professionalism of your spreadsheets.

More information: https://support.microsoft.com/en-us/office/fixed-function-ffd5723c-324c-45e9-8b96-e41be2a8274a

Other functions
Returns an array of text values from any specified range
Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters
Converts a number to text, using the ß (baht) currency format
Returns the character specified by the code number
Removes all nonprintable characters from text
Returns a numeric code for the first character in a text string
Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments
Joins several text items into one text item
Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters
Converts a number to text, using the $ (dollar) currency format
Checks to see if two text values are identical
Finds one text value within another (case-sensitive)
Changes half-width (single-byte) characters within a string to full-width (double-byte) characters
Returns the leftmost characters from a text value
Returns the number of characters in a text string
Converts text to lowercase
Returns a specific number of characters from a text string starting at the position you specify
Converts text to number in a locale-independent manner
Extracts the phonetic (furigana) characters from a text string
Capitalizes the first letter in each word of a text value
Replaces characters within text
Repeats text a given number of times
Returns the rightmost characters from a text value
Finds one text value within another (not case-sensitive)
Substitutes new text for old text in a text string
Converts its arguments to text
Formats a number and converts it to text
Combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined If the delimiter is an empty text string, this function will effectively concatenate the ranges
Removes spaces from text
Returns the Unicode character that is references by the given numeric value
Returns the number (code point) that corresponds to the first character of the text
Converts text to uppercase
Converts a text argument to a number
Returns text from any specified value