XL: Order of Operations in Formulas

ID: Q25189


The information in this article applies to:


SUMMARY

When you combine several operators into a single formula, Microsoft Excel performs the operations in the following order:


   :                 Range
   space             Intersection
   ,                 Union
   -                 Negation
   %                 Percentage
   ^                 Exponentiation
   * or /            Multiplication or Division
   + or -            Addition or Subtraction
   &                 Text Operator
   = < > <= >= <>    Comparison Operators 


MORE INFORMATION

If you want to alter this order, use parentheses to group expressions in your formula. Microsoft Excel first calculates the expression in parentheses, then uses those results to calculate the formula.

For example, the following formula


   =(5*4+2) 


returns a value of 22, while the formula


   =5*(4+2) 


returns a value of 30.

NOTE: This order of operation is different from the order of operation in Lotus 1-2-3.

The third-party products discussed here are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability.


REFERENCES

For more information about operator precedence, click the Index tab in Microsoft Excel 97 Help, type the following text


   operators, evaluation order in formulas 


and then double-click the selected text to go to the "The order in which Microsoft Excel performs operations in formulas" topic.

For more information about operator precedence, click the Index tab in Microsoft Excel 7.0 Help, type the following text


   operators, precedence 


and then double-click the selected text to go to the "Operator Precedence" topic.

For more information about "Mathematical Operator Evaluation in Lotus 1.2.3 and Microsoft Excel," click the Search button in Microsoft Excel 5.0 Help, type the following, and then click Display:


   Operator 

Additional query words: XL98 XL97 XL7 XL5 XL4 XL3


Keywords          : xlformula 
Version           : WINDOWS:2.x,3.0,4.x,5.0,5.0c,7.0,7.0a,97; MACINTOSH:1.x,2.x,3.0,4.0,5.0,5.0a,98
Platform          : MACINTOSH WINDOWS 
Issue type        : kbinfo 

Last Reviewed: March 16, 1999