How to copy formula in Excel: down a column, without changing references, etc.

In this tutorial, you will learn a few different ways of copying formulas in Excel - how to copy formula down a column, to all of the selected cells, copy a formula exactly without changing cell references or formatting, and more.

Copying formulas in Excel is one of the easiest tasks that is usually done in a mouse click. I say "usually" because there can be very specific cases that require special tricks, like copying a range of formulas without changing cell references or entering the same formula in multiple non-adjacent cells.

Luckily, Microsoft Excel offers many ways to do the same task, and it is true for copying formulas. In this tutorial, we are going to discuss different ways to copy formulas in Excel so that you could choose the one best suited for your task.

How to copy formula down a column

Microsoft Excel provide a really quick way to copy a formula down a column. You just do the following:

  1. Enter a formula in the top cell.
  2. Select the cell with the formula, and hover the mouse cursor over a small square at the lower right-hand corner of the cell, which is called the Fill handle. As you do this, the cursor will change to a thick black cross.
  3. Hold and drag the fill handle down the column over the cells where you want to copy the formula.

Drag the formula down to copy it to other cells in a column.

In a similar manner, you can drag formula into adjacent cells to the right, to the left or upwards.

If the formula includes relative cell references (without the $ sign), they will automatically change based on a relative position of rows and columns. So, after copying the formula, verify that the cell references have got adjusted properly and produce the result that you want. If necessary, switch between absolute, relative and mixed references by using the F4 key.

In the above example, to make sure the formula was copied correctly, let's select some cell in column C, say C4, and view the cell reference in the formula bar. As you can see in the screenshot below, the formula is all right - relative to row 4, exactly as it should be:
The formula is copied down the column, and the cell references are adjusted properly.

How to copy a formula down without copying formatting

Copying a formula down by dragging the fill handle not only copies the formula, but also the source cell formatting such as font or background color, currency symbols, the number of displayed decimal places, etc. In most cases, this works just fine, but sometimes it can mess up the existing formats in cells where the formula is being copied to. A common example is overwriting alternate row shading like in the following screenshot.
Dragging the fill handle copies a formula and the source cell formatting.

For prevent overwriting the existing cell formatting, drag the fill handle as demonstrated above, release it, click the Auto Fill Options drop-down menu, and select Fill Without Formatting.
Use the Fill Without Formatting option to copy a formula but not formatting.

Copy formula to the entire column

As you've just seen, the fill handle makes copying formulas in Excel really easy. But what if you need to copy a formula down a ten-hundred-line sheet? Dragging the formula over hundreds of rows does not look like a good idea. Luckily, Microsoft Excel provides a couple of quick solutions for this case as well.

Double-click the plus sign to fill the whole column

To apply the formula to the entire column, double-click the plus sign instead of dragging it. For those who have skipped the first section of this tutorial, the detailed steps follow below.

To copy an Excel formula to the whole column, do the following:

  1. Input your formula in the top cell.
  2. Position the cursor to the lower right corner of the cell with the formula, wait until it turns into the plus sign, and then double-click the plus.

Double-click the plus sign to copy a formula to the entire column.

Note. Double-clicking the plus sign copies the formula down as far as there is some data in the adjacent column(s). As soon as an empty row occurs, the auto fill stops. So, if your worksheet contains any gaps, you will have to repeat the above process to copy the formula below an empty row or drag the fill handle as explained in the previous examples:
Double-clicking the plus sign copies the formula down until the first empty row.

Create an Excel table to copy a formula to all cells in a column automatically

Among other great features of Excel tables such as predefined styles, sorting, filtering and banded rows, automatically calculated columns is what makes an Excel table a truly wonderful tool for analyzing groups of related data.

By entering a formula into one cell in a table column (just any cell, not necessarily the top one), you create a calculated column and have your formula instantly copied to all other cells in that column. Unlike the fill handle, Excel tables have no problem with copying the formula across the entire column even if the table has one or more empty rows:
To apply the formula to all cells in a column, convert a range of cells into an Excel table.

To convert a range of cells to an Excel table, simply select all the cells and press Ctrl + T. If you prefer a visual way, select the range, go to the Insert tab > Tables group on the Excel ribbon, and click the Table button.

