Lesson 2: APPLIED PRODUCTIVITY TOOLS Flashcards

1
Q

allows to sum numerical data in any number of columns or rows by selecting them or
typing them in

A

=SUM(sum_range)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

used to summate values of cells in a range
that meets the criteria that have been
specified

A

=SUMIF(range, criteria,
sum_range)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

allows user to get the average of all numbers
in the chosen cells

A

=AVERAGE(range to be
averaged)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

used to count the number of chosen cells that
have a number value in them

A

=COUNT(range to be
counted)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

=IF(condition, result if
true, result if false)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

used to search for the highest value in an array

A

=MAX(range)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

used to search for the lowest value in an array

A

=MIN(range)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

combines two or more text strings;
combines the values from two or more cells into another cells

A

=CONCATENATE(text1,
text2, text3)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly