
Multiply and divide numbers in Excel - Microsoft Support
Create a simple formula to multiply and divide in an Excel spreadsheet. You can multiply two or more numbers in one cell or multiply and divide numbers using cell references.
Create a simple formula in Excel - Microsoft Support
You can create a simple formula to add, subtract, multiply or divide values in your worksheet. Simple formulas always start with an equal sign (=), followed by constants that are numeric values and …
QUOTIENT function - Microsoft Support
This article describes the formula syntax and usage of the QUOTIENT function in Microsoft Excel. Tip: If you want to divide numeric values, you should use the "/" operator as there isn't a DIVIDE function in …
Calculation operators and precedence in Excel - Microsoft Support
Operators specify the type of calculation that you want to perform on elements in a formula—such as addition, subtraction, multiplication, or division. There are four different types of calculation operators: …
MOD function - Microsoft Support
This article describes the formula syntax and usage of the MOD function, which returns the remainder after number is divided by divisor. The result has the same sign as divisor
Use Excel as your calculator - Microsoft Support
For simple formulas, simply type the equal sign followed by the numeric values that you want to calculate and the math operators that you want to use — the plus sign (+) to add, the minus sign (-) …
The order in which Excel performs operations in formulas
If a formula contains operators with the same precedence—for example, if a formula contains both a multiplication and division operator—Excel evaluates the operators from left to right.
How to correct a #DIV/0! error - Microsoft Support
Make sure the divisor in the function or formula isn't zero or a blank cell. Change the cell reference in the formula to another cell that doesn't have a zero (0) or blank value.
Multiply by a percentage in Excel - Microsoft Support
To calculate the amount, use a formula to subtract or add a percentage. In this example, we set column B to contain the amount currently spent, and column C is the percentage by which to reduce that …
Using IF with AND, OR, and NOT functions in Excel
How to use the IF function (combined with the AND, OR, and NOT functions) in Excel to make logical comparisons between given values.