Create a 3-D reference to the same cell range on multiple worksheets (2024)

A reference that refers to the same cell or range on multiple sheets is called a 3-D reference. A 3-D reference is useful and convenient way to reference several worksheets that follow the same pattern and cells on each worksheet contain the same type of data, such as when you consolidate budget data from different departments in your organization.

What do you want to do?

  • Learn about a 3-D refererence

  • Learn how 3-D references change when you move, copy, insert, or delete worksheets

  • Create a 3-D reference

  • Create a name for a 3-D reference

Learn about a 3-D refererence

You can use a 3-D reference to add up budget allocations between three departments, Sales, HR, and Marketing, each on a different worksheet, by using the following 3-D reference:

=SUM(Sales:Marketing!B3)

You can even add another worksheet, and then move it into the range that your formula refers to. For example, to add a reference to cell B3 in the Facilities worksheet, move the Facilities worksheet between the Sales and HR worksheets as shown in the following example.

Create a 3-D reference to the same cell range on multiple worksheets (1)

Because your formula contains a 3-D reference to a range of worksheet names, Sales:Marketing!B3, all worksheets in the range are included in the new calculation.

Top of Page

Learn how 3-D references change when you move, copy, insert, or delete worksheets

The following examples explain what happens when you insert, copy, delete, or move worksheets that are included in a 3-D reference. The examples use the formula =SUM(Sheet2:Sheet6!A2:A5) to add cells A2 through A5 on worksheets 2 through 6.

Insert or copy If you insert or copy worksheets between Sheet2 and Sheet6 (the endpoints in this example), then Excel includes all values in cells A2 through A5 from the added worksheets in the calculations.

Delete If you delete worksheets between Sheet2 and Sheet6, then Excel removes their values from the calculation.

Move If you move worksheets from between Sheet2 and Sheet6 to a location outside of the referenced worksheet range, then Excel removes their values from the calculation.

Move an endpoint If you move Sheet2 or Sheet6 to another location in the same workbook, then Excel adjusts the calculation to include the new worksheets between them unless you reverse the order of the endpoints in the workbook. If you reverse the end points, the 3-D reference changes the endpoint worksheet. For example, say that you have a reference to Sheet2:Sheet6: If you move Sheet2 after Sheet6 in the workbook, then the formula will point to Sheet3:Sheet6. If you move Sheet6 in front of Sheet2, the formula will adjust to point to Sheet2:Sheet5.

Delete an endpoint If you delete Sheet2 or Sheet6, then Excel removes the values on that worksheet from the calculation.

Top of Page

Create a 3-D reference

  1. Click the cell where you want to enter the function.

  2. Type = (equal sign), enter the name of the function, and then type an opening parenthesis.

    You can use the following functions in a 3-D reference:

Function

Description

SUM

Adds numbers.

AVERAGE

Calculates average (arithmetic mean) of numbers.

AVERAGEA

Calculates average (arithmetic mean) of numbers; includes text and logicals.

COUNT

Counts cells that contain numbers.

COUNTA

Counts cells that are not empty.

HSTACK
Create a 3-D reference to the same cell range on multiple worksheets (2)

Appends arrays horizontally andin sequence to return a larger array

MAX

Finds largest value in a set of values.

MAXA

Finds largest value in a set of values; includes text and logicals.

MIN

Finds smallest value in a set of values.

MINA

Finds smallest value in a set of values; includes text and logicals.

PRODUCT

Multiplies numbers.

STDEV

Calculates standard deviation based on a sample.

STDEVA

Calculates standard deviation based on a sample; includes text and logicals.

STDEVP

Calculates standard deviation of an entire population.

STDEVPA

Calculates standard deviation of an entire population; includes text and logicals.

VAR

Estimates variance based on a sample.

VARA

Estimates variance based on a sample; includes text and logicals.

VARP

Calculates variance for an entire population.

VARPA

Calculates variance for an entire population; includes text and logicals.

VSTACK
Create a 3-D reference to the same cell range on multiple worksheets (3)

Appendsarrays vertically and in sequence to return a larger array

  1. Click the tab for the first worksheet that you want to reference.

  2. Hold down SHIFT and click the tab for the last worksheet that you want to reference.

  3. Select the cell or range of cells that you want to reference.

  4. Complete the formula, and then press ENTER.

