Useful Tips for Copying and Moving Excel Sheets

These are two simple but useful tips on moving and copying Excel worksheets, both within a file (workbook) and between files.

1.     Copy and Rename a Sheet

You probably know that in Excel you can grab a sheet tab (at the bottom of the sheet) and move it to a different position, between other sheets. This is useful if you want to have the sheets in a different order:

But did you know that you can copy a sheet –with all its contents– with a very similar move?  All you have to do is to hold the Ctrl key while dragging the sheet tab.  The mouse icon gets a “plus” (+) added to it. When you release the mouse, your copy of the sheet appears where you dropped it.

The new sheet will have the name of the copied sheet, with a number added. You can easily rename the sheet by double-clicking the name tab.  Or right-click the tab and choose the Rename option on the pop-up menu.

2.     Move or Copy a Sheet to Another File

You can move an Excel worksheet from one workbook to another.

Get both workbooks visible on screen, for example by, on the View ribbon, using Arrange All > Vertical. Then drag the sheet Tab (at the bottom of the sheet) to the new file.

If you don’t save the source file (or you hold in the Ctrl key during the drag), you’ll have copied the worksheet.

Similar Posts

  • |

    How to fit Quadratic and Cubic Curves with LINEST in Excel

    The Excel LINEST function is normally used to fit a straight line to data points.  However, using this little-known technique you can also fit higher-order curves.  This example shows how to use LINEST to fit Quadratic and Cubic Curves to data. This example comes from the sample spreadsheet LINEST-2-3.xlsx in our Excel for Engineers online…

  • How to Use Absolute References to Keep Formula Copies Working

    When you copy a formula to another cell in Excel, it does not copy the actual cell references. Instead, it keeps the spatial relationship of the cells in the formula. Say that a cell sums the two cells to its left (e.g., Cell C2 contains the formula =A2+B2).  Copies of that formula will always sum…

  • |

    Excel Functions You Never Need!

    Why would I tell you about Excel Functions you will never need?  Well, you might be using them now, and not be aware that there are simpler, more elegant alternatives. Are you using any of these: CONCATENATE, CONCAT, PRODUCT, POWER, DAYS, or DAYS360?  Then read on… CONCATENATE and CONCAT to Join Strings Syntax: CONCATENATE(text1, [text2],…

  • Linear Interpolation in Excel

    We often need to find a value between or near two other known values. If we do not have a more accurate curve, a straight line will have to do. This is Linear Interpolation (or extrapolation). Excel is a good way to do it. For example, I read our electricity meters weekly. This lets me…

  • |

    A List of the Excel Visual Basic Editor Shortcut Keys

    While you can pick these Shortcut Keys up from the menus in the Excel Visual Basic Editor, it is useful to have them all in one place. F1                         Help on the highlighted itemF2                         Object BrowserShift+F2               View Definition (Go to highlighted Sub or Function)F3                         Repeat last FindF4                         Display Properties WindowF5                         Run / Continue RunF8                         Single Step…