MS-Excel / Functions and Formula

Excel Support Operators



Excel support the following operators:

+ Addition
- Subtraction
/ Division
* Multiplication
% Percent
& Text concatenation
^ Exponentiation
= Logical comparison (equal to)
> Logical comparison (greater than)
< Logical comparison (less than)
>= Logical comparison (greater than or equal to)
=< Logical comparison (less than or equal to)
>< Logical comparison (not equal)

You can use as many operators as you need. Formula can prove quite complex.

In this tutorial:

  1. Operators in MS-Excel Formulas
  2. Excel Support Operators
  3. Reference Operators
  4. Sample Formulas that use operatpors
  5. Operator Precedence
  6. Nested Parenthese
Categories