#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Linking named ranges

Hi.
I have an excel workbook with numerous sheets. On sheet 1 i wish to link
the data from the named ranges of the different worksheets.

E.g. Worksheet 2 has data in a named range for one topic, worksheet 3 has
data in a named for another etc, and worksheet 1 is the overview of the other
worksheets.

I want to link them so that if i insert a cell, row, the overview sheet
updates automatically.

Can anybody assist at all?

--
Kellie Anne
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Linking named ranges

Simply refer to them by their names. Example, you have a named range on
Sheet2, and you want the total of the values in that range, you can use this
formula anywhere in the book:
=SUM(input1range)
assuming the name of that range is input1range, of course.

When you do insert rows/cells WITHIN that named range, the value in the
formula referring to it will update automatically. Adding data outside of
the range won't affect it.

If you've made copies of a worksheet with named ranges, then those copies
will also have named ranges of same name and you'll need to specify sheetname
along with the range name for various sheets. Lets say you make a copy of
Sheet2 that has a named range Input1Range on it, then 'Sheet2 (2)' also has a
range named Input1Range, but it is independent of the original, so you could
have 2 formulas as
=SUM(Sheet2!Input1Range) + SUM('Sheet2 (2)'!Input1Range)
if the sum of the first is 55 and the sum on Sheet2 (2) is 144, that formula
would return 199.



"Kellie Anne" wrote:

Hi.
I have an excel workbook with numerous sheets. On sheet 1 i wish to link
the data from the named ranges of the different worksheets.

E.g. Worksheet 2 has data in a named range for one topic, worksheet 3 has
data in a named for another etc, and worksheet 1 is the overview of the other
worksheets.

I want to link them so that if i insert a cell, row, the overview sheet
updates automatically.

Can anybody assist at all?

--
Kellie Anne

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 663
Default Linking named ranges

Yes.

You can a hyperlink to the named ranged in the Insert Hyperlink dialog box.
Select the user defined name under the Defined Names section in the Select a
Place in the document list.

Challa Prabhu

"Kellie Anne" wrote:

Hi.
I have an excel workbook with numerous sheets. On sheet 1 i wish to link
the data from the named ranges of the different worksheets.

E.g. Worksheet 2 has data in a named range for one topic, worksheet 3 has
data in a named for another etc, and worksheet 1 is the overview of the other
worksheets.

I want to link them so that if i insert a cell, row, the overview sheet
updates automatically.

Can anybody assist at all?

--
Kellie Anne

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
named ranges UsGrant_75 Excel Worksheet Functions 2 June 23rd 06 01:38 AM
Linking to named ranges in another workbook KG Excel Discussion (Misc queries) 4 March 30th 06 03:07 AM
Named Ranges Joe Gieder Excel Worksheet Functions 2 February 16th 06 01:31 AM
Named Ranges in VBA Bruce Excel Discussion (Misc queries) 1 June 17th 05 03:35 AM
Like 123, allow named ranges, and print named ranges WP Excel Discussion (Misc queries) 1 April 8th 05 06:07 PM


All times are GMT +1. The time now is 10:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"