×

Division in Excel

Excel worksheet are widely used for calculation purposes. Mathematics calculations include addition, subtraction, multiplication, division etc. Performing this calculation manually takes time and sometimes leads to error. To get the result quickly and efficiently Excel provides some default functions to perform the calculation. Sometimes for several calculations there is no function present in Excel. An alternative method is to use the mathematical symbols or expressions for calculation purposes. Here in this tutorial, the step to perform division is explained clearly.

1. How to divide the value in Excel?

Excel doesn’t provide any default function for dividing the values. In Mathematics the division is performed using the symbol forward slash (/). Similarly in Excel also this method is applicable.

To perform the division the following are the steps:

Step 1: Enter two data in the cell namely A1 and B1.

Step 2: Choose a cell namely C1, to display the result.

Step 3: Enter the formula in the cell C1 as = A1/B1.

Division in Excel

From the above worksheet, the result is displayed in the cell C1.

2. How to divide two numbers directly in Excel?

From the previous concept, the Excel numbers divides the two numbers using cell value. Here, the numbers are divided directly, by the following steps.

Step 1: Enter the two values directly in any cell namely A1, such as =100/5. It should start with ‘=’ sign.

Step 2: Press Enter.

Step 3: The result will be displayed in the cell A1.

Division in Excel

From the above worksheet, the result is displayed in the cell A1.

3. How to get the quotient of the dividing number?

To get the quotient of the dividing number, Excel provides a default function called QUOTIENT which is used to return the quotient of the number. It returns the integer part of the division. It simply eliminates the remainder of a division.

The steps to be followed to use the QUOTIENT function is as follows,

Step 1: Enter two data in the cell namely A1 and B1.

Step 2: Choose a cell namely C1, to display the result.

Step 3: Enter the formula in the cell C1 as = QUOTIENT (A1, B1)

Division in Excel

From the above worksheet the result is displayed in the cell C1. C1 contains the quotient of the given value or data.

4. How to get the remainder of the dividing number?

To get the reminder of the dividing number, Excel provides a default function called MOD which is used to return the reminder of the number. It returns the remainder of a division. It simply eliminates the integer part of the division.

The steps to be followed to use the MOD function is as follows,

Step 1: Enter two data in the cell namely A1 and B1.

Step 2: Choose a cell namely C1, to display the result.

Step 3: Enter the formula in the cell C1 as = MOD (A1, B1)

Division in Excel

From the above worksheet, the remainder is displayed in the cell C1. The MOD function returns the remainder of the given data.

5. How to divide the two numbers in a range of columns?

To divide the two numbers which is present in the range of columns, the steps to be followed for calculation is,

Step 1: Enter the range of data in the column range A1:B5

Step 2: Choose a cell namely C1, to display the result.

Step 3: Enter the formula in the cell C1 as = A1/B1. The result will be displayed in the cell C1. To get the result of the remaining cell, drag the formula towards the cell B5. The result will be displayed in the remaining cells of data.

Division in Excel

From the above worksheet, the values are present in the column C1:C5 by dragging the formula in the respective cell.

6. How to divide the numbers by a constant number?

To divide the numbers by a constant number, the steps to be followed for calculation is,

Step 1: Enter the range of data in the column range A1:A5

Step 2: Choose a cell namely C1, to set a reference value

Step 3: Enter the formula in the cell B1 as = A1/$B$1. The result will be displayed in the cell B1. To get the result of the remaining cell, drag the formula towards the cell B5. The result will be displayed in the remaining cells of data.

Division in Excel

From the above worksheet, the values are displayed in the column range B1:B5 by dragging down the formula. The reference cell value is fixed using the symbol $ in front of the column letter and row number such as ($C$1). While dragging down the formula, the absolute reference ($C$1) won’t change while the relative reference (A1) change according to cell value A2,A3,A4 etc.

7. What is the result of dividing a number with zero or empty cell?

Data is a combination of decimal, numeric, integer, whole number etc. So what is the result if a number is divided with zero or empty cell?   The steps to be followed to check the number are,

Step 1: Enter the data in the cell A1 and A2.

Step 2: Choose a cell namely C1, to display the result

Step 3: Enter the formula in the cell C1 as = A1/B1. The result will be displayed in the cell C1 as #DIV/0! , as the value present in the cell B1 is zero or empty cell.

Division in Excel

The result is displayed in the cell C1 as shown in the above image.

8. What is the alternative method to divide the number in Excel?

From the previous concept, the number is divided using formulas. Another alternative method to divide the number in Excel is using Excel default function as follows,

Step 1: Enter the range of data in the cell A1:A5

Step 2: Select the cell B1, and enter the value of preference which is the number, divides the value present in column range A1:A5.

Division in Excel

Step 3: Select the cell value B1 and right click. Select the option Copy or use a shortcut method CTRL+C.

Division in Excel

Step 4: Select the range A1:A5.

Step 5: Right click towards it and choose the option Paste Special.

Division in Excel

Step 6: Click Divide

