![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Text > FIXED |
FIXED(number, decimals, no_commas) |
| Returns the text string of a number rounded to a fixed number of decimal places. |
| number | The number you want to round and convert to text. | |
| decimals | The number of digits to the right of the decimal point. | |
| no_commas | True or False to specify whether to include commas. |
| REMARKS |
| Numbers in Microsoft Excel can never have more than 15 significant digits, but decimals can be as large as 127. | ||
| If "decimals" < 0, then "number" is rounded to the left of the decimal point. | ||
| If "decimals" is left blank, then 2 is used. | ||
| If "no_commas" = True, then the returned text doesn't include commas. | ||
| If "no_commas" = False, then the returned text includes commas. | ||
| If "no_commas" is left blank, then False is used. | ||
| A number which has a number format applied from (Format > Cells) is still a number, whereas the result of this function is actually text. |
| EXAMPLES |
|
| Functions - F | Index - F | Text Manipulation | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |