To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
The technical storage or access that is used exclusively for statistical purposes.
The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
OPERATORS
Operators specify the type of calculation that you want to perform on the elements of a formula. There is a default order in which calculations occur, but you can change this order by using brackets.
Types of Operators
There are four types of calculation operators: arithmetic, comparison, text concatenation, and reference.
Arithmetic operators: These are used to perform basic mathematical operations such as addition, subtraction, division or multiplication; combine numbers; and produce numeric results.
Arithmetic operator Meaning Example
+ (plus sign) Addition 3+3
– (minus sign) Subtraction 3–1
Negation –1
* (asterisk) Multiplication 3*3
/ (forward slash) Division 3/3
% (percent sign) Percent 20%
^ (caret) Exponentiation 3^2
Comparison Operators: These are used to compare two values, and the result is a logical value either TRUE or FALSE.
Comparison operator Meaning Example
= (equal sign) Equal to A1=B1
> (greater than sign) Greater than A1>B1
< (less than sign) Less than A1<B1
>= (greater than or equal to sign) Greater than or equal to A1>=B1
<= (less than or equal to sign) Less than or equal to A1<=B1
<> (not equal to sign) Not equal to A1<>B1
CELL REFERENCES
A Cell reference is an address given to a particular cell or group of cells on a worksheet. e.g. A2, B6, B3.
There are three types of cell references;
FORMULAS, LOGICAL FUNCTIONS, FUNCTIONS AND ERRORS
FORMULAS
Formulas are equations that perform calculations on values in your worksheet and return a value in a chosen cell, e.g. =A2+B2, = (A3+B3+C3+D3)/4, =A6*B4, =C4-D4, =E10/G10
LOGICAL FUNCTIONS
Function Description
AND Returns TRUE if all of its arguments are TRUE; Returns FALSE if any argument is FALSE
FALSE Returns the logical value FALSE
IF Specifies a logical test to perform
IFERROR Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula
NOT Reverses the logic of its argument
OR Returns TRUE if any argument is TRUE
TRUE Returns the logical value TRUE
FUNCTIONS
A function is a prewritten formula that takes a value or values, performs an operation, and returns a value or values in a chosen cell. Examples of functions in MS Office Excel include the following
ERROR ALERTS
Microsoft Excel displays an error value in a cell when it cannot properly calculate the formula for that cell. Below are some common error values and their meanings.
Error message Meaning
Used.
Intersect
#VALUE! An argument or operand used is of wrong type