excel slides
excel slides
+ Addition =15+4 19
- Subtraction =10-15 -5
* Multiplication = 4*5 20
/ Division =100/25 4
^ exponents =2^4 16
MATHEMATICAL ORDER OF
OPERATIONS - BEDMAS
MATHEMATICAL ORDER OF OPERATIONS -
BEDMAS
1st ( ) “Brackets” starting
from the inside out
2nd Exponents
3rd Division (/) from left to
right and Multiplication
(*)
4th Addition (+) and
subtraction (-) from left
to right
Writing Mathematical
Expressions in EXCEL
• Expressions must be written in a format
consistent with the syntax of the
programming language used to write
Microsoft Excel.
Mathematical Expression Equivalent EXCEL Expression
0.8Q 0.8*Q
√M M^(1/2) or M^0.5
√(A+B)
D+E
V+W
Error messages in Excel
In the course of working in excel, an entry
or a formula may be made which may not
be consistent with Excel rules or syntax.
It is important to know therefore that
anytime any of Excel’s rules of grammar is
violated an error message in a form of
symbol also called error value or code is
indicated in the appropriate cell or cells
Error Messages/values/codes
Error
Meaning
Message/Value
#### When a column is too narrow to display the
result of calculation.
#DIV/0! When a formula is dividing a number by zero,
or by an empty cell.
#VALUE! When a formula refers to a cell that Excel
cannot use in calculation.
#NAME? When a formula contains a function name or
cell reference that Excel does not recognize.