×

Copying formula in Excel

Copy a formula in Excel

While working with statistical calculations in Microsoft Excel, the user uses formulas to calculate the mathematical operations. Implementing these formulas manually for each data is a time-consuming process. Hence Microsoft Excel provides a great feature to copy the formulas for the entire column, down a column, multiple cells etc., without changing the references. In this tutorial, let’s look at how to copy a formula in a step-by-step process.

Copying a Formula Down a column

STEP 1: Enter the data in a spreadsheet.

Copy a formula in Excel

STEP 2: Select a cell where the formula wants to display. Enter the formula and the result will be displayed in the particular cell (C2).

Copy a formula in Excel

STEP 3: Select the cell with formula and drag the ‘+’ sign towards C6 to display the results for balance data present in the sheet. The result will display automatically as shown below.

Copy a formula in Excel

Another method to display the result is to, rather than dragging the ‘+’ sign, double click the ‘+’ sigh present in the bottom right corner. It automatically displays the result for the remaining data. This term is called Fill handle.

Copying a Formula across the row

STEP 1: Enter the data and type the formula in the cell, to display the result in the first cell.

Copy a formula in Excel

STEP 2: Select the cell A4, drag the ‘+’ sign across the cell range from A4 TO F4. The result will be displayed across the columns.

Copy a formula in Excel

Absolute Reference

Here the value of the absolute reference never changes. It is used to fix a reference to a cell or range of cells. While copying the formula, the value of the absolute reference won’t change.

STEP 1: Enter the data in the spreadsheet.

Copy a formula in Excel

Here the data in cell range from A1 to A4 are multiplied with value present in D5. Type the formula in B1 as = A1*$D$1 and press Enter.

STEP 2: Select the cell B1, click on the lower right corner of the cell and drag it to B4. The result will be displayed as per the formulas.

Copy a formula in Excel

Moving a Formulas to new Location

To move formulas from one location to another location following steps are used.

STEP 1: Enter the data in the cell. Select the cell and type the formula

Copy a formula in Excel

STEP 2: Select the cell A3. A four-sided arrow will appear. Hold the arrow mark and move the formula to new position such as C3.

Copy a formula in Excel

The formula is moved to new location C3.

Exactly copying the formula

Exact copy of a formula is made without modifying the cell references.

STEP 1: Enter the data in the spreadsheet. Select the cell and type the formula. Press Enter. The result will display in the required cell.

Copy a formula in Excel

STEP 2: Select the formula in the formula bar. Click on the shortcut key Ctrl+C. Choose another cell and paste the data by pressing Ctrl+V. The cell contains the exact copy of the formula.

Copy a formula in Excel

STEP 3: Select a new cell, and click Ctrl+V. The exact copy of the formula is copied to new location.

Copy a formula in Excel

Summary

From the above tutorial, the various methods to copy the formula are discussed.


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.

Operators in Excel

In MS Excel, operators are used to defining the operation you want to perform on the used elements or between variables. There are four types of operators: Arithmetic operators, Comparison...

4 minutes read.

Blank cells in Excel

Microsoft Excel is spreadsheet software designed by Microsoft in 1987. It is used to perform arithmetic calculations in various fields like statistical, engineering and financial. Many times, we export data...

4 minutes read.

Excel ROUND() Function

Excel ROUND() Function The ROUND() function in excel rounds the numbers to specified digits. Syntax ROUND(Number,num_digits) Parameter Number(required)- This parameter represents the number which you want to round up. num_digits(required)- This parameter represents the number of decimal places to which...

1 minute read.

Formats in Excel

What are the formats? Formats are different options that one uses to change the appearance of data (maybe text, number, etc..) in an excel file. They do not change the value of the...

3 minutes read.

Excel INT() Function

Excel INT() Function The INT() function in excel is used to round a number down to the nearest integer. It removes decimal points from any number value & return rounded down number value in...

1 minute read.

Excel COUNTBLANK() Function

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

1 minute read.

Insert Row in Excel

It was known that we have various multiple ways that are extremely helpful in inserting a particular row in the Microsoft Excel. And we have lots of shortcut options available...

6 minutes read.

Sum Every Nth Row in Microsoft Excel

The main and the critical use of the SUM Function is used to add all the amounts of the numerical data and thus efficiently produce the sum of all at...

3 minutes read.

Averageif Function in Excel

Average If in HTML In Mathematics, Average function is used to find the arithmetic mean of the given data. It is defined as the dividing the sum total of given data...

7 minutes read.

Frequency Distribution in Excel

The term Frequency Distribution in Microsoft Excel is mainly used to explain how the data will be spread out. And it could be achieved with the help of the Histogram,...

7 minutes read.

Excel AVERAGE() Function

Excel AVERAGE() Function The AVERAGE() function returns the average of its arguments, which can be number or names, arrays, or references that contain numbers. It ignores text values and blank cells. Syntax AVERAGE(Number1,Number2, ...) Parameter Number1(required)- This parameter...

1 minute read.

Purpose of Randomize in Excel

Excel spreadsheets are used on a large scale for business and personal usage. It is used to store data, perform multiple calculations, make assumptions based on charts and graphs etc....

7 minutes read.

Excel Axes

What is Excel Axes? Axes are a horizontal or vertical line containing units of measure. There are two types of axes X and Y axes. X is a horizontal and Y...

3 minutes read.

Excel IFNA Function

Excel IFNA Function The IFNA in Excel is used to remove the #N/A type of errors in excel values cells with our choice of value. IFNA function is from Excel 2013 onwards, so it...

1 minute 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.

Excel IFERROR() Function

The IFERROR() function in excel returns the specified value if initially supplied the argument or formula returns an error, otherwise returns the result of the formula supplied in the first argument. When...

2 minutes read.

Excel TEXT() Function

The TEXT () function in excel converts a supplied numerical value into the text of a specific format. Syntax TEXT(Value, Format_text) Parameter Value (required)- This parameter represents the value for which we need to...

1 minute read.

Solver in Excel

What is Solver? Microsoft Excel facilitates an add-in programming tool known as Solver that uses operational research techniques to find the optimal solutions for objective problems. This tool operates with a group of...

5 minutes read.

Count Characters in Excel

Microsoft Excel is used to perform calculations for multiple purposes. The data entered in the worksheet is a combination of numeric and alphabets. Sometimes there is a need to check...

4 minutes read.