Tip. If you don't really want an Excel table in your worksheet, to can create it temporary, to make the work with formulas easier, and then you can convert the table back to a usual range in a second. Just right-click the table and choose Table > Convert to Range in the context menu.

Copy a formula to non-adjacent cells / ranges

It goes without saying that the fill handle is the fastest way to copy formula in Excel. But what if you want to copy your Excel formula in non-contiguous cells or beyond the end of the source data? Just use the old good copy & paste way:

  1. Click the cell with the formula to select it.
  2. Press Ctrl + C to copy the formula.
  3. Select a cell or a range of cells where you want to paste the formula (to select non-adjacent ranges, press and hold the Ctrl key).
  4. Press Ctrl + V to paste the formula.
  5. Press Enter to complete the pasted formulas.

Copying a formula to non-adjacent cells

Note. The copy/paste shortcuts copy the formula and formatting. To copy the formula without formatting, choose an appropriate Paste option on the ribbon or in the right-click menu, as demonstrated in Copying an Excel formula without formatting.

Enter a formula into multiple cells with a single key stroke (Ctrl + Enter)

In situations when you need to input the same formula in more than one cell on a worksheet, adjacent or non-adjacent ones, this method can be a time-saver.

  1. Select all the cells where you want to enter the formula. To select non-contiguous cells, press and hold the Ctrl key.
  2. Press F2 to enter the edit mode.
  3. Input your formula in one cell, and press Ctrl + Enter instead of Enter. That's it! The formula will get copied to all of the selected cells, and Excel will adjust relative cell references accordingly.

Enter an Excel formula into multiple cells with a single key stroke.

Tip. You can use this method to enter any data, not just formulas, in multiple cells at a time. A few other techniques are described in the following tutorial: How to enter the same data into all selected cells at a time.

How to copy an Excel formula but not formatting

As you already know, when copying a formula down a column in Excel, you can use the Fill Without Formatting option that lets you copy the formula but keep the existing formatting of the destination cells. Excel's Copy & Paste feature offers even more flexibility with regard to paste options.

  1. Select the sell containing the formula.
  2. Copy that cell by pressing Ctrl + C. Alternatively, right click the cell and select Copy from the context menu, or click the Copy button on the Home tab > Clipboard.
  3. Select all the cells to which you want to copy the formula.
  4. Right-click the selected cells and choose Formulas under Paste Options:
    Copying a formula but not formatting

For more paste options, click the arrow below the Paste button on the ribbon. For example, you can select Formulas & Number Formatting to paste only the formula and the number formatting such as percent format, currency format, and the like:
Copying a formula and number formatting

Tip. If you are not sure which paste option works best for you, hover the mouse over different icons to see a preview of this or that paste option.

Copy formula in Excel without changing references

Excel formulas rarely occur in a spreadsheet in solitude. In most cases, you enter a formula in one cell, and then copy it to other cells in the same column or row, to perform the same calculation on a group of data. And if your formula contains relative cell references (without $), Excel automatically adjusts them so that each formula operates on data on its own row or column. Most of the time, this is exactly what you want. For example, if you have the formula =A1*2 in cell B1, and you copy this formula to cell B3, the formula will change to =A3*2.

But what if you want Excel to copy the formula exactly, without changing the cell references along the way? Depending on your particular task, choose one of the following solutions.

Copy or move a single formula without changing cell references

If you need to copy or move just one formula, making an exact copy is easy.

  1. Select the cell with the formula you want to copy.
  2. Select the formula in the formula bar using the mouse, and press Ctrl + C to copy it. If you want to move the formula, press Ctrl + X to cut it.
    Copy a single formula without changing cell references.
  3. Press the Esc key to exit the formula bar.
  4. Select the destination cell and press Ctl + V to paste the formula there.

Alternatively, you can enter the editing mode and copy the formula in the cell as text:

  1. Select a cell with the formula.
  2. Press F2 (or double-click the cell) to enter the editing mode.
  3. Select the formula in the cell using the mouse, and press Ctrl + C to copy it.
    Enter the editing mode and copy the formula in the cell as text.
  4. Select the destination cell, and press Ctl+V. This will paste the formula exactly, without changing the cell references, because the formula was copied as text.

Tip. To quickly copy a formula from the above cell with no reference changed, select the cell where you want to paste the formula and press Ctrl + '.

Copy a range of formulas without changing cell references

