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

Excel for Microsoft 365 Excel 2021 Excel 2019 Excel 2016 More...Less

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

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 by dragging its tab, as shown in the figure:

Create a 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 part of the new calculation.

The examples below explain what happens when you insert, copy, delete, or move worksheets that are included in a 3-D reference. Each of theseexamples 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), Excel includes all values in cells A2 through A5 in the constituent worksheets in the calculations.

  • DeleteIf you delete worksheets between Sheet2 and Sheet6, Excel removes their values from the calculation.

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

  • Move an endpointIf you move Sheet2 or Sheet6 to another location in the same workbook, 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, you may have a reference to Sheet2:Sheet6. If you move Sheet2 so that it's after Sheet6 in the workbook, the formula will adjust to point to Sheet3:Sheet6. If you move Sheet6 in front of Sheet2, the formula will adjust to point to Sheet2:Sheet5.

  • Delete an endpointIf you delete Sheet2 or Sheet6, Excel removes the values on that worksheet from the calculation.

Follow these steps:

  1. Click the cell in whichyou'll enterthe function.

  2. Type a= (equal sign), followed by the name of the function (see the table below), and then an opening parenthesis.

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

  4. Hold down the Shift key then click the tab for the last worksheet that you want to reference.

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

  6. Complete the formula, and then press Enter.

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

Function

Description

AVERAGE function

Calculates average (arithmetic mean) of numbers.

AVERAGEA function

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

COUNT function

Counts cells that contain numbers.

COUNTA function

Counts cells that are not empty.

HARMEAN function

Returns the harmonic mean of a data set of positive numbers: the reciprocal of the arithmetic mean of reciprocals.

KURT function

Returns the kurtosis of a data set.

LARGE function

Returns the k-th largest value in a data set. For example, the fifth largest number.

MAX function

Finds largest value in a set of values.

MAXA function

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

MEDIAN function

Returns the median, or the number in the middle of the set of given numbers.

MIN function

Finds smallest value in a set of values.

MINA function

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

PERCENTILE function

Returns the k-th percentile of values in a range, where k is in the range 0..1. Provided for compatibility with earlier versions of Excel.

PERCENTILE.EXC function

Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive.

PERCENTILE.INC function

Returns the k-th percentile of values in a range, where k is in the range 0..1, inclusive.

PERCENTRANK function

Returns the rank of a value in a data set as a percentage (0..1) of the data set. Provided for compatibility with earlier versions of Excel.

PERCENTRANK.EXC function

Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set.

PERCENTRANK.INC function

Returns the rank of a value in a data set as a percentage (0..1, inclusive) of the data set.

QUARTILE function

Returns the quartile of a data set, based on percentile values from 0..1. Provided for compatibility with earlier versions of Excel.

QUARTILE.EXC function

Returns the quartile of a data set, based on percentile values from 0..1, exclusive.

QUARTILE.INC function

Returns the quartile of a data set, based on percentile values from 0..1, inclusive.

PRODUCT function

Multiplies numbers.

RANK function

Returns the rank of a number in a list of numbers: its size relative to other values in the list. Provided for compatibility with earlier versions of Excel.

RANK.EQ function

Returns the rank of a number in a list of numbers: its size relative to other values in the list.

RANK.AVG function

Returns the rank of a number in a list of numbers: its size relative to other values in the list.

SKEW function

Returns the skewness of a distribution.

SMALL function

Returns the k-th smallest value in a data set.

STDEV.S function

Calculates standard deviation based on a sample.

STDEV.P function

Calculates standard deviation of an entire population.

STDEVA function

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

STDEVPA function

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

TRIMMEAN function

Returns the mean of the interior of a data set.

SUM function

Adds numbers.

VAR.S function

Estimates variance based on a sample.

VAR.P function

Calculates variance for an entire population.

VARA function

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

VARPA function

Calculates variance for an entire population; includes text and logicals

