Microsoft Excel Functions
Microsoft Excel Functions
Microsoft Excel Functions
Text Functions
Statistical Functions
Mathematical Functions
Logical Functions
Text Functions
FIND
LEFT, RIGHT, MID
CONCATENATE
REPLACE
TRIM
LEN
UPPER, LOWER
DOLLAR
PROPER
REPT
SUBSTITUTE
BAHTTEXT
VALUE
TEXT
The Text function returns a value converted
to text with a specified format.
Syntax: =Text( value, format )
value is the value to convert to text.
format is the format to display the results in.
FIND
It searches for a text inside another text and
returns the position of the text searched.
Syntax: =FIND(find_text;within_text;start_num)
“find_text” refers to the text to be found
“within_text” refers to the string or cell reference
to be searched
“start_numb” refers to the initial position of the
search
It performs the search reading the text from left
to right, from the initial position indicated in
“start_numb”.
FIND does not distinguish between capital and
LEFT, RIGHT, MID
When data is imported or copied into an Excel
spreadsheet unwanted characters or words
can sometimes be included with the new data.
Syntax: =PROPER(text)
Text may be the text to be converted or the
cell reference which contains the text to be
converted.
REPT
The REPT function repeats previous text a
fixed number of times.
#DIV/0! 2
#VALUE! 3
#REF! 4
#NAME? 5
#NUM! 6
#N/A 7