To move or copy a range of Excel formulas so that no cell references are changed, use one of the following methods.

Method 1. Use absolute or mixed cell references

If you need to make an exact copy of formulas with relative cell references (like A1), the best way would be changing them to absolute references ($A$1) to fix the reference to a given cell, so that it remains static no matter where the formula moves. In other cases, you may need to use mixed cell references ($A1 or A$1) to lock either a column or row. Doesn't make much sense so far? Okay, let's consider the following example.

Supposing, you have a table that calculates the fruit prices in EUR based on the USD price in column B and the exchange rate in cell C2:
An Excel formula with a relative cell reference

As you can see in the screenshot above, the formula includes an absolute cell reference ($C$2) to fix the exchange rate to cell C2, and a relative cell reference to cell B5 because you want this reference to adjust for each row. And this approach works well as long as the formulas remain in column C.

But let's see what happens if you need, say, to move the EUR prices from column C to column F. If you copy the formulas in a usual way by copying/pasting the cells, the formula from cell C5 (=B5*$C$2) will change to =D5*$C$2 when pasted in cell F5, making your calculations all wrong!

To fix this, just change a relative reference (B5) to a mixed reference $B5 (absolute column and relative row). By putting the dollar sign ($) in front of the column letter you anchor the reference to column B, no matter where the formula moves.

And now, if you copy or move the formulas from column D to column F, or any other column, the column reference won't change because you locked it by the dollar sign ($B5).
Use absolute or mixed cell references to copy the formula without changing references.

The concept of Excel cell references may be difficult to grasp from the outset, but trust me it's worth your time and effort because it will save you much more time in the long run. For example, see how you can calculate the entire table with a single formula by using mixed cell references.

However, if you already have a ton of formulas with relative cell references in your Excel sheet, and you need to quickly make an exact copy of those formulas but you don't feel like you can get the references right, one of the following methods could be a solution.

Method 2. Copy Excel formulas without changing references via Notepad

  1. Enter the formula view mode by pressing the Ctrl + ` shortcut, or by using any other method described in How to show formulas in Excel.
  2. Select all the cells with the formulas you want to copy or move.
  3. Press Ctrl + C to copy the formulas, or Ctrl + X to cut them. Use the latter shortcut if you want to move formulas to a new location.
    Enter the formula view mode and copy the formulas.
  4. Open Notepad or any other text editor and press Ctrl + V to paste the formulas there. Then press Ctrl + A to select all the formulas, and Ctrl + C to copy them as text.
  5. In your Excel worksheet, select the upper-left cell where you want to paste the formulas, and press Ctrl + V.

Notes:

  • You can paste the formulas only in the same worksheet where your original formulas are located, unless the references include the sheet name, otherwise the formulas will be broken.
  • The worksheet should be in formula view mode. To verify this, go to the Formulas tab > Formula Auditing group, and check if the Show Formulas button is toggled on.
  • After pasting the formulas, press Ctrl + ` to toggle off the formula view mode.

Method 3. Copy formulas exactly by using Excel's Find and Replace

To copy a range of Excel formulas without changing their cell references, you can use the Excel Find and Replace feature in the following way.

  1. Select the cells with the formulas that you want to copy.
  2. On the Home tab, go to the Editing group, and click Find & Select > Replace… Or, simply press Ctrl + H, which is the shortcut for launching the Find & Replace dialog in Excel.
  3. In the Find & Replace dialog window, type the equal sign (=) in the Find what box. In the Replace with box, input some symbol or a string of characters that is not used in any of your formulas, like ', # or \.
    Replace the equal sign with some other character to turn the formulas into text strings.The purpose of this step is to turn formulas into text strings, which will prevent Excel from changing the cell references during the copy process.

    Note. Do not use an asterisk (*) or question mark (?) for replacement, since these are wildcard characters in Excel and using them would make later steps more difficult.

  4. Click the Replace All button and close the Find and Replace dialog. All the formulas in the selected range will turn into text strings:
    The formulas turned into text strings are copied without changing references.
  5. Now, you can select any cells, press Ctrl + C to copy them, select the top cell in the current worksheet where you want to paste the formulas, and press Ctrl + V. Since Excel does not interpret the formulas without the equal sign as formulas, they will be copied exactly, without changing references.
  6. Use Find & Replace again to reverse the change. Select both regions, with the original formulas and copied ones (to select non-adjacent regions, press and hold Ctrl). Press Ctrl + H to open the Find & Replace dialog. This time, enter the back slash (\) (or any other character you used for the first replacement) in the Find what box, and = in the Replace with box, and click the Replace All button. Done!

