In Microsoft Excel, there are three ways to divide numbers. The easiest way is to use the division button on the toolbar. This will divide the number by two, and then give you a result in parentheses. The second way is to use the range button. This will allow you to divide the number by any number between 1 and 10,000. The third way is to use the range button and then press the minus sign (-). This will subtract one from the number in front of it, and then give you a result in parentheses.


Excel makes it easy to perform basic math operations, which includes division. You can divide numbers in a single cell, from multiple cells, or even entire columns. Since there’s no DIVIDE function in Excel, you’ll need to use a simple formula.

RELATED: Functions vs. Formulas in Microsoft Excel: What’s the Difference?

Divide Numbers in a Single Cell

You can divide numbers in a single cell by entering a simple formula. Open Excel and select the cell you’d like to input the formula in. Once selected, enter this formula:

Replace a and b with the numbers you’d like to use. So if you want to divide 100 by 4, you’d enter:

Note that you must type the equal sign (=) at the beginning of the formula or Excel will interpret your input as a date.

Press “Enter” and the result will appear.

Divide Numbers From Multiple Cells

If you have data in multiple cells, you can input a simple formula in a blank cell to receive the quotient. For example, let’s say you have 100 in cell B2 and 4 in cell B3, and you want the quotient of these two figures. In a blank cell, enter:

This formula will pull the data from each cell for calculation. Press “Enter” and the result will appear.

Divide a Column of Numbers (by a Constant Number)

You can divide a column of numbers by a number in a different cell. For example, let’s say cells A1-A6 each contain a number, and you want to divide those by the number contained in cell C1.

First, select cell B2, which is where the output of the first formula will be. In B2, enter this formula:

Press “Enter” and the result will appear.

What $ tells Excel in this case is that the number in cell C1 is absolute. This means if you click and drag the formula in B1 down, the A1 part of the formula will change to A2, A3, and so on, while C1 will remain the same.

To quickly get the quotient of the rest of the numbers in the column, click and drag the corner of cell B1 (called the fill handle) to repeat the formula for each cell.

That’s all there is to it.

This is just one of the basic calculations you can do in Excel. You can also multiply, add, subtract, and much more.

RELATED: How to Calculate Average in Microsoft Excel