![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Text > TEXT |
TEXT(value, format_text) |
| Returns the text string of a number with a particular format. |
| value | The value representing the number you want converted to text. | |
| format_text | The format to display the result. |
| REMARKS |
| The "value" can be a numeric value, a cell reference or a formula that evaluates to a numeric value. | ||
| The "format_text" argument must be enclosed in speech marks. | ||
| The "format_text" cannot contain an asterisk (*) and cannot be the General number format. | ||
| Formatting a cell using the (Format > Cells) dialog box only changes how the value is displayed. Using this function changes the converted value to text, and the result is no longer calculated as a number. |
| EXAMPLES |
|
| Functions - T | Index - T | Text Manipulation | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |