Unit 4 Lesson 2 (Part 2): Spreadsheet Functions Flashcards

1
Q

-a specific format that a function needs to follow to work properly

-starts with an equal sign (=) followed by the name of the function you want to use

A

Syntax

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

order of the syntax

A

=SUM(A1:A20)

  1. Eual sign
  2. Function name
  3. Argument
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Commonly used functions:

a function that adds all the values of the cells in the argument

A

SUM

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

Commonly used functions:

  • a function that computes the average value of the cells in the argument
  • it computes the sum first and divides it by the number of cells in the argument
A

AVERAGE

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

Commonly used functions:

  • a function that checks the number of cells in the range given
  • this function is useful if you need to count items
A

COUNT

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

Commonly used functions:

a function that looks for the highest value in the range

A

MAX

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

Commonly used functions:

a function that looks for the lowest value in the range

A

MIN

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