Excel Built-In Functions
Excel Built-In Functions
Excel Built-In Functions
FIXED Rounds a supplied number to a specified NOT Returns a logical value that is the opposite of
number of decimal places, and then a user supplied logical value or expression
converts this into text
TEXT Converts a supplied value into text, using a (ie. returns FALSE is the supplied argument is
user-specified format TRUE and returns TRUE if the supplied
argument is FALSE)
Functions to Convert Between Upper & Lower Case Information Functions
LOWER Converts all characters in a supplied text LEN Returns the length of a VALUE Converts a text string into a numeric value
string to lower case supplied text string
PROPER Converts all characters in a supplied text FIND Returns the position of a
string to proper case (ie. the first character supplied character or text
in each word is upper case and all other string from within a supplied
characters are lower case) text string (case-sensitive)
Cutting Up & Piecing Together Text Strings Conditional Functions
UPPER Converts all characters in a supplied text SEARCH Returns the position of a Joins together two or more text strings
CONCATENATE IF Tests a user-defined condition and returns
string to upper case supplied character or text one result if the condition is TRUE, and
string from within a supplied another result if the condition is FALSE
text string (non-case-sensitive)
LEFT Returns a specified number of characters IFERROR Tests if an initial supplied value (or
from the start of a supplied text string expression) returns an error, and if so the
function returns a supplied value; Otherwise
the function returns the initial value. (New in
Excel 2007)
EXACT Tests if two supplied text strings are 0 Simply returns the logical value FALSE
exactly the same and if so, returns TRUE;
Otherwise, returns FALSE. (case-sensitive)