TEXT « Text functions « Microsoft Office Excel 2007 Tutorial

Home
Microsoft Office Excel 2007 Tutorial
1.Introduction
2.Editing
3.Format Style
4.Table
5.Chart
6.Formula
7.Workbook Worksheet
8.Wordart Clip Art Shape Picture
9.PivotTable PivotChart
10.Data Analysis
11.Macro ActiveX Add in
12.Security
13.Collaboration
14.Database functions
15.Date Time functions
16.Engineering functions
17.Information functions
18.Logical functions
19.Lookup Reference functions
20.Math Trigonometry functions
21.Statistical functions
22.Text functions
VBA / Excel / Access / Word
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Microsoft Office Excel 2007 Tutorial » Text functions » TEXT 
22.22.TEXT
22.22.1.TEXT(value,format_text) formats a number and converts it to text
22.22.2.=TEXT(1234.56,"#.#") (1)=TEXT(1234.56,
22.22.3.=TEXT(1234.56,"$#") (3)=TEXT(1234.56,
22.22.4.=TEXT(0.4,"#%")=TEXT(0.4,
22.22.5.=TEXT("3/15/2005","mm/dd/yy")=TEXT(
22.22.6.=TEXT("3/15/2005","mm/dd/yyyy")=TEXT(
22.22.7.=TEXT("3/15/2005","mmm-dd")=TEXT(
22.22.8.TEXT(A1,"$#,##0.00")TEXT(A1,
22.22.9.TEXT(AVERAGE(A:A),"$#,##0.00")TEXT(AVERAGE(A:A),
22.22.10.Uses the NOW and TEXT function to format the date and time.Uses the NOW and TEXT function to format the date and time.
22.22.11.Display text such as Today is Friday, September 14, 2007.Display text such as Today is Friday, September 14, 2007.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.