Lesson 2: Inserting Formulas and Functions Flashcards
Are mathematical operations used in performing calculations.
Arithmetic Operators
+ (Plus Sign)
Addition
− (Minus Sign)
- Subtraction
- Negation
- (Asterisk)
Multiplication
/ (Forward Slash)
Division
% (Percent Sign)
Modulo
^ (Caret)
Exponentiation
Are logical operators used to compare two values. The result of the comparison can either be TRUE or FALSE.
Comparison Operators
=
Equal to
>
Greater than
<
Less than
> =
Greater than or equal to
<=
Less than or equal to
<>
Not equal to
Is used to join or connect two or more words to create a
single word. “&”
Text Concatenation Operator
Are used to set a range of cells or values when computing.
Reference Operators
: (Colon)
Range operator - used to show
reference of the range of selected cells
, (Comma)
Union operator - combines values of multiple cells and creates single reference using multiple references
(Pound)
Used as part of an error and
to show not enough space
@ (At Sign)
Reference operator - used to show
implicit intersection in a spreadsheet
formula and can be used to reference
a row or column
Is a function that adds all the values of the cells in the argument
SUM
Is 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
Is a function that checks the number of cells in the range given. This function is useful if you need to count items.
COUNT
Is a function that looks for the highest value in the range.
MAX