Sheet Related Names

You have seen past lessons on the power of using names in your formulas to make the formulas more intuitive and protect against any changes in linked workbooks.

What is you have similar worksheets in a workbook.  What can you do about names then if each sheet has similar information and calculations.

Excel offers you a way.

The exercise is the Names Sheet Related file.  The result is the Names Sheet Related Result file.

Here is a simple worksheet calculating sales.

Suppose we also wanted to do calculations for Year 2 and Year 3 also on different sheets.

If we were just looking at this sheet on a standalone basis, we might do this setup:

We could then copy this sheet and change the numbers for year 2 and year 3.  The Units X Price named range calculation for sales would work for each sheet.

However, suppose we wanted to summarize the information on a separate sheet.  We could not do a sum of the Units named range, for example, because we used the same name across multiple sheets.

There are two ways to work around the situations, each using unique named ranges.

One thing to put out on the second option.  Say you enter a name called Year1!units, with Year1 representing the sheet.  Excel will not display the Year1! part of the name when it displays the name.  Don't worry though, you have not lost it but instead you have created a sheet specific name.  Excel does not display the sheet reference in a sheet specific named range.

Either way would work.  Here is why the second way can be better for you:

Suppose then that you want to use the sheet specific names to summarize information.  Let's say we want to do that across the 3 years in our example.

Notice the formula highlighted.  We use the sheet reference as part of the named ranges to summarize the units.

One drawback on sheet level names.  If you want to delete names, you have to do it sheet by sheet.  Small price to pay for the benefit.

To summarize, sheet specific named ranges have many benefits that can speed up setting formulas and maintaining your named ranges.

Return To Excel Tips Index