answersLogoWhite

0


Best Answer

Excel follows the laws of Mathematics. They state that multiplications and divisions are done before and additions and subtractions. Have a look at the following formula.

=10+2*5

Most people will tell you that the result of that is 60. They look at it as being 10 plus 2, which is 12, multiplied by 5, which is 60. They are wrong. The actual correct answer is 20. That is because the multiplication is done first. So the multiplication is done first. 2 *5 is 10, plus 10 is 20. It is 10, plus two fives.

The rules are known as the precedence of operators. A simple acronym used to remember them is BOMDAS. That is Brackets, power Of, Multiplication, Division, Addition, Subltraction.

Anything inside brackets is always done first. So to have the additions or subtractions done before multiplications and divisions, then you enclose the additions and subtractions in brackets. To get the original calculation to give us 60, you would type it as follows:

=(10+2)*5

Now the 10 and 2 will be added first and then the result will be multiplied by 5, so you will get 60.

Multiplication and division are always done on a left to right basis having equal precedence.

So in this case, the multiplication is done first:

=10*2/5

In this case the division is done first:

=10/2*5

Addition and subtraction work the same way. The addition will be done first here:

=10+2-5

Here the subtraction will be done first:

=10-2+5

Where you have a mix of brackets and things outside of them, everything inside the brackets is done before anything outside, but inside the brackets, the rules of precedence apply. So in the following one, the 2*5 will happen first. The the 10 will be added to that. Then the 8 will be subtracted from the result. Then the 3 will be divided by the 6 and the last thing that happens will be the result of the calculation inside the brackets will be added to the result of 3 divided by 6.

It is a bit complicated at first. Play around with different examples and you will soon get the hang of it.

=(10+2*5-8)+3/6

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In an Excel complex formula addition and subtraction operators are calculated before multiplication and division operators?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the four operators?

Addition, subtraction, multiplication, and division


What are the addition multiplication subtraction and division signs called?

They are called operators because they operate all of the operators. Hope I helped!


What are symbols that specify addition subraction multiplication division percentage and exponentiation in an excel formula called?

operators (although, there is no specific percentage operation, only the percent symbol to show the number is a percent) Addition (+) Subtraction (-) Multiplication (*) Division (/) Exponent (^) operators Arithmetic operators are the symbols used in formulas to calculate values, such as addition (+), subtraction (-), multiplication (*), division (/), and exponentiation (^).


What is an arithmetic operation?

The basic arithmetic operations are addition, subtraction, multiplication and division, although this subject also includes more advanced operations, such as manipulations of percentages, square roots, exponentiation, and logarithmic functions.


What are the arithmetic instructions that calculate in the spreadsheet called?

They usually are called operators. You can use addition, subtraction, multiplication, division, and exponents as operators. You can combine operators with functions.


Why are addition and subtraction important?

Because addition and subtraction are the basic arithmetic operators, which all other arithmetic operations are based on. Multiplication can be posed as repetitive addition. Raising to a power is repetitive multiplication, etc. The processor of a computer basically is just a really fast adder.


For a new C-Sharp coder What do Operators do?

An operator in C# performs a specific operation like addition, subtraction, multiplication etc.


Symbol that specify addition substraction multiplication?

+ addition - subtraction* multiplication


What is the inverse of subtraction?

Addition is the inverse of Subtraction. Division is the inverse of Multiplication. and then visa-versa. :-) Addition is the inverse of Subtraction. Division is the inverse of Multiplication. and then visa-versa. :-) the Answer is subtraction


Subtraction is a form of addition and division is a form of multiplication give as example?

nope. Multiplication is a form of addition. Division is a form of subtraction.


What are the fundamental operation of math?

the fundamental operations in math are, addition +, subtraction -, division /,and multiplication x ..


What is the difference between the inverse of addition and the inverse of multiplication?

the inverse of addition is subtraction and the inverse of multiplication is division. Of course, multiplication is just repeated addition so division is just repeated subtraction!