How to Divide in Excel

Microsoft Excel, renowned for its ability to perform complex calculations, can also help with simple division. This can be handy in real-life situations, from paying household bills to budgeting and splitting monthly bills among roommates. If you are new to Excel, you might be confused about how to divide in Excel.

How to Divide in Excel

This guide will help you learn how to use division in Excel.

How to Divide in Excel

Using the Divide Function

It is easy to sum a column in Excel using the “SUM” function. But there’s no such division function. Instead, you include the slash forward sign as the division operator within the formula.

  1. Open the Excel spreadsheet and go to any cell.
  2. Enter the Equal sign (=) to indicate that you want to enter a formula.
    Entering the = into a cell to start a formula in Excel
  3. Type the dividend or the number you want to divide. For example, enter 63.
  4. Enter a forward slash sign (/) after the dividend. 
    Adding a / to cell A1 to start division in Excel
  5. Type the divisor after the slash sign. For example, enter 9.
    Adding a 9 to cell A1 to end the formula in Excel
  6. Confirm that your entry looks like this: “=63/9.”
  7. If it’s okay, hit Enter, and the answer should automatically appear. In the example, you should get 7.

Using Cell Values

Typically, each Excel cell has a reference in the column row structure. Excel names the columns using alphabets (A to Z) and rows using numbers 1 to infinity. Hence, any given cell will have a letter and a number. For instance, the first cell in Excel will have a reference of A1. This means it’s in the first column and the first row.

You can also use this data for division:

  1. Open the Excel spreadsheet and enter the divisor in any cell. For instance, put it in cell A1. 
  2. Put the divisor in another cell, say, B2.
  3. Go to an empty cell where you want to display the answer, for example, cell C1.
  4. Enter the Equal sign to signal Excel you want to enter a formula. 
  5. With the cursor behind the equal sign, click the cell with the dividend, in this case, cell A1.
    Clicking on cell A1 to add it to the C1 formula in Excel
  6. Enter the Slash symbol after the first cell reference.
    Entering a / in cell C1 in Excel
  7. Tap the cell with the divisor, in the example, cell B1. At this point, the function should look like this: “=A1/B1”.
    Clicking cell B1 to add it to the C1 formula in Excel
  8. Hit Enter, and you’ll automatically get the answer. 

Using the Quotient Function

This method is useful when you want a whole number as a result after dividing, leaving out the remainder. For instance, if you were to divide 7 by 3, you’d expect to get 2.33 as the answer. However, this function will only give 2 as the answer.

  1. With your Excel spreadsheet open, enter the dividend in any cell. For example, enter 63 in cell A1.
  2. Go to another cell and enter the divisor. For instance, enter 9 in cell B1. 
  3. Move to the cell you want to have your answer, for example, cell C1. 
  4. Enter the Equals sign.
  5. Type the word QUOTIENT after the equal sign. Excel will automatically display this function after you type the first two letters. You can tap on it as well. 
    Entering QUOTIENT in cell C1 in Excel
  6. Open the brackets and click the cell with the dividend. Cell A1 in the example.
  7. Put a comma, and tap the cell with the divisor. Cell B1 in the example. 
  8. Check if your function looks like this: “=QUOTIENT(A1, B1).”
    Closing the quotes so the final C1 formula is "=QUOTIENT(A1,B1)"
  9. Hit Enter, and you’ll automatically get the answer. In the example, you should get 7. 

Instead of using cell reference, you can also use numbers. For example, “=QUOTIENT(63,9)” and the answer will still be the same. You can lock the Excel column in which the answer appears to ensure no one can tamper with it.

Using the MOD Function

The MOD function doesn’t give the full answer after dividing. Instprovidesit gives the remainder. For instance, if you divide 61 by 9, you’d get the answer as 6 remainder 7. While using the MOD function, you’ll get 7 as the answer. This function is useful when you want to determine if all numbers in a list are multiples of another number or whether a number is odd or even.

  1. Open the Excel spreadsheet and select any cell. 
  2. Press the Equal sign on your keyboard to start entering a formula. 
  3. Type MOD after the equal sign and double-tap it from the function options that Excel displays beneath the cell you’re using. 
    Entering MOD in cell A1 in Excel
  4. Open the brackets and type the dividend.
  5. Put a comma and enter the divisor.
    Entering a comma and a 5 to cell A1 in Excel
  6. Close the brackets and ensure your final input looks like this: “=MOD(61,9).”
  7. Hit Enter, and you’ll automatically get the answer. In this case, the remainder.
    Hitting Enter to see the results of the formula in Excel

Using the Paste Special Function

In this method, you don’t need to use a formula or function to divide in Excel. Instead, you use the Paste Special feature in Excel to divide the copied data and show the final result.

Here’s how this method works:

  1. Enter your dividend in any cell. For example, type 63 in cell A1.
  2. Type the divisor also in its cell. For example, enter 9 in cell B1.
  3. Copy the cell with the divisor. Select it and press Ctrl + C. In the example, cell B1. 
    Selecting cell B1 and pressing Ctrl + C to copy the contents in Excel
  4. Select the cell with the dividend and right-click. In the example, cell A1.
  5. In the context menu that appears, choose Paste Special.
    Selecting Paste Special... from the actions menu in Excel
  6. In the paste special dialogue box, go to the Operation section and select Divide.
    Selecting Divide in the Paste Special menu in Excel
  7. Hit OK once you finish. You’ll have your answer, 7 in this case, in the cell you had entered the dividend. 

When working with a large spreadsheet with multiple functions, you can use VLOOKUP in Excel to find the appropriate data.

Avoid Division Errors

When learning how to work with Excel, it’s crucial to begin with the basic operations such as division. Understanding the various division methods makes it less challenging to progress to more complex applications.

Disclaimer: Some pages on this site may include an affiliate link. This does not effect our editorial in any way.