Division in Excel

Step 7: Click OK.

Division in Excel

From the above worksheet, the value present in the column range A1 is the result which is divided by the number or value present in the cell B2 .

Summary

From the above tutorial, the various functions and method to divide the number is explained briefly.


Related Topics

Excel AND() Function

The AND() function in excel tests the multiple sets of conditions and returns TRUE if all supplied conditions met the criterion, FALSE otherwise. You need to have a minimum of 2 conditions...

2 minutes read.

Excel COUNT() Function

Excel COUNT() Function The COUNT() function counts the number of cells in a range that contain numbers. Syntax COUNT([value1], [value [2], ...) Parameter value1(required)- This parameter represents the first cell in the range. value2, …(optional)- It represents the...

1 minute read.

Auto Fill and Flash fill

Fill Features Excel provides an amazing feature to fill the data automatically, if the available data is present in the form of any pattern. Instead of entering your data manually, you can use...

3 minutes read.

Text to Columns

Text to Columns This Excel feature is used to split the cell content name of one cell into multiple columns based on a delimiter, such as a space or a special character or based...

2 minutes read.

Dependent Drop-down List in Excel

Excel forms are used to fetch data from the end user. When we have to give choices, we often use the drop-down feature of Excel. In this tutorial, we won’t...

7 minutes read.

Excel SMALL() Function

The SMALL() function in excel returns the k-th smallest value in a data set. Syntax SMALL(Array, kth small number from the list) Parameter Array (required)- This parameter represents the list of numbers from which nth smallest...

1 minute read.

Shortcut Keys in Excel

Shortcut Keys in Excel Shortcut keys in Excel are used to simplify the work and save time by pressing a few keys.  These keys are used for navigating and working with Excel spreadsheets quickly and easily. Basic Selection:...

9 minutes read.

Excel WORKDAY.INTL() Function

Excel WORKDAY.INTL() Function The WORKDAY.INTL() function in excel returns a date before or after a specified number of workdays with custom weekend parameter. Syntax WORKDAY.INTL (START_DAY, DAYS,[WEEKEND],[HOLIDAYS]) Parameter START_DAY (required)- This parameter represents the initial date...

2 minutes read.

Formatting in Excel

Formatting in Excel Formatting in Excel is used to alter and change the appearance of your data in a standardized form. It also helps you to give a professional look to your reports, worksheets,...

7 minutes read.

Thermometer Chart in the Microsoft Excel

It was known that the thermometer chart is basically based on a single data point and that in turn could be used to show the achievement percentage. It primarily depends...

7 minutes read.

Decimals in Excel

Microsoft Excel is widely used for calculation purposes for various applications. The calculation consists of numbers which include whole numbers, decimals, integers etc. To perform quick calculations, the numbers should...

5 minutes read.

Error Bar in Microsoft Excel

Error Bar is considered the essential term used in Microsoft Excel. It is defined as the graphical representation of the respective data used to denote the errors. The Error bars can...

7 minutes read.

Application Interface and Key Components

The essential key components of Excel are as follows: Ribbon TabQuick Access ToolbarFormula BarActive CellColumnsRows Name BoxSheet TabsZoom ControlStatus Bar Ribbon Tab: The ribbon includes tabs labeled Home, Insert, Page Layout, Formulas, Data, Review,...

3 minutes read.

Excel MATCH () Function

Excel MATCH () Function The MATCH () function in excel locates the position of a lookup value in a row, column, or table and returns the relative position of an item in an array. Syntax MATCH...

2 minutes read.

Excel HLOOKUP() Function

Excel HLOOKUP() Function The HLOOKUP() function in excel is used to search a value in the topmost row of a table and then return a corresponding value in the same column for the specified...

2 minutes read.

Excel SEARCH() Function

The SEARCH() function in excel finds one text value within another. It is the same, unlike FIND() function, with the only difference that it in a case-insensitive function. Syntax SEARCH (find_text, within_text, [start_num]) Parameter...

1 minute read.

Spell Check in Excel

Spell Check in Excel Microsoft Excel facilities the complete features for examining the work with text. It provides the basic properties for the proper functioning of text, including the spell-check property. The...

5 minutes read.

Excel MIN() Function

Excel MIN() Function The MIN() function in excel returns the smallest or minimum value from the provided numbers, named range or array. It ignores logical values and text. Syntax MIN(Number1,Number2, ...) Parameter Number1(required)- This parameter represents the...

1 minute read.

How to lock cells in Excel?

How to lock cells in Excel? The locked cells feature used to protect and secure your Excel sheet or workbook from the unauthorized access. If the cells are locked, it can’t be deleted, reformatted,...

5 minutes read.

Excel SUBSTITUTE() Function

The SUBSTITUTE() function in excel substitutes/replaces the old text with the new text in a string. SUBSTITUTE function is used to clean data. This function is case-sensitive. Syntax SUBSTITUTE(Text, Old_Text, New_Text, [instance_number]) Parameter Text (required)- This...

2 minutes read.