Follow these steps:

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

  2. In the New Name popup window, enter the Name for your reference. Names can be up to 255 characters in length.

  3. In the Refers to list, choose the equal sign (=) and the reference, then press the Backspace key.

  4. Click the tab for the first worksheet that you want toreference.

  5. Hold down the Shift key and click the tab of the sheet of the reference.

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

Learn more

To learn more about moving a worksheet within a workbook, see Move or copy a worksheet. To learn more about creating and using defined names, see Define and use names in formulas.

Need more help?

You can always ask an expert in the Excel Tech Communityor get support inCommunities.

Need more help?

Want more options?

Discover Community

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Create a reference to the same cell range on multiple worksheets (2)

Microsoft 365 subscription benefits

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

Microsoft 365 training

Create a reference to the same cell range on multiple worksheets (4)

Microsoft security

Create a reference to the same cell range on multiple worksheets (5)

Accessibility center

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Create a reference to the same cell range on multiple worksheets (6)

Ask the Microsoft Community

Create a reference to the same cell range on multiple worksheets (7)

Microsoft Tech Community

Create a reference to the same cell range on multiple worksheets (2024)
Top Articles
How to Use IMPORTDATA in Google Sheets
How to pull Coins Details data from CoinGecko into Excel and Google Sheets
Everything Candace Owens Gets Wrong in Episode 1 of “A Shot in the Dark”
Silver Spring, MD to Nanuet, NY Bus
Ew41.Ultipro
Hairy Creator Collective
247 Cincinnati
Smithfield Okta Login
National Weather Service
1600 Saratoga Ave Ste 32 San Jose Ca 95129
Jail Roster Independence Ks
Dover Nh Power Outage
2017 BMW 7 Series for sale - Chicago, IL - craigslist
Stewartville Star Obituaries
Jamestown Online Rummage Sale
Stocktwits Amrs
Oxford Covered Market: How To Visit + What To Eat & Buy! - Where Goes Rose?
Ideal Gas Laws Gizmo Answer Key
Care First Arizona
Adriana Chechik Reveals Extent Of Heartbreaking Injuries In Return Stream - SVG
Upper Peninsula Craigslist
Tmc Vidown
Ww2 Solarmovie
Plansource Central Servers
385-437-2602
412-690-0001
Craigslist Cars And Trucks For Sale By Owner Indianapolis
Craigslist Bay Area South Bay
Jessica Ann Ussery Wiki
George The Animal Steele Gif
4722 Hours In Days
Craigslist Cars Humboldt
T188 Pill
Craigslist Classified Phoenix Arizona
How to Tell if Battery, Alternator, or Starter is Bad
Ukg.adventhealth
Omeglecaptures.com
Viewfinder Mangabuddy
1988 Jaguar XJS Convertible. Location: The Netherlands .
Wall Street Institute
Loreal Smith Sarkisian Age
2011 Jeep Liberty Serpentine Belt Diagram
Going ‘Cuckoo’: Three dud movies
Vcuapi
Victoria Tortilla & Tamales Factory Menu
Apartments / Housing For Rent near Brooksville, FL - craigslist
Koikatsu Card Booru
Seeking R4R Meaning
1V1 Google Classroom
Snohomish Hairmasters
Siriusxm The Heat Top 35 List
Pixel Gun 3D Unblocked Games
Latest Posts
Article information

Author: Prof. An Powlowski

Last Updated:

Views: 5397

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Prof. An Powlowski

Birthday: 1992-09-29

Address: Apt. 994 8891 Orval Hill, Brittnyburgh, AZ 41023-0398

Phone: +26417467956738

Job: District Marketing Strategist

Hobby: Embroidery, Bodybuilding, Motor sports, Amateur radio, Wood carving, Whittling, Air sports

Introduction: My name is Prof. An Powlowski, I am a charming, helpful, attractive, good, graceful, thoughtful, vast person who loves writing and wants to share my knowledge and understanding with you.