


This tutorial explains Excel's powerful 3D referencing feature, enabling efficient data manipulation across multiple worksheets. Learn how to reference identical cells or ranges across selected sheets, and build formulas for aggregating data from various worksheets – for instance, summing the same cell across numerous sheets using a single formula. This offers a streamlined alternative to Excel's Consolidate function.
Excel's 3D References: A Deep Dive
A 3D reference (also known as a dimensional reference) in Excel simultaneously refers to the same cell or range of cells across multiple worksheets. This significantly simplifies calculations across worksheets with consistent structures.
Consider this scenario: you have monthly sales reports spread across four sheets:
To find the grand total (summing subtotals from each sheet), you could manually add each sheet's subtotal:
=Jan!B6 Feb!B6 Mar!B6 Apr!B6
However, with numerous sheets, this becomes cumbersome. A 3D reference simplifies this:
=SUM(Jan:Apr!B6)
This formula efficiently sums cell B6 across all sheets between "Jan" and "Apr".
Tip: To prevent cell reference changes when copying formulas, use absolute references (e.g., =SUM(Jan:Apr!$B$6)
).
You can also directly sum cell ranges:
=SUM(Jan:Apr!B2:B5)
For product-wise sales totals, create a summary table mirroring the monthly sheet order, and use this 3D formula (in cell B2, for example):
=SUM(Jan:Apr!B2)
(Use relative references – no '$' – for automatic adjustment when copying down.)
Excel 3-D Reference Syntax:
First_sheet:Last_sheet!cell
or First_sheet:Last_sheet!range
Excel 3-D Formula Syntax:
=Function(First_sheet:Last_sheet!cell)
or =Function(First_sheet:Last_sheet!range)
All sheets between First_sheet
and Last_sheet
are included in calculations. Note: Not all Excel functions support 3D references (see the complete list below).
Creating and Managing 3-D References
Creating a 3-D Reference:
- Select the formula cell.
- Begin with
=FunctionName(
, e.g.,=SUM(
- Shift-click the first and last sheet tabs.
- Select the desired cell or range.
- Complete the formula and press Enter.
Adding New Sheets: 3D references are dynamic. Inserting a new sheet within the reference range automatically includes it in calculations.
Named 3-D References: For easier management, create a named range:
- Go to Formulas > Defined Names > Define Name.
- Enter a name (e.g., "my_reference").
- Define the 3D reference (e.g.,
=Jan:Apr!B:B
). - Click OK.
Now use =SUM(my_reference)
for simplified calculations.
Compatible Excel Functions
The following functions support 3D references: SUM
, AVERAGE
, AVERAGEA
, COUNT
, COUNTA
, MAX
, MAXA
, MIN
, MINA
, PRODUCT
, TEXTJOIN
, STDEV
, STDEVA
, STDEVP
, STDEVPA
, VAR
, VARA
, VARP
, VARPA
.
Impact of Sheet Modifications
Modifying sheets affects 3D references based on the starting and ending sheets (endpoints).
- Inserting/Moving Sheets Within Endpoints: New sheets are included.
- Deleting/Moving Sheets Outside Endpoints: Sheets are excluded.
- Moving Endpoints: The reference range adjusts accordingly.
- Reversing Endpoints: One endpoint is excluded; restoring the original order doesn't restore the original range.
- Deleting Endpoints: The reference endpoint shifts to the adjacent sheet.
Conclusion
Excel's 3D references provide a powerful and efficient method for managing and calculating data across multiple worksheets. Mastering this feature significantly streamlines your workflow.
The above is the detailed content of Excel 3D reference: refer to the same cell or range in multiple worksheets. For more information, please follow other related articles on the PHP Chinese website!

This tutorial guides you through creating Excel formulas, starting with the basics. You'll learn to build formulas using constants, cell references, defined names, and functions. We'll also explore using the Function Wizard and direct formula entry.

This concise guide explains Excel circular references, their pitfalls, and how to manage them. Learn to identify, locate, and eliminate circular references, or, if necessary, how to enable and utilize circular formulas. Encountering a "circula

This tutorial explains Excel's powerful 3D referencing feature, enabling efficient data manipulation across multiple worksheets. Learn how to reference identical cells or ranges across selected sheets, and build formulas for aggregating data from va

This tutorial shows you how to easily display formulas in Excel (versions 2016, 2013, 2010, and older). Learn how to print formulas and troubleshoot why Excel sometimes displays a formula instead of the result. Working with spreadsheets containing n

This tutorial explains how to conceal Excel formulas from the formula bar and protect them from unauthorized changes. Learn to lock individual or all formulas, ensuring data confidentiality and integrity. Microsoft Excel simplifies formula interpret

This Excel tutorial explores various methods for copying formulas, addressing specific scenarios beyond simple mouse clicks. We'll cover copying formulas down columns, across entire columns, to non-adjacent cells, and techniques for preserving forma

In this tutorial, you will learn a few quick and efficient ways to check and debug formulas in Excel. See how to use the F9 key to evaluate formula parts, how to highlight cells that reference or are referenced by a given formula, how to

This tutorial tackles common Excel formula errors, helping you troubleshoot formulas that won't calculate or update. Who can imagine Excel without formulas? Yet, malfunctioning formulas are incredibly frustrating. This guide provides solutions to


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function
