Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to create Checklist in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • Conditional Formatting New Rule with Formulas in Excel
  • Subtotal function in Excel
  • Conditional Formatting Rules in Excel

References

  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • How to use Excel MMULT Function
  • How to get address of last cell in range in Excel
  • Vlookup Examples in Excel
  • Get nth match with INDEX / MATCH in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation don’t exceed total
  • Excel Data validation no punctuation
  • Excel Data validation must begin with
  • Data validation must not exist in list

How to reference named range different sheet in Excel

by

This tutorials shows how to reference a named range on another sheet.

To achieve this, you can use the INDIRECT function with the required sheet syntax.

Formula

INDIRECT("'"&sheet&"'!"&name)

Explanation

In the example shown, the formula in D6 is:

=SUM(INDIRECT("'"&B6&"'!"&C6))

Which returns the sum of the named range “data” on Sheet1.

How this formula works

The formula above evaluates something like this:

=SUM(INDIRECT("'"&B6&"'!"&C6))
=SUM(INDIRECT("'"&"Sheet1"&"'!"&"data"))
=SUM('Sheet1'!data)

Once the string is assembled using values in B6 and C6, INDIRECT evaluates and transforms the string into a proper reference.

Note you can refer to a named range in a formula without using INDIRECT. For example, the formula in D6 could be written:

=SUM('Sheet1'!data)

Note: The single quotes are added in the formula above so that the formula will work when a sheet name contains spaces.

However, if you want to assemble the reference as text, and have Excel treat the text as a reference, you need to use INDIRECT.

 

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • OR function Examples in Excel
  • Not Equal To ‘<>‘ operator in Excel
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel OR Function
  • Check multiple cells are equal in Excel

Date Time

  • How to calculate percent of year complete in Excel
  • Get last working day in month in Excel
  • Two ways to sum time over 30 minutes in Excel
  • Display Days until expiration date in Excel
  • How to calculate future date say 6 months ahead in Excel

Grouping

  • If cell contains one of many things in Excel
  • Group arbitrary text values in Excel
  • Running count group by n size in Excel
  • Map text to numbers in Excel
  • Group times into unequal buckets in Excel

General

  • How to get original number from percent change in Excel
  • How to test a range for numbers in Excel
  • Zoom Worksheet in Excel
  • Check if range contains a value not in another range in Excel
  • How to get amount with percentage in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning