Range Names

T

Té

How can I create a range name that can only be used for a particular
worksheet, instead of the entire workbook?
 
G

Gord Dibben

Range names are defaulted to the sheet in which they are named.

Select a range................A1:F10 then define the name.

You will see the name refers to =Sheet1!A1:F10


Gord Dibben MS Excel MVP
 
H

Harlan Grove

Té said:
How can I create a range name that can only be used for a particular
worksheet, instead of the entire workbook?

Depends on what you mean.

You could define names at worksheet level. If the worksheet in which
you want to define the name were named X, and you wanted to use the
name A, define the name X!A referring to whatever you want. In
worksheet X when your formulas refer to A, that will refer to the name
A defined in worksheet X. However, you can refer to this name in other
worksheets as X!A. There's no way to hide worksheet-level names from
use in other worksheets.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top