Important Excel Functions
Important Excel Functions
Information
CELL Get information about a cell
ERROR.TYPE Test for a specific error value
INFO Get information about current
environment
ISBLANK Test if a cell is blank
ISERR Test for any error but #N/A
ISERROR Test for any error
ISEVEN Test if a value is even
ISFORMULA Test if a cell contains a formula
ISLOGICAL Test if a value is logical
ISNA Test for the #N/A error
ISNONTEXT Test for a non-text value
ISNUMBER Test for numeric value
ISODD Test if a value is odd
ISREF Test for a reference
ISTEXT Test for a text value
N Convert a value to a number
NA Create an #N/A error
TYPE Get the type of value in a cell
Collected By: Anirudh Makhana
Logical
AND Test multiple conditions with
AND
FALSE Generate the logical value FALSE
Math
ABS Find the absolute value of a
number
ARABIC Convert a Roman numeral to an
Arabic numerals
BASE Converts a number into the
supplied base
CEILING Round a number up to the
nearest specified multiple
CEILING.MATH Round a number to the nearest
integer or multiple of significance
Collected By: Anirudh Makhana
Statistical
AVERAGE Get the average of a group of
numbers
AVERAGEA Get the average of a group of
numbers and text
AVERAGEIF Get the average of numbers that
meet criteria
AVERCOUNT Count numbers
COUNTA Count the number of non-blank
cells
COUNTBLANK Count cells that are blank
COUNTIF Count cells that match criteria
COUNTIFS Count cells that match multiple
criteria
MAX Get the largest value
MAXA Get the largest value
MAXIFS Get maximum value with criteria
Text
CHAR Get a character from a number
CLEAN Strip non-printable characters
from text
CODE Get the code for a character
CONCAT Join text values without
delimiter
CONCATENATE Join text together
DOLLARDE Converts a dollar value in
fractional notation into a dollar value
in decimal notation
EXACT Compare two text strings
FIND Get the location of text in a
string
FIXED Rounds and converts a supplied
number to text
LEFT Extract text from the left of a
string
LEN Get the length of text
LOWER Convert text to lower case
MID Extract text from inside a string
NUMBERVALUE Converts a text string into a
number in a locale-independent
manner
PROPER Capitalize the first letter in each
word
REPLACE Replace text based on location
REPT Repeat text as specified
RIGHT Extract text from the right of a
string
SEARCH Get the location of text in a
string
SUBSTITUTE Replace text based on content
T Tests if the value provided is a
text or not
Collected By: Anirudh Makhana