0
0
Excelspreadsheet~5 mins

Referencing other worksheets in Excel - Step-by-Step Guide

Choose your learning style9 modes available
Introduction
Sometimes you need to use data from one worksheet in another worksheet within the same Excel file. Referencing other worksheets lets you do this easily by linking cells across sheets. This helps keep your data organized and avoids copying values manually.
When you want to sum sales numbers from a 'January' sheet into a 'Summary' sheet.
When you need to show a student's score from a 'Grades' sheet on a 'Report' sheet.
When you want to compare inventory counts from different months stored in separate sheets.
When you want to create a dashboard that pulls data from multiple sheets.
When you want to avoid duplicating data and keep it updated automatically.
Steps
Step 1: Click
- the cell where you want the result in the destination worksheet
The cell is selected and ready for input
Step 2: Type
- the formula bar
The cursor is active in the formula bar
💡 Start your formula with an equal sign (=) to tell Excel you are entering a formula
Step 3: Type
- the formula bar
The formula bar shows the beginning of your formula
💡 Type the sheet name followed by an exclamation mark, for example: Sheet1!
Step 4: Click
- the cell in the other worksheet you want to reference
Excel adds the cell reference with the sheet name to your formula
Step 5: Press
- Enter key
The formula completes and the cell shows the value from the other worksheet
Before vs After
Before
Cell A1 in 'Summary' sheet is empty
After
Cell A1 in 'Summary' sheet shows the value from cell B2 in 'January' sheet
Settings Reference
Sheet Name
📍 Worksheet tab at the bottom of Excel
Identifies which worksheet to reference in the formula
Default: Sheet1
Cell Reference
📍 Formula bar when typing a formula
Specifies the exact cell or range to pull data from
Default: A1
Common Mistakes
Typing the sheet name without the exclamation mark (e.g., Sheet1A1)
Excel does not recognize the reference and shows an error
Always include an exclamation mark after the sheet name, like Sheet1!A1
Not using single quotes around sheet names with spaces (e.g., January Sales!A1)
Excel shows a reference error because it cannot parse the sheet name correctly
Use single quotes around sheet names with spaces, like 'January Sales'!A1
Summary
Referencing other worksheets lets you use data from one sheet in another without copying.
Use the format SheetName!CellReference in formulas to link cells across sheets.
Remember to use single quotes around sheet names with spaces and include the exclamation mark.