Search

Mathematical operators in Excel

Excel mathematical operators are used in arithmetic formulas. Excel mathematical operators are used to perform arithmetic operations is Excel formulas.

Following table lists important mathematical operators in Excel.

Mathematical operator Description
+ Addition operator
- Subtraction operator
- Negation operator
* Multiplication operator
/ Division operator
% Percentage operator
^ Exponentiation operator

 

Following sections explain how to use mathematical operators in Excel formulas.

Excel Addition mathematical operator (+)

Excel Addition mathematical operator is used to add numbers. Following example shows how to use Excel Addition mathematical operator (+) to add two numbers (20 and 20) in an Excel formula.

Excel Addition Mathematical Operator

The addition result of 20+20 is calculated as 40, as in below screenshot.

Excel Addition Mathematical Operator Result

Excel Subtraction mathematical operator (-)

Excel Subtraction mathematical operator is used to subtract numbers. Following example shows how to use Excel Subtraction mathematical operator (-) to subtract two numbers (40 and 20) in an Excel formula.

Excel Subtraction Mathematical Operator

The subtraction result of 40-20 is calculated as 20, as in below screenshot.

Excel Subtraction Mathematical Operator Result

Excel Negation mathematical operator (-)

Excel Negation mathematical operator is used to mention a number as a negative number. Excel Negation operator is the same as the Excel Subtraction operator. Following example shows how to use Excel Negation mathematical operator (-) to mention a number as a negative number in an Excel formula.

Excel Negation Mathematical Operator

The addition result of -20 and +40 is calculated as +20, as in below screenshot.

Excel Negation Mathematical Operator Result

Excel Multiplication mathematical operator (*)

Excel Multiplication mathematical operator is used to multiply numbers. Following example shows how to use Excel Multiplication mathematical operator (*) to multiply two numbers (10 and 10) in an Excel formula.

Excel Multiplication Mathematical Operator

The multiplication result of 10*10 is calculated as 100, as in below screenshot.

Excel Multiplication Mathematical Operator Result

Excel Division mathematical operator (/)

Excel Division mathematical operator is used to divide numbers. Following example shows how to use Excel Division mathematical operator (/) to divide two numbers (100 with 10) in an Excel formula.

Excel Division Mathematical Operator

The division result of 100/10 is calculated as 10, as in below screenshot.

Excel Division Mathematical Operator Result

Excel Percentage mathematical operator (%)

Excel Percentage mathematical operator is used to find the percentage of numbers. Following example shows how to use Excel Percentage mathematical operator (%) to find the Percentage of a number in an Excel formula.

For example - If you want to find 50% of 500, you may use Excel Percentage mathematical operator as shown in below screen shot.

Excel Percentage Mathematical Operator

50% of 500 is calculated as 250, as in below screenshot.

Excel Percentage Mathematical Operator Result

Excel Exponentiation mathematical operator (^)

The Excel Exponentiation operator (^) returns the result of raising the first number to the power of the second number.

For example, the formula =x^y returns the result of raising "x" to the power of "y".

Following example shows how to use Excel Exponentiation mathematical operator (^) in an Excel formula. Following screenshot shows how to find 4th power of 5. Note that the 4th power of 5 is 5 multiplied 4 times, which is equal to 625 (5*5*5*5 = 625).

Excel Exponentiation Mathematical Operator

The 4th power of 5 (5*5*5*5) is calculated as 625, as shown in below screenshot.

Excel Exponentiation Mathematical Operator Result

Related Tutorials
Cell reference (Cell address)
Range reference
What are Excel formulas
How to write formulas in Excel
How to see all formulas in Excel sheet
Mathematical operators in Excel
Comparison operators in Excel
Concatenate (&) text operator in Excel
Cell or range reference operators in Excel
Union and Intersection of Excel ranges
Operator Precedence in Excel
How to change the operator precedence in Excel
Error messages in Excel Formulas
Hash error in Excel (#### in excel)
Multiple parenthesis in Excel formulas
Trace error in Excel formulas
How to remove trace error arrows in Excel
Relative and absolute reference in Excel
F4 key in Excel formula
Mixed Cell reference in Excel