Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

How to Use the FIXED function to round and convert numbers

To round numbers and return the result as text, we will use the FIXED function. With the FIXED Function, we are able to round a number to a specified number of decimals and we can return the result as text with or without commas. Here is the syntax that is used for the FIXED function:

FIXED(number, decimals, no_commas)
number: The number to round and convert to text.
decimals: The number of digits to the right of the decimal point. If omitted, Excel sets it to 2.
no_commas: A logical value that prevents FIXED from including commas when set to TRUE. If no_commas is FALSE or omitted, the returned text includes commas.

Here is how we will round the numbers and convert them to text at the same.

How to round and convert numbers to text

  1. In cells A2:A10 enter your values like shown in the example below or use your own.
  2. Select cells B2:B10 and type the following formula: =FIXED(A2,-1,FALSE).
  3. Press CTRL+Enter.
  4. Select cells C2:C10 and type the following formula: =FIXED(A2,-2,FALSE).
  5. Press CTRL+Enter.

How to Use the FIXED function to round and convert numbers

This tip should work in Excel 97, 2000, 2003 and 2007. Please leave a comment if this has helped you. Thanks.

How to Use the FIXED function to round and convert numbers
  1. How to use the DOLLAR function to convert number to currency
  2. How to Use the ROUND function to round numbers in Excel
  3. Using the OR function to check cells for text or numbers in Excel
  4. How to Use the ROUNDDOWN function to round numbers down
  5. How to Use the ROUNDUP function to round numbers up

Leave a Reply