
Use the INDIRECT function to copy cell values
from different worksheets
The INDIRECT function can also be used to address cells in other
worksheets and copy their values to the current sheet. Column A
lists the names of worksheets, and column B lists cell references.
With the INDIRECT function, the value of each cell reference can
be copied to the current worksheet.
4
To copy cell values of different worksheets:
1. In a worksheet, copy cells A1:B10, as shown in Figure 9-14.
2. Select cells C2:C10 and type the following formula:
=INDIRECT(A2&"!"&B2).
3. Press <Ctrl+Enter>.
Lookup and Reference Functions 229
9
Figure 9-14