Lesson 2: APPLIED PRODUCTIVITY TOOLS Flashcards
allows to sum numerical data in any number of columns or rows by selecting them or
typing them in
=SUM(sum_range)
used to summate values of cells in a range
that meets the criteria that have been
specified
=SUMIF(range, criteria,
sum_range)
allows user to get the average of all numbers
in the chosen cells
=AVERAGE(range to be
averaged)
used to count the number of chosen cells that
have a number value in them
=COUNT(range to be
counted)
allows users to achieve a particular value if
the condition has been satisfied or TRUE, or if
the condition has not been satisfied or FALSE
=IF(condition, result if
true, result if false)
used to search for the highest value in an array
=MAX(range)
used to search for the lowest value in an array
=MIN(range)
combines two or more text strings;
combines the values from two or more cells into another cells
=CONCATENATE(text1,
text2, text3)