Please Note: This article is written for users of the following Microsoft Excel versions: 97, 2000, 2002, and 2003. If you are using a later version (Excel 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Excel, click here: How Operators are Evaluated.

How Operators are Evaluated

Written by Allen Wyatt (last updated October 12, 2019)
This tip applies to Excel 97, 2000, 2002, and 2003


The operators in a formula are generally evaluated from left to right. Thus, in the following formula the addition is performed first and then the subtraction:

= C7 + A2 – B3

However, this is not always the case. For instance, Excel will perform any exponentiation first, then multiplication or division, then addition or subtraction, then text concatenation, and finally any comparisons. Thus, in the following formula, the multiplication is performed before the addition, even though the multiplication occurs to the right of the addition:

= C12 + D4 * A1

The order in which operators are evaluated is referred to as precedence. Operators with higher precedence are evaluated before those with lower precedence. The following is the order of evaluation for operators in Excel.

Operator Meaning
 Negative indicator (such as –123)
% Percent
^ Exponent
* and / Multiplication and division
+ and – Addition and subtraction
& Text concatenation
= < > <= >= <> Comparison

As you enter formulas, you will want to remember these rules so you can get the desired results. If you cannot remember them or you want to change the order in which operations are performed, you can use parentheses. For instance, if you wanted the addition to occur before the multiplication in the previous formula, you would enter it like this:

= (C12 + D4) * A1

As you work with formulas in Excel, you will find yourself using parentheses quite often. The reason for this is simple—they remove any confusion about how a formula should be processed by Excel.

As a real-world example, suppose you were developing a formula that applied tax to the sum of two different values. For instance, if you want to take the value in cell F2, add $5.00 to it, and then adjust for tax (assuming 5.25% in your state), the formula would be written as follows:

= (F2 + 5) * 105.25%

For the sake of simplicity, if the value in F2 is $95.00, then the result of this formula would be $105.25. Without the parentheses, however, the result would be $100.26 because Excel would do the multiplication (5 * 105.25%) first and then add the result to the value in F2.

Remember, parentheses remove any confusion that might arise concerning what a formula means.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2040) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: How Operators are Evaluated.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Replacing Some Formulas with the Formula Results

Macros are often used to process the data stored in a worksheet. Some of these processing needs can be pretty specific to ...

Discover More

How Many Times Does Each Name Appear in a List?

If you have a list of names in a column, and you want to know how many times those names appear in a larger list of data, ...

Discover More

Controlling Overtype Mode

Some people like to have Word replace previous information as they type; this is called 'overtype mode.' You can control ...

Discover More

Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!

More ExcelTips (menu)

Adding Dashes between Letters

When processing some text data, you may need to perform some esoteric function, such as adding dashes between letters. ...

Discover More

Counting Odds and Evens

If you have a series of values in a range of cells, you may wonder how many of those values are even and how many are ...

Discover More

Only Showing the Maximum of Multiple Iterations

When you recalculate a worksheet, you can determine the maximum of a range of values. Over time, as those values change, ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 1 + 1?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.