Excel Advanced Procedures
Excel Advanced Procedures
B – Brackets (Parentheses)
O – Orders (Powers/Exponents)
D – Division
M – Multiplication
A – Addition
S – Subtraction
(In US, BODMAS is known as PEMDAS – Parentheses, Exponents, Multiplication, Division, Addition and
Subtraction)
Note – Actually, Division and Multiplication have same precedence. Similarly, Addition and Subtraction
have the same precedence.
You may use Parentheses to change the order as Parentheses are calculated first.
Example Answer
5+4*3 17
(5+4)*3 27
5*4+18/3-10 16
18+3^4*2-10 170
-2^3*5+10 -30
-2^3*(5+10) -120
-2^(3*5)+1 -32758
5&2*9-12/3 514
8=8+9 FALSE
8+10<>8+9 TRUE
15*2-4*6>3 TRUE
15*2-4*6>3+9 FALSE
70+80*40% 102
© eforexcel.com