September 2011
Beginner
140 pages
3h 40m
English
This function returns a given number as a text string formatted according to the given numeric format. Designing your own format is described in Chapter 4. If you already have a numeric format that you like, simply copy it from the Format Code field in the Cells Format dialog box into the Format field in the Function Wizard.
Always remember to put the format string inside double quotes as in this example:
=TEXT(-1000000; "[$$-409]#,##0.00;[RED]-[$$-409]#,##0.00")
which returns –$1,000,000.00.
Figure 9-7. Sample result of the TEXT function
Read now
Unlock full access