Excel Functions Flashcards
What is the equation for
COUNT & what does it do ?
=COUNT(RANGE)
counts the amount of cells within a given range
What is the equation for
COUNTA & what does it do ?
=COUNTA(RANGE)
counts the number of certain values within a range of cells
What is the equation for SUM & what does it do ?
=SUM(RANGE)
adds up the values within a cell or range of cells
What is the equation for
AVERAGE & what does it do ?
=AVERAGE(RANGE)
provides the average value for a specified group of cells
What is the equation for IF statement & what does it do ?
the formula is only ran when the data meets a certain condition
What is the equation for
CONCATENATE & what does it do?
=CONCATENATE(Value, Separator, Value2)
to combine the value of two or more cells
What is the equation for
MAX & MIN & what does it do?
=MAX(Value1, Value2)
=MIN(Value, Value2)
return the largest or smallest number within a cell’s dataset, respectively
What is the equation for
AND & what does it do ?
AND(logical1), (logical2)
determine if something l’d true or false
What is the equation for
XLOOKUp & what does it do ?
finding info within a Excel
Spread Sheet
What is the equation for
REPLACE & what does it do ?
=REPLACE(old_text, start_num, num_chars, new_text)
allows you to replace certain values with a desired alternative quickly