Respuesta :
To change the order of operations in a formula, use parentheses around the part of the formula you want to calculate first.
Parentheses allow you to group elements in a cell. This allows you to create more complex and more powerful formulas.
Consider the expression 6+4*2.
The above formula gives result as 14 because Excel performs multiplication before addition. The formula multiplies 4 by 2 and then adds 6 to the result.
Now consider the expression (6+4)*2.
If you use parentheses to change the syntax, Excel adds 6 and 4 together and then multiplies the result by 2 to produce 20.
Learn more about Parentheses by referring to this link:
brainly.com/question/5973382
#SPJ4
To change the order of operations in a formula, use parentheses around the part of the formula you want to calculate first.
Parentheses allow you to group elements in a cell. This allows you to create more complex and more powerful formulas.
Consider the expression 6+4*2.
The above formula gives result as 14 because Excel performs multiplication before addition. The formula multiplies 4 by 2 and then adds 6 to the result.
Now consider the expression (6+4)*2.
If you use parentheses to change the syntax, Excel adds 6 and 4 together and then multiplies the result by 2 to produce 20.
Learn more about order of operations by referring to this link:
https://brainly.com/question/550188
#SPJ4