Exel Functions Flashcards
What is the equation for COUNT & what does it do ?
=COUNT(RANGE)
counts the amount of cells within a given range which contains a number value
What is the equation for COUNTA & what does it do ?
=COUNTA(RANGE)
counts the number of certain values within cells
What is the equation for SUM & what does it do ?
=SUM(RANGE)
adds up the values within a cells or range of cells
What is the equation for AVERAGE & what does it do ?
=AVERAGE(RANGE)
provides the average value for the group of cells specified
What is the equation for IF statement & what does it do ?
the formula is only ran when the data meets a certain condition
can be used in combination with other formulas to give more specific results
you can state if you want the the formula to activate when the condition is met or when it isn’t
What is the equation for **CONCATENATE* & what does it do ?
**=CONCATENATE(Value1, 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(Value1, Value2)
return the largest or smallest number with a cell’s dataset, respectfully
What is the equation for **AND* & what does it do ?
=AND(logical1), (logical2)
determine if something I’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 **CONCATENATE* & what does it do ?
=REPLACE(old_text, start_num, num_chars, new_text)
ideal for making changes in a spreadsheet
allows you to replace certain values with a desired alternative quickly