Unit 4 Lesson 2 (Part 2): Spreadsheet Functions Flashcards
-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
Syntax
order of the syntax
n equal sign (=) followed by the name of the function
you want to use. The function name is followed by an open parenthesis then the argument, usually a range of cells and enclosed by a closing parenthesis
=SUM(A1:A20)
Commonly used functions:
a function that adds all the values of the cells in the argument
SUM
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
AVERAGE
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
COUNT
Commonly used functions:
a function that looks for the highest value in the range
MAX
Commonly used functions:
a function that looks for the lowest value in the range
MIN