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: Understanding Operators.

Understanding Operators

Written by Allen Wyatt (last updated February 10, 2024)
This tip applies to Excel 97, 2000, 2002, and 2003


Operators are symbols used in a formula to define the relationship between two or more cell references, or between two or more values. They cause Excel to perform some action. For instance, consider the following formula:

= B3 + B4

In this case, the plus sign is the operator. This is not the only operator that Excel supports, however. There are several types of operators supported by Excel. Operators of the most common type, arithmetic, are shown here:

Operator Meaning
+ Addition
 Subtraction
* Multiplication
/ Division
% Percent (placed after a value)
^ Exponentiation

Excel also supports Boolean, or comparison, operators. These operators are used to compare two values or expressions, returning either the logical value TRUE or FALSE. These are special values supported by Excel to represent the outcome of a comparison. Comparison operators are used most often in arguments for logical functions. For example, consider the following formula:

=IF(B3 > 99,"Limit has been exceeded","")

This formula uses the IF function to determine whether the value contained in cell B3 is greater than 99. If it is, the indicated text message is displayed in the cell containing this formula. Otherwise, nothing is displayed.

As you develop more complex Excel worksheets, you will find yourself relying more and more on comparison operators. The comparison operators are listed in Table 1-3.

Operator Meaning
= Equal to
> Greater than
>= Greater than or equal to
< Less than
<= Less than or equal to
<> Not equal to

Finally, Excel also provides a text operator, which is used to combine (or concatenate) text. This operator is the ampersand (&) character.

You should note that operators only function as operators when they are in formulas. If you want to make sure that a character is not interpreted as an operator, then you need to enclose it within quote marks. For instance, consider the following:

= A1 & " & " & B1

If there are names of people (Bill and Betty) in cells A1 and B1, then the result of this formula would be the following:

Bill & Betty

Note that there are three ampersands in the formula, but only two of them are considered operators. The ampersand within the quote marks is treated as a string by Excel.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (1921) 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: Understanding Operators.

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

Headings On Your Printout

If you've got a table that spans multiple printed pages, you probably want to repeat a row or two of that table as a ...

Discover More

Enhancing Word Documents with Dynamic Fields (Table of Contents)

Add a field to your document and you add dynamic content. Word provides a wide variety of fields that can be used in a ...

Discover More

Returning the Rightmost Value in a Row

Do you need to figure out the rightmost value within a row in which not all cells may contain values? This tip provides a ...

Discover More

Professional Development Guidance! Four world-class developers offer start-to-finish guidance for building powerful, robust, and secure applications with Excel. The authors show how to consistently make the right design decisions and make the most of Excel's powerful features. Check out Professional Excel Development today!

More ExcelTips (menu)

Totaling Across Worksheets

Want to sum the values in the same cell on a range of worksheets? It's not as easy as summing a range on the same ...

Discover More

Finding the Smallest Even Value

When processing data in a worksheet, you may have a need to know what the smallest (lowest) even value in a range is. You ...

Discover More

Maintaining Text Formatting in a Lookup

Want to maintain the formatting used in one cell when you use formulas to reference that text in another cell? The answer ...

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 two less than 9?

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.