Common Formulas Flashcards

1
Q

Function:

SUM

A

Example:
=SUM(A1:A11)

Description:
Calculates the total of the values in the cell range A1 to A11

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

Function:

AVERAGE

A

Example:
=AVERAGE(B14,B19,C15)

Description:
Calculates the average of the values in cells B14, B19 and C15

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

Function:

MAX

A

Example:
=MAX(C3:C45)

Description:
Returns the maximum value within the cell range C3 to C45

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

Function:

MIN

A

Example:
=MIN(A3:A15)

Description:
Returns the minimum value within the cell range A3 to A15

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

Function:

COUNT

A

Example:
=COUNT(A1:A10)

Description:
Counts the total number of cells within the range A1:A10 that contains numbers

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

Function:

SQRT

A

Example:
=SQRT(A2)

Description:
Returns the square root of the value cell A2

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