When you copy a formula from one cell to another, Excel automatically updates any relative references within the formula based on the target that is receiving the formula. For instance, assume that cell B7 contains the following formula:
=B6+A7
If you copy this formula to cell D22, Excel automatically updates the references so they are relative to cell D22, as shown here:
=D21+C22
When you are copying formulas from one worksheet to another, and the formula contains a reference to a previous worksheet, Excel doesn’t do this type of formula updating-at least not on the worksheet names. For instance, let’s say you have three worksheets named January, February, and March-in that order. On the February worksheet you have the following formula:
=January!B7*1.075
If you copy this cell to the March worksheet, Excel will automatically change the B7 reference (if necessary), but it won’t change the sheet name (January, which was “one less” than the sheet on which the formula first occurred) to the adjusted relative sheet name (February, which is “one less” than the sheet to which the formula is being copied).
If you have only a few worksheet references in your copied formulas, it is fairly easy to just edit the formulas so they reference the proper worksheet. The task can quickly become a nightmare, however, if you have dozens or hundreds of such references.
The solution is to do a simple search-and-replace operation in Excel, as outlined here:
- Copy the formulas from the February worksheet to the desired location on the March worksheet.
- With the March worksheet visible, press Ctrl+A. This selects all the cells in the target worksheet.
- Press Ctrl+H. Excel displays the Replace tab of the Find and Replace dialog box. (See Figure 1.)
- In the Find What box, enter “January!” (without the quote marks).
- In the Replace With box, enter “February!” (without the quote marks).
- Click on Replace All.
Figure 1. The Replace tab of the Find and Replace dialog box.
The formulas in the worksheet are now updated so they refer to the proper worksheet.
Notice in steps 4 and 5 that what you are searching for and replacing it with is not the straight month names. This is done because the month names alone (January, February, etc.) could easily occur in other places in the worksheet without being part of a formula. You don’t want to change these instances, so the extra characters are included to help narrow down the search.