Shortcuts to copy Excel formula to other cells

1. Copy a formula down

Ctrl + D - Copy a formula from the cell above and adjusts the cell references.

For example, if you have a formula in cell A1 and you want to copy it to cell A2, select A2 and press Ctrl + D.
Press Ctrl + D to copy a formula from the cell above.

2. Copy a formula to the right

Ctrl + R - Copy a formula from the cell to the left and adjusts the cell references.

For example, if you have a formula in cell A2 and you want to copy it to cell B2, select B2 and press Ctrl + R.
Press Ctrl + R to copy a formula from the cell to the left.

Tip. Both of the above shortcuts can be used to copy formulas to multiple cells too. The trick is to select both the source cell and target cells before pressing the shortcut. For example, if you want to copy the formula from A1 to the next 9 rows, select cells A1:A10 and press Ctrl + D.

3. Copy a formula down exactly

Ctrl + ' - Copies a formula from the cell above to the currently selected cell exactly and leaves the cell in edit mode.

This is a quick way to make an exact copy of a formula without changing cell references. For example, to copy a formula from cell A1 to A2 so that no references are changed, select A2 and press Ctrl + '.

Note. Don't confuse the shortcut Ctrl + ' (Ctrl + single quote) that exactly copies a formula from the cell above with Ctrl + ` (Ctrl + grave accent key) that activates show formulas mode in Excel.

Press Ctrl + ' to copy a formula from the cell above without changing cell references.

Well, this is all I have to say about copying formulas in Excel. If you know some other methods to quickly move or copy formula in Excel sheets, please do share. I thank you for reading and hope to see you on our blog next week!

200 comments

  1. Hello folks,

    I want to copy the whole raw with all the formulas in that raw but without the the numbers or information in cells.

    Anyone knows how to make it??

    Thanks

  2. How do i quickly do the following

    Data Formula
    a =a+1
    b text
    c =b+1
    d text
    e =c+1
    ... ...

  3. I had a format and all my formulas done and then got feedback to just change the row positions but when I copied and pasted it kept changing the cell reference so a friend gave me this trick.
    Highlight the cell or cells that you want to move (without changing cell reference). Click and hold shift and then go to the top of the cell you want to move and get the 4 arrow icon and click and hold the mouse (which puts in move mode) then drag the highlighted data up to the row you want. This will move the cell range without changing the formulas!!! Saved me hours of work.

  4. need column B to change to C, D, etc when drag down keeping the row (37) the same...

    ='PRK'!B$37
    ='PRK'!C$37
    ='PRK'!D$37
    :
    :

    is it possible? how? Thanks.
    when drag down

  5. Hi,

    I need to copy a formula from one cell to another cell in a series of 3,7,10,etc. Not able to do, when i
    tried the fill as series working for numbers not for the formula.
    Ex:- If A1 is ='Jan18'!AK113 then A2 should be in series of 7 like ='Jan18'!AK120.

    Hope you can help in this...!
    Thanks in advance...

  6. Hi, How would you copy the heading from this:

    (raw file format)
    Heading 1
    data
    data
    data
    data
    Heading 2
    data
    data
    data
    data

    to

    (preferred format)
    heading1 data
    heading1 data
    heading1 data
    heading1 data
    heading2 data
    heading2 data
    heading2 data
    heading2 data

    is there any shortcut for that?

  7. very usefull

  8. 1-Jan-1996
    1-Jan-1962
    1-Jan-1972
    1-Jan-1956
    1-Jan-1998
    1-Jan-1978
    1-Jan-1994
    1986
    1997
    1979
    1989
    1996
    1983
    how can I copy the those first 3 rows and extend them to those years list without changing them?( I mean copying 1-jan)

    • Iradakunda:
      If I understand your question correctly you can copy those rows by first selecting them and then move your mouse to the lower right corner of the selection over the solid square. When the cursor turns into a solid black cross click and drag the selection down the column or across the rows.

  9. I tried using the ctrl and ` function and could see the formulas, I copied the whole column with formulas and then pasted it into a notpad.

    It did not copy many of the cells. I have ranges of rows that I have bunched up and they do not show on the spread sheet but are there. They do not copy.

    Why do they not have this as a option in one of the paste menus ? Many times I want the exact formula copied , I don't want to change the references. I cannot sit there and change all the formulas to absolute references.

    Also I noticed that if I have reduced a cell height to zero the select a bunch of cells in the same column with this cell included, the amount in the cell is not summed and shows the wrong value in the sum displayed at the bottom of the page.

    This was driving me crazy. why on earth would they program it this way. It took me 15 minutes to find a value in a hidden cell that got in there by accident.

  10. I have tired double clicking and dragging down the formula of first row to the below rows.
    It is showing me the result of first row in all the rows below.
    I need to press enter in each and every row to get output for that particular row.

    For example:

    anirudh s
    swaminathan a

    must be my out put when drag down the formula or copy the formula.
    instead i get

    anirudh s
    anirudh s only , when i go on the formula in the second row and press enter then only i get the correct answer.

    need help

    Thanks,
    Anirudh

  11. I am working on a scoresheet for athletic events. I have multiple weight classes. I have 7 events and overall score and rank in each weight class. I'm using "=IF(G18>0,(IFERROR(RANK(G18,G$18:G$37,IF(G$16="Low",0,1)),0)),)" to figure the points awarded for each event. How do I copy the entire weight class worth of formula to a new weight classes? Every time I try, it will change the G18 but not the G$18:G$37, which should be G39,G$39:G$58 after copying.

  12. Hello

    I would appreciate your help.
    For some reason I cannot paste a formula ONLY into the same cell in a different worksheet (same file) and have the cell references automatically adjust. It only pastes the exact same formula. These are simple formulas:
    =SUM(M9:M14). So instead of this formula adjusting to the rows say M9:M21 it stays at M9:M14. I don't remember this being that way - is there something I did that made this happen? The cells adjust if I do that in the same worksheet but NOT between worksheets.

    Thank You, James

  13. Hi
    I have a question what if you are dragging down and the formula is not showing the updated result, how do I return to the mode where dragging down a formula within the cell allows me to copy but the results will be updated as well
    thanks

  14. Under the section "How to copy formula without changing references" your Method 2 is brilliant and totally new to me. It saved me a couple of hours of tedious and error-prone labor. I would gladly pay $75 for the help you have given me. Is there a way?
    Jim J.

  15. > Hi! Great article! The Best in The Web! Congratulations & Respect! :-)

    >> One 'Add-in':

    >>> Ref. above sections: "Copy a range of formulas without changing cell references" & "Create an Excel table...":

    In order to copy whole column of formulas intact, in other words to 'duplicate' them:

    Create Table / Make formula, in a cell of a column adjacent to the Table, referring to Table's several columns - then: Table automatically expands to this cell and column and copies formula to this whole new column / select this new column of formulas / copy it to the next adjacent column outside the Table / Voila!: the formulas in the newest column are copied exactly the same as they are in the previous one - with no change of references!

    > Hope it will help! BstRgds.AR:-)

  16. Thanks useful.

  17. I'm trying to create a formula for a basic point of sale type stock control sheet. I'm using the IF function to pull prices from the purchases sheet into the recipes sheet, but I'm finding that if I need to add or remove stock items to the purchases sheet, deleting rows knocks out my formula - probably because I am using absolute references in my IF formula: =IF(Purchases!$A$5="Avo";Purchases!$W$5;0). I've been looking up the Excel INDIRECT formula, but am struggling to make head or tail of the tutorials I've read online - can anyone tell me how to create a formula that will keep the cell references as they are without regardless of whether or not I am deleting rows? Any help would be appreciated!

  18. this kind of formula is the best!!!!

  19. Thank you for the helpful tips...found exactly what I was looking for!

  20. Hi, I am trying to copy a formula from say cell A1 that has references from another Data source tab (say C1). I want to copy cell A1 and paste it in say cell A9 in the same sheet but want the cell reference in the formula to change by one row in the Data Source tab (from C1 to C2). How do I do this?

Post a comment



Thank you for your comment!
When posting a question, please be very clear and concise. This will help us provide a quick and relevant solution to
your query. We cannot guarantee that we will answer every question, but we'll do our best :)