It would be useful to have the data about each of the special trips on a separate sheet. But no one wants to type all that over again!
There are several ways to copy your data instead of re-typing. Each has different effects and limitations.
Drag: You can hold the CTRL key down while dragging
to copy a selected range to a new spot on the same sheet. Or you can drag with the right mouse button down to get a context menu that includes Copy. However, you cannot drag
non-adjacent ranges at the same time.
Copy and Paste: This is usually best when copying
to a distant spot on the same sheet or copying to a different sheet. Formulas may
need to be corrected.
Link: Linking makes a copy that changes whenever the original changes. That method is covered in the next lesson.
![]() |
Step-by-Step: Copy |
![]() |
What you will learn: | to copy by dragging range to not drag non-adjacent ranges to copy by pasting on the same sheet to copy by pasting to a different sheet to use Paste Special for Column Widths and All ![]() ![]() ![]() to fix formulas |
Start with: trips17-Lastname-Firstname.xlsx - Specials sheet (saved in previous lesson)
First you will experiment with copying ranges to new spots on the same sheet. Then you will copy ranges to the new sheets you created in the last lesson. Eventually you will find out how to link the cells so that the pasted cells update automatically when the original data is changed. Powerful!
Each method uses below is good in certain situations. No method is "best".
You can use the CTRL key while dragging a selection to copy it to another spot on the same sheet. You cannot drag to a different sheet.
If you
don't see the + sign beside the arrow, you will Move the selection rather
than copy it.
What changed? Not much!
To copy over a distance or to a different sheet, you need to Copy and Paste. This one is just for practice.
If necessary, scroll horizontally until you can click on cell S1 to select it.
If using the horizontal scroll bar does not bring S1 into view, click
the scroll arrow at the right end of the horizontal scroll bar to move
further to the right.
Excel can scroll too fast for you at times.
What changed?
If you have done anything else in Excel besides click on a cell
since you pasted, reselect the ranges A1:F10, A25:F25 and Copy again.
Clipboard clears quickly in Excel: Unlike many
other programs, in Excel your copied material is erased from the Windows Clipboard as
soon as you 'do' anything besides move around to find a place to
paste. This is a safety measure! It keeps you from pasting old data by accident.
It is still in the Office Clipboard, which can hold many items instead
of just one thing.
To know whether or not the Windows Clipboard still holds what you THINK it does, look for the blinking outline that shows what you copied. If there is no blinking outline, the selection is not on the Windows Clipboard.
Warning:
If you click in the Clipboard task pane to paste your non-adjacent
selection, you will get everything in between also!
What changed?
If you make changes back on the sheet Specials, or if you change values on this table, the totals will not be updated because there is no formula there. This is not usually what you want to happen!
Drag to
another sheet with ALT: You can drag a selection
to move it to another sheet by holding the ALT key down while you drag over the tabs
until you make active the sheet that you want. Then, continue holding
ALT down while dragging to the destination
cell and drop. This requires a steady hand.
You cannot right drag to
copy with ALT. The menu you need pops up and vanishes right away!
With Paste Special you have more control over what is pasted. The default choice, All, will attempt to copy formulas. Pasting formulas often causes problems, so be prepared to do repairs.
Clipboard clears quickly! Remember that
the Windows Clipboard will dump your copied or cut data as soon as you do anything
else.
Problem:
You see a different dialog,
If you lose what you copied
from the Clipboard, Paste Special may be grayed out. If you somehow
copied something else and then choose Paste Special, you
may a different dialog, perhaps about pasting a Picture or Bitmap or
perhaps about Unicode text or Text.
Solution: Click the Cancel button, select the cells, and try Paste Special
again.
What changed?
#REF! error: The original formula for
the Total in column D was =SUM(D5:D24).
The new location for the formula is in D11, which is one of the
cells to add up. This is called a circular
reference. Excel cannot add up a set of cells that
includes the cell where the answer goes!
The #REF! error also occurs when the formula needs to use cells that you deleted or the cells don't contain numbers anymore.
You will fix the error shortly. First let's do something about the column widths.
Excel 2007 does not have quite the same features as Excel 2010. What will work best for Excel 2007 is to paste the column widths first and then the data. Who knew!
Select A1 again and open Paste Special,
choose All and click on OK.
This time you get the data and the column widths stay put! Hurrah!
Next you will
fix the broken formulas in row 13.
The Paste button and context menu have icons for various Paste options. These are similar to the choices in the Paste dialog, but not always quite the same! The icons are intended to give a clue as to what they will do. The screen tip that appears when you hover over an icon also helps. But sometimes you just have to try things out to see what does what!
Experiment: Paste Icons vs. Paste Dialog
Paste Icon: Copy what you succeeded in pasting and paste it in a clear
area over to the right using one of the paste icons from the Paste
button or right click menu.
Paste Special dialog: Then move over to a clear spot and paste again using the Paste Special dialog and the similar paste choice there. Are the results the same? Did you understand what was going to be pasted?
Which icons and commands work the same? Which do not have an exact equivalent in the other method? Which feels more comfortable to you?
When you are ready to continue... Undo all your changes so that the Tahiti material is safely pasted with the column widths correct and the formulas in place.
Next you will fix the broken formulas in row 13.
Save.
[trips18-Lastname-Firstname.xlsx]
Circular References: #REF! in a cell means that
the cell references in the formula don't work. In cells D11
and F11, the formulas are themselves sitting in cells that are used in the
original formulas. This creates a circular reference,
by trying to calculate using the cell that the formula itself is in. The
cure is to rewrite the formulas.
Point of Confusion: Your table will now adjust the totals if you change the values on the
Tahiti sheet, but nothing will change on this sheet if you make changes
on the sheet Specials. We will look at how
to make Tahiti update when Specials changes in the next lesson.
Be sure to Undo all changes you made with your experiments. (Hint: You saved before you began your experiments. If you now close without saving changes, you can reopen the file to get back to your last saved version.)