Top of Page

Create a name for a 3-D reference

  1. On the Formulas tab, in the Defined Names group, click Define Name.

  2. In the New Name dialog box, in the Name box, type the name you want to use for your reference. Names can be up to 255 characters in length.

  3. In the Refers to box, select the equal sign (=) and the reference, then press BACKSPACE.

  4. Click the tab for the first worksheet to be referenced.

  5. Hold down SHIFT and click the tab for the last worksheet to be referenced.

  6. Select the cell or range of cells to be referenced.

Top of Page

Create a 3-D reference to the same cell range on multiple worksheets (2024)

FAQs

How to create a reference to the same cell range on multiple worksheets? ›

Click the tab for the first worksheet that you want to reference. Hold down the Shift key then click the tab for the last worksheet that you want to reference. Select the cell or range of cells that you want to reference. Complete the formula, and then press Enter.

How do you reference the same cell in multiple files in Excel? ›

  1. Click the tab for the first worksheet that you want to reference.
  2. Hold down SHIFT and click the tab for the last worksheet that you want to reference.
  3. Select the cell or range of cells that you want to reference.
  4. Complete the formula, and then press ENTER.

How do you create a named range across multiple worksheets? ›

First, click on Formulas and then on Define Name. In the pop−up, enter the name "Range," then set scope to workbook," select all the sheets in the reference, and click OK to complete the task. Formula > Define name > Name > Scope > Refers to > Ok.

How to create a 3D reference to a cell in Excel? ›

While holding the Shift key, click the tab of the last worksheet to be included in your 3D reference. Select the cell or range of cells that you want to calculate. Type the rest of the formula as usual. Press the Enter key to complete your Excel 3-D formula.

How can you reference a cell on a different worksheet in the same workbook? ›

You can refer to cells that are on other worksheets in the same workbook by prepending the name of the worksheet followed by an exclamation point (!) to the start of the cell reference.

How do I copy a cell range to another sheet? ›

Re: Copy range from other worksheet to an other at last
  1. On the source sheet (SHEET2 in your case), select the entire range. ...
  2. To start the copying, press Ctrl+C. ...
  3. Click on the tab for the destination sheet (SHEET1).
  4. Scroll to where you can see the top-left cell where the range should be pasted. ...
  5. Press Ctrl+V.
Nov 6, 2022

How to make multiple cells reference one cell? ›

Combine text from two or more cells into one cell
  1. Select the cell where you want to put the combined data.
  2. Type = and select the first cell you want to combine.
  3. Type & and use quotation marks with a space enclosed.
  4. Select the next cell you want to combine and press enter. An example formula might be =A2&" "&B2.

How do I reference the same cell in Excel? ›

If you want to maintain the original cell reference when you copy it, you "lock" it by putting a dollar sign ($) before the cell and column references. For example, when you copy the formula =$A$2+$B$2 from C2 to D2, the formula stays exactly the same. This is an absolute reference.

How to apply the same formula to multiple cells? ›

Fill formulas into adjacent cells
  1. Select the cell with the formula and the adjacent cells you want to fill.
  2. Click Home > Fill, and choose either Down, Right, Up, or Left. Keyboard shortcut: You can also press Ctrl+D to fill the formula down in a column, or Ctrl+R to fill the formula to the right in a row.

How do you reference a named range in another worksheet? ›

To reference a cell or range of cells in another worksheet in the same workbook, put the worksheet name followed by an exclamation mark (!) before the cell address. For example, to refer to cell A1 in Sheet2, you type Sheet2!A1. For example, to refer to cells A1:A10 in Sheet2, you type Sheet2!A1:A10.

How do I link multiple cells from different worksheets in Excel? ›

Select the cell or cells where you want to create the external reference. Type = (equal sign). Switch to the source workbook, and then click the worksheet that contains the cells that you want to link. Press F3, select the name that you want to link to and press Enter.

How to pull cell data from multiple worksheets in Excel? ›

Go to Data > Consolidate. In the Function box, select the function that you want Excel to use to consolidate the data. To indicate where the labels are located in the source ranges, select the check boxes under Use labels in: either the Top row, the Left column, or both. In each source sheet, select your data.

How do I link cells in multiple sheets? ›

Select the cell or cells where you want to create the external reference. Type = (equal sign). Switch to the source workbook, and then click the worksheet that contains the cells that you want to link. Press F3, select the name that you want to link to and press Enter.

How do you reference a cell range in another sheet? ›

To reference a cell or range of cells in another worksheet in the same workbook, put the worksheet name followed by an exclamation mark (!) before the cell address. For example, to refer to cell A1 in Sheet2, you type Sheet2!A1. For example, to refer to cells A1:A10 in Sheet2, you type Sheet2!A1:A10. Note.

How do you sum data across multiple worksheets with the same cell reference? ›

If you need to get the sum across multiple worksheets, you can use one of the less-known Excel feature called 3D referencing. With 3D referencing, you can refer to the same cell in multiple worksheets, and can also use this in formulas such as the SUM or AVERAGE, or COUNT.

References

Top Articles
Basis Ahwatukee Calendar 2022-23
Texas Freshman Cooper Lutkenhaus Named Underclassmen AOY
Hsqa Online Renewal System
Steve Wallis Wife Age
Sofia Pinkman
Tiraj Rapid New York Midi
Abc Order Hs Login
Uhsbhlearn.com
I Don'T Give A Rat'S Ass: The Meaning And Origin Of This Phrase - Berry Patch Farms
John Chiv Words Worth
The 15 Best Things to Do in Branson, Missouri
Does Cvs Sell Ulta Gift Cards
Please Put On Your Jacket In Italian Duolingo
North Colonie Continuing Education
How to Sign Out of Microsoft Outlook: Step-by-Step Guide - Solve Your Tech
Bannerlord How To Get Your Wife Pregnant
Insidekp.kp.org Myhr Portal
Sufficient Velocity Quests
636-730-9503
Irish DNA | Irish Origenes: Use your DNA to rediscover your Irish origin
Sam's Club Gas Price Spring Hill Fl
3850 Colonial Blvd Suite 100 Fort Myers Fl 33966
Does Publix Have Sephora Gift Cards
Www.statefarm
Black Adam Showtimes Near Linden Boulevard Multiplex Cinemas
Speer Funeral Home Aledo Il Obituaries
Pull And Pay Middletown Ohio
Community Q&A with Red Flight and the Combat Box server
Magicseaweed Bob Hall
Dreaisback
Peloton Guide Stuck Installing Update
Horseheads Schooltool
Circuit Court Peoria Il
Green Warriors of Norway: “Salvage the 67 tonnes mercury bomb now” | Norges Miljøvernforbund
Craigslist Mexico Cancun
Rate My Naughty.com
Imperialism Flocabulary Quiz Answers
Samsung Galaxy Z Flip6 | Galaxy AI | Samsung South Africa
Most Popular Pub food in Lipetsk, Lipetsk Oblast, Russia
Whatcom County Food Handlers Permit
Ebk Jaaybo Net Worth
Secondary Math 2 Module 3 Answers
Brooklyn Park City Hall
DePaul joins nationwide pro-Palestinian college protests as encampment continues at University of Chicago
Sinmiedoalban12
Clea-Lacy Juhn: Schwerer Schicksalsschlag kurz nach Zwillingsgeburt
358 Edgewood Drive Denver Colorado Zillow
Mazda 6 GG/GG1; GY/GY1 2.3 MPS Test : MPSDriver
Battlenet We Couldn't Verify Your Account With That Information
Birmingham National Weather Service
University Of Oregon Id
Mri Prospect Connect
Latest Posts
Article information

Author: Rob Wisoky

Last Updated:

Views: 5692

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Rob Wisoky

Birthday: 1994-09-30

Address: 5789 Michel Vista, West Domenic, OR 80464-9452

Phone: +97313824072371

Job: Education Orchestrator

Hobby: Lockpicking, Crocheting, Baton twirling, Video gaming, Jogging, Whittling, Model building

Introduction: My name is Rob Wisoky, I am a smiling, helpful, encouraging, zealous, energetic, faithful, fantastic person who loves writing and wants to share my knowledge and understanding with you.