FIXED

Formats a number with a fixed number of decimal places. Learn more

Video field
Text

The "FIXED" function in Google Sheets is used to format a number with a specified number of decimal places and optional thousand separators. Here is the syntax:

FIXED(number, [numberofplaces], [suppress_separator])

number: The number you want to format.

numberofplaces (optional): The number of decimal places to display. If omitted, it defaults to 2.

suppress_separator (optional): A logical value (TRUE/FALSE) that determines whether to include a thousand separator.

If set to TRUE, the separator is suppressed. If omitted, it defaults to FALSE.

Here are a few examples to illustrate the usage:

=FIXED(123.456) will return "123.46" (defaulting to 2 decimal places).

=FIXED(123.456, 0) will return "123" (no decimal places).

=FIXED(1234567.89, 2, TRUE) will return "1234567.89" (no thousand separator).

The "FIXED" function is helpful when you want to control the number of decimal places and formatting options for displaying numbers in your Google Sheets.

Want even more from Google Sheets?


With Softr, you can turn your spreadsheets into powerful web apps.You can give advanced roles and permissions to each user, build advanced logic and automation flows, customize the design to your needs, and much more.


Softr also offers a growing library of templates for internal tools, client portals, community hubs, and more. The templates come with a Google Sheet or an Airtable base that you can use to store and manage your data easily.


Try Softr now and build your custom web apps in 10 minutes no code required!