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.

[Contents] [Next]